Site logo

Archived topic

Can not get element to show on category

15 replies · Started by Morgan on February 22, 2022

Viewing posts 1–15 of 16

I have set an element to be visible on certain post category list pages but i can not get an element to show.

I have deleted /category/ from the URL-structure with SEOPress.

Hi there,

which Display Rules did you set in the Element ?

I have set Post Category.

If its for the archive page, then change it to Post Category Archive

What is the Element ?

Yes, but try to click the menu items, 'Sport', Kultur & Nöje' etc. and you se what happens.

Try regenerating your Permalinks by going to Settings > Permalinks and click Save Changes.

You can use this PHP Snippet:

add_action( 'after_setup_theme', function() {
    remove_action( 'generate_archive_title', 'generate_archive_title' );
} );

Try clearing any caches including the browser cache.

I managed to solve it. I had a header Element set up. :)

This archived topic is closed to new replies.