Remove Category / Tags at the Bottom

Homepage Community Forums Aspire Theme Support Remove Category / Tags at the Bottom

Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #23238
    thejamespierce
    Customer

      Hi,

      How can I remove the following block from all my posts:

      Filed Under: [category]
      Tagged With: [tags]

      I want to remove it from the posts, as well as from the blog roll.

      Thank you.

      #23242
      Wes
      Moderator

        Take a look at this link – https://my.studiopress.com/documentation/snippets/entry-footer-html5/remove-entry-footer-markup/

        This code should remove both the Categories and Tags from the bottom of your posts.

        //* Remove the entry footer markup (requires HTML5 theme support)
        remove_action( 'genesis_entry_footer', 'genesis_entry_footer_markup_open', 5 );
        remove_action( 'genesis_entry_footer', 'genesis_entry_footer_markup_close', 15 );

        Let me know if that works.

        #23243
        thejamespierce
        Customer

          That’s exactly what I needed, thank you Wes!

          #23244
          thejamespierce
          Customer

            (deleted by user)

            #23247
            thejamespierce
            Customer

              Hi Wes, I just realized that the code you’ve given me only removes the tags. How can I remove the categories, as well?

              #23302
              thejamespierce
              Customer

                @Wes can we have an answer on this please? Thanks!

                #23335
                Wes
                Moderator
                  This reply has been marked as private.
                  #23338
                  thejamespierce
                  Customer

                    Works like a charm. Thanks a lot Wes!

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