Forums

how to add footer on JUST blog posts? (3 posts)

  1. deanhiller
    Member
    Posted 7 months ago #

    I don't mind editing php and I have tried some plugins but then it posts on the pages as well as the blog posts (which actually breaks a google tool I am using)

    soooo, how can I add a link in the footer of every blog post???? What php page do I need to edit? Does anyone know?

    thanks,
    Dean

  2. jessn
    Member
    Posted 7 months ago #

    Inside of footer.php

    <? if(is_single()) { ?>
    
    Do something here
    
    <? } ?>
  3. deanhiller
    Member
    Posted 7 months ago #

    sweet, thanks for the help!

Reply

You must log in to post.

About this Topic

Tags