Title: Shris's Replies | WordPress.org

---

# Shris

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hathor] Installed Hathor theme, no slider is showing anywhere!](https://wordpress.org/support/topic/installed-hathor-theme-no-slider-is-showing-anywhere/)
 *  [Shris](https://wordpress.org/support/users/shris/)
 * (@shris)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/installed-hathor-theme-no-slider-is-showing-anywhere/#post-6644082)
 * Hi again,
 * I guess this might be because I used another page as static front page. How could
   I use another page as home page and still not change the theme of home page?
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hathor] Installed Hathor theme, no slider is showing anywhere!](https://wordpress.org/support/topic/installed-hathor-theme-no-slider-is-showing-anywhere/)
 *  [Shris](https://wordpress.org/support/users/shris/)
 * (@shris)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/installed-hathor-theme-no-slider-is-showing-anywhere/#post-6644081)
 * Hi,
 * I am having the same issue. However I am using another slider called Meta slider
   now but would be great if I could add Nivo slider. Under Appearance, I see that
   Nivo Slider is selected and have added some images but it doesn’t show any slider.
 * Thanks in advance for your reply.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hathor] Show only title and image of post in category page](https://wordpress.org/support/topic/show-only-title-and-image-of-post-in-category-page/)
 *  Thread Starter [Shris](https://wordpress.org/support/users/shris/)
 * (@shris)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/show-only-title-and-image-of-post-in-category-page/#post-6925539)
 * Hi Sanjog,
 * I am currently working on my localhost. I have various categories for example,
   CategoryA, CategoryB. If I go to the CategoryA page [http://localhost:8080/wordpress/category/CategoryA/](http://localhost:8080/wordpress/category/CategoryA/),
   I see the posts in CategoryA in tiles. I only want to show feature image and 
   post title in tiles. Is there any way to exclude the post content and include
   only title and feature image in post tiles. Right now this code in **category.
   php** is showing also post content in tiles:
 *     ```
       <div id="sub_banner">
       <h1>
   
       <?php printf( __( ' %s', 'hathor' ), single_cat_title( '', false ) ); ?>
       </h1>
   
       </div>
   
       <?php get_template_part(''.$hathor = of_get_option('layout1_images').''); ?>
   
       </div>
       ```
   
 * Thanks.

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