Title: stenostar's Replies | WordPress.org

---

# stenostar

  [  ](https://wordpress.org/support/users/stenostar/)

 *   [Profile](https://wordpress.org/support/users/stenostar/)
 *   [Topics Started](https://wordpress.org/support/users/stenostar/topics/)
 *   [Replies Created](https://wordpress.org/support/users/stenostar/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/stenostar/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/stenostar/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/stenostar/engagements/)
 *   [Favorites](https://wordpress.org/support/users/stenostar/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: ["No Results Found" at the bottom of a page](https://wordpress.org/support/topic/no-results-found-at-the-bottom-of-a-page/)
 *  Thread Starter [stenostar](https://wordpress.org/support/users/stenostar/)
 * (@stenostar)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/no-results-found-at-the-bottom-of-a-page/#post-4042922)
 * <?php
    /* Template Name: Gallery Page */ ?> <?php $et_ptemplate_settings = array();
   $et_ptemplate_settings = maybe_unserialize( get_post_meta(get_the_ID(),’et_ptemplate_settings’,
   true) );
 * $fullwidth = isset( $et_ptemplate_settings[‘et_fullwidthpage’] ) ? (bool) $et_ptemplate_settings[‘
   et_fullwidthpage’] : (bool) $et_ptemplate_settings[‘et_fullwidthpage’];
 * $gallery_cats = isset( $et_ptemplate_settings[‘et_ptemplate_gallerycats’] ) ?
   $et_ptemplate_settings[‘et_ptemplate_gallerycats’] : array();
    $et_ptemplate_gallery_perpage
   = isset( $et_ptemplate_settings[‘et_ptemplate_gallery_perpage’] ) ? (int) $et_ptemplate_settings[‘
   et_ptemplate_gallery_perpage’] : 12; ?>
 * <?php get_header(); ?>
 * <div id=”content_area” class=”clearfix<?php if ( $fullwidth ) echo ‘ fullwidth’;?
   >”>
    <div id=”main_content”> <?php get_template_part(‘includes/breadcrumbs’,’
   index’); ?> <?php get_template_part(‘loop’,’page’); ?>
 *  <div id=”et_pt_gallery” class=”clearfix responsive”>
    <?php $gallery_query =”;
   if ( !empty($gallery_cats) ) $gallery_query = ‘&cat=’ . implode(“,”, $gallery_cats);
   else echo ‘<!– gallery category is not selected –>’; ?> <?php $et_paged = is_front_page()?
   get_query_var( ‘page’ ) : get_query_var( ‘paged’ ); ?> <?php query_posts(“posts_per_page
   =$et_ptemplate_gallery_perpage&paged=” . $et_paged . $gallery_query); ?> <?php
   if (have_posts()) : while (have_posts()) : the_post(); ?>
 *  <?php $width = 207;
    $height = 136; $titletext = get_the_title();
 *  $thumbnail = get_thumbnail($width,$height,’portfolio’,$titletext,$titletext,
   true,’Portfolio’);
    $thumb = $thumbnail[“thumb”]; ?>
 *  <div class=”et_pt_gallery_entry”>
    <div class=”et_pt_item_image”> <?php print_thumbnail(
   $thumb, $thumbnail[“use_timthumb”], $titletext, $width, $height, ‘portfolio’);?
   > <span class=”overlay”></span>
 * 
    “><?php esc_html_e(‘Read more’,’Evolution’); ?>
   
    </div> <!– end .et_pt_item_image–
   > </div> <!– end .et_pt_gallery_entry –>
 *  <?php endwhile; ?>
    <div class=”page-nav clearfix”> <?php if(function_exists(‘
   wp_pagenavi’)) { wp_pagenavi(); } else { ?> <?php get_template_part(‘includes/
   navigation’); ?> <?php } ?> </div> <!– end .entry –> <?php else : ?> <?php get_template_part(‘
   includes/no-results’); ?> <?php endif; wp_reset_query(); ?> </div> <!– end #et_pt_gallery–
   >
 *  </div> <!– end #main_content –>
    <?php if ( !$fullwidth ) get_sidebar(); ?> 
   </div> <!– end #content_area –>
 * <?php get_footer(); ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: ["No Results Found" at the bottom of a page](https://wordpress.org/support/topic/no-results-found-at-the-bottom-of-a-page/)
 *  Thread Starter [stenostar](https://wordpress.org/support/users/stenostar/)
 * (@stenostar)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/no-results-found-at-the-bottom-of-a-page/#post-4042921)
 * Oh wow. I have no idea how to look up the code for a specific page. I think this
   is the gallery template.. I will start looking around. Thank you so much for 
   your help!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: ["No Results Found" at the bottom of a page](https://wordpress.org/support/topic/no-results-found-at-the-bottom-of-a-page/)
 *  Thread Starter [stenostar](https://wordpress.org/support/users/stenostar/)
 * (@stenostar)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/no-results-found-at-the-bottom-of-a-page/#post-4042771)
 * I’m sorry I put this in the wrong section, can it be moved?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Remove This picture](https://wordpress.org/support/topic/remove-this-picture/)
 *  Thread Starter [stenostar](https://wordpress.org/support/users/stenostar/)
 * (@stenostar)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-this-picture/#post-4037998)
 * The picture next to “contact us”

Viewing 4 replies - 1 through 4 (of 4 total)