New Landing How can we help? Themeforest Theme Support Dante Gallery author info

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #113205
    AlHuda School
    Member
    Post count: 63

    Hi,
    I want to remove or replace the author name with official admin user name. This option is available for posts and pages (Quick edit>Author) but how to change it in gallery?

    Home


    Regards

    #113263
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom code at functions.php of child theme.

    function sf_author_editing()
    {
      add_post_type_support( 'galleries', 'author' );
    }
    
    add_action('init','sf_author_editing');

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #113280
    AlHuda School
    Member
    Post count: 63

    that didnt work….
    PFA
    Hope i didnt make any mistake

    Attachments:
    You must be logged in to view attached files.
    #113289
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me wordpress admin login detail so i can check and resolve the issue easily.
    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

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

You must be logged in to reply to this topic.