소스 검색

Merge pull request #872 from Automattic/fix/818-add-widgets-to-homepage

AltoFocus: Allow widgets to be shown on the homepage
Ben Dwyer 4 년 전
부모
커밋
2655c09a33
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      altofocus/index.php
  2. 1 1
      altofocus/page.php
  3. 1 1
      altofocus/style.css

+ 1 - 1
altofocus/index.php

@@ -58,5 +58,5 @@ get_header(); ?>
 
 
 	</div>
 	</div>
 <?php
 <?php
-// get_sidebar();
+get_sidebar();
 get_footer();
 get_footer();

+ 1 - 1
altofocus/page.php

@@ -34,4 +34,4 @@ get_header(); ?>
 		</main>
 		</main>
 	</div>
 	</div>
 <?php
 <?php
-get_footer();
+get_footer();

+ 1 - 1
altofocus/style.css

@@ -5,7 +5,7 @@ Theme URI: https://wordpress.com/themes/altofocus/
 Author: Automattic, Inc
 Author: Automattic, Inc
 Author URI: http://automattic.com
 Author URI: http://automattic.com
 Description: AltoFocus is a theme for photographers, artists, and other creative types in search of a simple and easy way to display their work.
 Description: AltoFocus is a theme for photographers, artists, and other creative types in search of a simple and easy way to display their work.
-Version: 1.0.9-wpcom
+Version: 1.0.10-wpcom
 License: GNU General Public License v2 or later
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: altofocus
 Text Domain: altofocus