I need the ability to separate my blog (news) posts from my list of services. The theme is currently displaying the same list for both pages. I need the separation so that I can describe my company's services on the Services page; while commenting updates, marketing, sales, and general information regarding these services through my blog (news). If I must use the same posting list for both pages, is there a way to assign a tag/category to each and then filter on these tags/categories on each page?
Hello, To achieve this, firstly go to Posts > Categories and create your category. Then, go to Posts > Add New and create multiple post for your category and assign same category for all those posts. After that go to Appearance > Menus and and add that category in your navigation menu. Thanks & Regards Gourav Shrivastava
I would prefer to separate posts on the respective pages. I really don't like how the pages show "Category Archives: Services" as the page heading. Is there a way to add a filter to the page .php files?
Hello, Go to category.php present in your theme directory and remove the code given below Code: <h1><?php printf(CATEGORY_ARCHIVES, '' . single_cat_title('', false) . ''); ?></h1> Check image for reference Thanks & Regards Gourav Shrivastava