• Resolved LorraineW

    (@lorrainew)


    Hi,

    I have set my recipe page to NOT act as post. This works fine in that they don’t appear on my homepage or in the recent posts.

    However when I click on a specific recipe (click recipe in nav bar, then select one of the 2 recipes listed), the other recent posts all show in a sidebar.

    Can anyone advise how to remove this please or better still, make this sidebar a list of the recipes.

    http://www.lorrainewallace.com.

    I am using the free version for the time being, but can’t see that this option is a feature of the paid version.

    Thank you,
    Lorraine

    https://wordpress.org/plugins/wp-ultimate-recipe/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Brecht

    (@brechtvds)

    Hi Lorraine,

    You can use a plugin like Widget Logic to have the recent post widget not show up on single recipe pages.

    In the Premium version we do have a recipe list widget available that can be used to list recent recipes: http://www.wpultimaterecipe.com/docs/recipe-list-widget
    Or there are other widgets out there that work just fine with custom post types (like recipe).

    Brecht

    Thread Starter LorraineW

    (@lorrainew)

    Thank you Brecht,

    I have now installed Widget Logic but can’t work out what code conditional tag I need as I need it to exclude the ‘Ultimate Recipe’ posts only.

    Sorry if I’m missing something obvious!

    Thanks again,
    Lorraine

    Plugin Author Brecht

    (@brechtvds)

    This should exclude recipes posts:

    !is_singular( 'recipe' )

    Thread Starter LorraineW

    (@lorrainew)

    You are brilliant, thank you!!

    Once I’ve decided if I’m definitely keeping the recipes on my site I will upgrade to the full version.

    Really appreciate your prompt help! 🙂

    Thanks,
    Lorraine

    Plugin Author Brecht

    (@brechtvds)

    Good to hear that worked. Just let me know if there’s anything else!

    Brecht

    Thread Starter LorraineW

    (@lorrainew)

    Thank you 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can I remove recent posts from recipe page’ is closed to new replies.