• http://sweetdayssoftlight.com/

    I have a recipes page (Recipe of the week) but am struggling to set this up so that posts under my recipe category feature on this page.

    I’ve tried shortcode plugins but have no idea where to find the wp-contents folder to get these up and running.

    Can anyone offer a solution for someone with limited experience of WP?

    Many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Just to make sure I understand what you are trying to do . . . you want people to click on the “Recipe of the Week” link on your menu, and see the only the latest post in the category called “Recipe of the Week.” Correct?

    Create a file category-recipe.php paste this code in it

    <?php
    /*
    Template Name: Recipes Template
    */
    ?>

    Upload it to your theme’s directory.

    Copy contents of file category.php from Appearance >> Editor and paste into category-recipe.php

    Create a new page in wordpress name it Recipes

    On this page look for page template and choose Recipes Template.

    Dont write anything into the page just give it a title and publish it.

    Now go to the page and it will display all posts filed under recipe category.

    Let me know if this helped you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Creating a Recipe Page’ is closed to new replies.