badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

codyblum

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Validator and other questions #5551
    codyblum
    Member

    No answers?

    in reply to: Validator and other questions #5526
    codyblum
    Member

    Another Question:

    Looking at page titles, I would like to add an image and text. I’ve added the Page.php to my Child Theme folder and started to look for <?php the_title(); ?>, but there was none. From what I’m reading, below the <?php the_title(); ?> I need to add

    <?php if ( is_page('pets') ) {
          echo '<div class="pets">';
    } else {
          echo '';
    }
          if ( is_page('products') ) {
          echo '<div class="products">';
    } else {
          echo '';
    }
    ?>

    Of course some of those titles would be changed. Anyways, I’m stuck at this point.

    Is there an easier way such as a plugin or would you have some code for me?

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)