• Resolved klausheim

    (@klausheim)


    Glossary-Entries are displayed inside the yearly (e.g. /2014) and monthly (e.g. /2014/08/) WordPress-Archive. Is there a way to exclude them from display with the result that only Posts are shown?
    Or alternatively at least a link that only shows Posts of the year/month (w/o glossary-entries)?

    Thanks for the great work and support!

    kind regards!

    https://wordpress.org/plugins/enhanced-tooltipglossary/

Viewing 1 replies (of 1 total)
  • Plugin Author CreativeMindsSolutions

    (@creativemindssolutions)

    Hello,

    The behavior of the archives depend on the Theme, some of them filter the “post_type” to just the built-in posts, others don’t. That’s why it’s hard to give a general answer.

    Things to consider:
    1) Passing the “post_type=post” in the query eg. “example.com/2014/?post_type=post”
    2) Searching for the ‘wp_get_archives’ in the theme files and setting up the post_type there:
    documentation: http://codex.wordpress.org/Template_Tags/wp_get_archives

Viewing 1 replies (of 1 total)

The topic ‘Exclude Glossary-Display from Archive’ is closed to new replies.