Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter danceswithcats

    (@danceswithcats)

    Here’s the pastebin code from my ‘/core/library/class.template.php’ file in the Platform theme folder. The site currently does have categories and tags (I’m using the Suffusion theme right now), but maybe the preview didn’t read them?

    Class Template PHP file

    Thread Starter danceswithcats

    (@danceswithcats)

    Thanks! Although the site does have tags and categories (I’m using the Suffusion theme currently), it’s possible that the preview wasn’t able to find that information.

    (Sorry, coding failboat alert–the link is in the next post down.)

    Thread Starter danceswithcats

    (@danceswithcats)

    Thank you, Chris. The new template did not include a page comment form, but the theme author–with an amazingly quick response time, I might add–gave me a line of code to insert in the page.php file that enabled the comment form again.

    Basically, according to the author, the fix for this issue is to insert the following line of code at line 13 on the page.php template:

    <?php comments_template(); // Get wp-comments.php template ?>

    I did that this morning and it works perfectly.

Viewing 3 replies - 1 through 3 (of 3 total)