Shris
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hathor] Installed Hathor theme, no slider is showing anywhere!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
In reply to: [Hathor] Installed Hathor theme, no slider is showing anywhere!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
In reply to: [Hathor] Show only title and image of post in category pageHi 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/ , 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.