Changeset 9933 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/page-home.php
- Timestamp:
- 05/27/2020 01:44:38 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/page-home.php
r7416 r9933 14 14 ?> 15 15 <div id="pagebody" class="home"> 16 <h2 class="screen-reader-text"><?php _e( 'Featured Sites', 'wporg-showcase' ); ?></h2> 16 17 <?php query_posts( array( 'cat' => 4, 'posts_per_page' => 9, 'post_status' => 'publish' ) ); ?> 17 18 <?php if ( have_posts() ) : ?> … … 69 70 <?php query_posts( array( 'cat' => 4, 'posts_per_page' => 3, 'tag' => 'business', 'orderby' => 'rand' ) ); ?> 70 71 <?php if ( have_posts() ) : ?> 71 <h 3><?php _e( 'Featured Business Sites', 'wporg-showcase' ); ?></h3>72 <h2><?php _e( 'Featured Business Sites', 'wporg-showcase' ); ?></h2> 72 73 <ul class="wpsc-recent"> 73 74 … … 78 79 <?php site_screenshot_tag( 215 ); ?> 79 80 </a> 80 <h 5><a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h5>81 <h3><a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3> 81 82 <?php 82 83 the_content_limit( 90 ); … … 92 93 <?php if ( have_posts() ) : ?> 93 94 94 <h 3><?php _e( 'Recently Added Sites', 'wporg-showcase' ); ?></h3>95 <h2><?php _e( 'Recently Added Sites', 'wporg-showcase' ); ?></h2> 95 96 <ul class="wpsc-recent"> 96 97 … … 101 102 <?php site_screenshot_tag( 215 ); ?> 102 103 </a> 103 <h 5><a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h5>104 <h3><a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3> 104 105 <?php 105 106 the_tags( '<ul class="wpsc-tags"><li>', '</li><li>', '</li></ul>' );
Note: See TracChangeset
for help on using the changeset viewer.