how to change the author of a food item.

This support request was posted in BBQ by c3creaties

Request ID #5635 Resolved
  • Hi,

    for security reasons i want to change the author of the food items.
    Because when you search for a dish, you can see the author in the result list.
    I’m the admin, i don’t want to be published.
    Pages and post can be changed of author. But i can’t find were to do this for the food items.

    Thanks in advance
    C

    Andrés Villarreal

    Hi C,

    You can do this by adding the following code to the theme’s functions.php file, or inside a custom plugin:

    add_action( 'init', 'nice_custom_menu_author' );
    function nice_custom_menu_author() {
    	add_post_type_support( 'menu', 'author' );
    }
    

    Please let us know if that works for you.

    Best,

    Andrés.

    Works like a charm! Even in mute-edit. Perfect!
    thanks.

    Can you please add this to your next theme update?
    I can image that i’m not the only one with this request.

    Andrés Villarreal

    Great to see it worked 🙂

    We’re taking this feature into account for our next version. Thanks for the feedback!

Viewing 4 posts - 1 through 4 (of 4 total)

This topic is marked as resolved

Only the topic author can re-open this thread.

Login to your Account

Welcome back! Please log in to your account by filling the fields below:

Forgot?

Not a member? Create a free account.

Create a Free Account

You're 27 seconds away from some awesome WordPress free stuff, benefits and more. Create a free account and have access to our free products, benefits and more!

Already have an account? Log in
Secure Server