Viewing 2 replies - 1 through 2 (of 2 total)
  • First, you’re going to want to set up a child theme, so as not to effect the core functionality of your main theme. This is pretty simple to do, you will only have to set up a sub-directory and a couple of required files: https://codex.www.ads-software.com/Child_Themes

    After that, add a category.php page to your child theme. Then, simply copy the code from your index.php file to your category.php file, making sure to remove anything you don’t want included on the category page. When displaying a category, WordPress will use your category.php page as a template for display, so you can make any changes there.
    https://codex.www.ads-software.com/Category_Templates

    Thread Starter helpingmedia

    (@helpingmedia)

    Thanks for this. It will take me some time to understand and apply these instructions but I’ll have a go. Thanks again for taking the time to explain.

    David

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Making category pages like landing pages instead of lists’ is closed to new replies.