• Hi there,

    I’m looking for help on how to move my category post description from the top of the pages to the bottom. The text length is quite wordy for SEO purposes, and I’d love for it to show on the bottom of the page (under the category posts/page navigation) instead of the top (under the category title).

    Is this possible to do with CSS on each of my category pages?

    Appreciate any help in advance!

    • This topic was modified 3 years, 8 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
Viewing 1 replies (of 1 total)
  • It is possible to move it with CSS, but that will have no SEO benefit.
    If you create a child theme (there are plugins to help with this), you can copy the archive.php or category.php (depends on the theme) to the child folder and simply move the code. It is likely using the_archive_description function.
    See https://developer.wordpress.org/?s=archive_description

Viewing 1 replies (of 1 total)
  • The topic ‘How to Move Category Post Description from Top of Page to Bottom’ is closed to new replies.