• Resolved ilushkin

    (@ilushkin)


    Basically I’ve accomplished this by editing index.php in twenty Eleven Theme
    (I added <?php query_posts ($query_string . '&cat=3'); ?>)

    However, if I add this code to Ahimsa’s index.php, I cant browse other categories, but cat 3.

    Is there any way to display only one category on front page and be able to browse other categories in Ahimsa? This is very major thing for my blog….

    Also, I used Galleries are not displayed correctly in Ahimsa. I mean there supposed to be a Read More option, but instead it shows the full post on the front page.

    Excellent theme, can’t wait for your help to display it to use it on my website.

    http://wordpress.org/extend/themes/ahimsa/

Viewing 1 replies (of 1 total)
  • Thread Starter ilushkin

    (@ilushkin)

    Never mind,

    I’ve added this

    <?php
    if(is_home()) {
    query_posts( $query_string . '&cat=3' );
    }
    ?>

    before the loop and it worked. Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Ahimsa] Front Page One Category only’ is closed to new replies.