[Resolved] Display post categories and tags below title

Home Forums Support [Resolved] Display post categories and tags below title

Home Forums Support Display post categories and tags below title

  • This topic has 34 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 5 posts - 31 through 35 (of 35 total)
  • Author
    Posts
  • #1268317
    Matthew

    Paul:

    Here’s what people want: Move cats and tags to the top of the post, below the title. It should look like the default version normally on the bottom with the icons. Don’t duplicate cats and tags on the archive pages.

    Can I confirm people are preferring to not display categories and tags on the archive page but only for single posts? Mine still is despite using the last function and CSS Tom put up; this is a section of my home page set to display my blog:
    https://drive.google.com/open?id=1vQ_YeQFdL2-m4uGZFBckcqUIaVoCwjed

    The other question is, although for my regular single posts the categories and tags are now displaying below the title, they are not for a CPT. I have also tried so with and without the below function previously suggested:

    add_filter( 'generate_footer_meta_posts_types', function( $types ) {
        $types[] = 'pictures';
    
        return $types;
    } );

    thanks,

    #1268328
    Matthew

    Sorted my first query by using the Customizer > Layout > Blog > Archives and turning off Display post categories and Display post tags.

    #1269274
    Tom
    Lead Developer
    Lead Developer

    Hey Matthew,

    Any chance you can open a new topic with your second question?

    Thanks!

    #1603399
    Alfonso

    Hi there, i need display categories below the featured image, is it possible?

    #1603577
    David
    Staff
    Customer Support

    Hi there,

    can you raise a new topic where you can share a link to your site.

Viewing 5 posts - 31 through 35 (of 35 total)
  • You must be logged in to reply to this topic.