Forums

loop.php Help - Change Title Depending On Category (2 posts)

  1. newyorkcity
    Member
    Posted 3 months ago #

    I'm trying to edit the loop so if its on category ID 60 it displays "Photos" instead of Blog.. how do I do this?

    [code moderated - please use the pastebin]

  2. alchymyth
    The Sweeper
    Posted 3 months ago #

    try:

    <h1 class="page-title"><?php if( in_category(60) ) { echo 'photos; } else { echo 'blog'; } ?></h1>

    http://codex.wordpress.org/Function_Reference/in_category

Reply

You must log in to post.

About this Topic

Tags