Forums

On feed or post page? (3 posts)

  1. weinerschizel
    Member
    Posted 1 year ago #

    How do I determine if WordPress is displaying a category feed, post, or page? I am writing a plug-in that behaves differently for each and need to know how to distinguish them.

    Thanks!

    ps. I'm not having much if any luck with this forum. Am I posting incorrectly? My last several posts have gone w/o any response.

  2. You can use the various is-tags, like is_page and is_post and so on. Check the codex for the particulars.

  3. Mark / t31os
    Moderator
    Posted 1 year ago #

    See the codex information on Conditional_Tags.

    Basic example.

    <?php if( is_feed()) : ?>
    
    <!-- Example -->
    
    <?php endif; ?>

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.