Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Shea Bunge

    (@bungeshea)

    You need to edit the footer.php file from your current theme. Add this code where you would like the footer text to appear:

    <?php footer_text(); ?>

    Let me know if you need more help!

    e01010101

    (@e01010101)

    I added the code <?php footer_text(); ?> in my footer.php file, it works just fine. Thank you !!

    leeryder

    (@leeryder)

    Thanks. I had the same question. For those of us who aren’t familiar with php, this bit of code is essential. You should add it to your instruction.
    Thanks for a great plugin.

    Plugin Author Shea Bunge

    (@bungeshea)

    @leeryder It made sense from my standpoint to only include the template tag, but I guess it would be easier for most users to have a complete snippet they can just copy and paste.

    I’ll update the readme with the next version.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘What is the actual code?’ is closed to new replies.