• I am using iNove theme – what id like to do is display on the homepage post ONLY from a specific category. i dont want every post on the home page just post’s in the News category

    here is the current loop
    <?php if (have_posts()) : while (have_posts()) : the_post(); update_post_caches($posts); ?>

    i only want the category News, its id is 5 , to be displayed on the homepage

    how can i do this? ive tried alot of different fixes that ive found on the web and wordpress – but nothing works for me 🙁

    any help is very much appreciated

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

    (@joecob)

    nevermind 🙂 i got it to work – i was placing the code after the loop so it was duplicating the post or crashing the site. i placed it before the loop and it works.

Viewing 1 replies (of 1 total)

The topic ‘iNove theme help!!’ is closed to new replies.