• cybersome

    (@cybersome)


    I wanna to put a web poll on my sidebar,
    but it’s limited to be view 100 times per day,
    So, I hope to put this poll only on index and archive pages
    is there any code can help me?
    I dont know much about wp
    😛

    http://cybersome.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • eridan

    (@eridan)

    You could add something like this to your sidebar.php file. (Where you want the poll to show)

    <?php if(is_archive() || is_home()) { ?>
    code for your poll
    <?php } ?>

    Thread Starter cybersome

    (@cybersome)

    thanks,
    😛

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can wp only display parts of the sidebar in the post pages’ is closed to new replies.