Services vs blog

Discussion in 'Photomaker WordPress Theme' started by dtedlock, May 12, 2014.

  1. dtedlock

    dtedlock New Member

    Joined:
    May 5, 2014
    Messages:
    4
    Likes Received:
    0
    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?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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
     
  3. dtedlock

    dtedlock New Member

    Joined:
    May 5, 2014
    Messages:
    4
    Likes Received:
    0
    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?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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
    2014-05-14_1206.png


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page