[Resolved] Weird problem with Category, tags and comment-section.

Home Forums Support [Resolved] Weird problem with Category, tags and comment-section.

Home Forums Support Weird problem with Category, tags and comment-section.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #220635
    Andreas

    Hello.

    On my page (http://www.rdny.se) I have gotten a problem with duplicated category, tags and comment-section.
    I’m running a child-theme and when I activate the original the problem disappears.

    I can’t remember that I’ve made any changes for this to happen.

    Do you need any more info for troubleshooting?

    #220688
    Tom
    Lead Developer
    Lead Developer

    Recently, GP removed those elements from the template files and hooked them into the template via a function.

    To fix this, go into your child theme template, and find this:

    <footer class="entry-meta">
    	<?php generate_entry_meta(); ?>
    </footer><!-- .entry-meta -->

    Delete it and you’ll be good to go πŸ™‚

    #220720
    Andreas

    Fantastic! πŸ™‚ Now it works again! πŸ™‚

    Thank you!

    #220721
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.