check current_theme_supports in admin_menu hook
I’m adding a menu and sub-menus via the admin_menu hook in my functions.php. One of the sub-menus I want to add is menus. … Read more
I’m adding a menu and sub-menus via the admin_menu hook in my functions.php. One of the sub-menus I want to add is menus. … Read more
I have added theme_support for my background-image and its showing up in the admin where I can set it and from there it … Read more
I’m working on my first theme built from custom gutenberg blocks. I’ve managed to register blocks and enqueue their specific stylesheets, but I’m … Read more
I have a custom theme where I’ve tried to integrate the Infinite Scroll option within JetPack. Per this article, I’ve added the following … Read more
I want to add a custom font into my theme. Please let me know if this is just as simple as uploading the … Read more
In my functions.php I have the following: add_theme_support( ‘post-thumbnails’, ‘html5’, array( ‘comment-list’, ‘comment-form’, ‘search-form’ ) ); …which in WP 3.8.1 disables e.g. featured … Read more
I’m trying to understand what flex-width/flex-height parameter in custom-logo support does. Here, https://developer.wordpress.org/themes/functionality/custom-logo/ it is said that it defines Whether to allow for … Read more
I am developing a portfolio page for my site and I gotten as far as the functionality where as I hover over a … Read more
I recently installed Gutenberg plugin to my WordPress installation. The theme I am using is not full width for posts. There’s a “Wide” … Read more
I am getting these three warnings while running the theme-check plugin. REQUIRED: The theme must not used the <title> tags. REQUIRED: The theme … Read more