• Resolved thehorsebc

    (@thehorsebc)


    In wordpress FAQ section I’d like to suggest for other users or theme developers …

    • For theme support, can you add the code that’s required for theme support. I had to look through all of the support topics to find it. And you do link to your support website documents (https://docs.madrasthemes.com/) and your github (https://github.com/madrasthemes/masvideos), but you don’t have it listed there either.

    Also I’m sure you should be able to add this to the plugin so that it adds this function to support any theme.

    function mytheme_add_masvideos_support() {
    add_theme_support( ‘masvideos’ );
    }
    add_action( ‘after_setup_theme’, ‘mytheme_add_masvideos_support’ );

    • Also you might want to add about where to add template files so they can be changed. This template can be overridden by copying it to yourtheme/masvideos/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Update FAQ’ is closed to new replies.