• Hi,

    i have following problem:

    I click some tag on my tag cloud and the page “Tagging-Archive” is opening.

    Then the results of the tag are there but no “more” link under the content.

    And there is no link to the “tagged” pages.

    here is a link of the Tagging-Archive

    thx for your help

Viewing 3 replies - 1 through 3 (of 3 total)
  • The […] is the link (or should be).

    You can change it to the word More or whatever you want – see:
    http://wordpress.org/support/topic/how-to-change-the-more-text-after-the-excerpt

    The link to the Full page is the actual post heading.

    Thread Starter j3rome

    (@j3rome)

    Thx.. your link helps me 🙂

    Now is the problem – i have hidden the page title on all pages in my child theme. -> No Link to full page ..

    .entry-title {
        display: none;
    }

    through this i have no page title on the tagging archive page.

    How to override the page title for only the tag.php to visible?

    Do you have a link as it would help to try to resolve this.

    basically, .entry-title is at a very generic level and targets everything similar and we need to find a unique class name that targets what you want.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tagging-Archive Page Problems’ is closed to new replies.