• Hey guys,

    I want to make changes on individual article pages that aren’t seen on the homepage (like adding different images in the sidebar etc).

    How would I make these changes? Is there a particular php file that I would have to edit?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter telugucinematoday

    (@telugucinematoday)

    Mercy bump. Can someone help me please? ??

    Hi,

    You need to edit index.php file of your theme and you can do it from query_post section:

    <?php if (have_posts()) : while (have_posts()) : the_post(); if( $post->ID == ‘179’ ) continue;
    ?>

    This is a sample code which exclude post ID 179 from the home page..

    Thanks,

    Shane G.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changes on Individual Article Pages’ is closed to new replies.