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. I want to make sure that...
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 looks as it should, but if...
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 running into one issue that’s kind...
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 code to functions.php (in addition to...
I want to add a custom font into my theme. Please let me know if this is just as simple as uploading the font to a new folder named...
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 image (i.e. post-thumbnails). My question is...
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 a flexible height. But what exactly...
I am developing a portfolio page for my site and I gotten as far as the functionality where as I hover over a listed name of each project it...
I recently installed Gutenberg plugin to my WordPress installation. The theme I am using is not full width for posts. There’s a “Wide” option for images in a post...
I am getting these three warnings while running the theme-check plugin. REQUIRED: The theme must not used the <title> tags. REQUIRED: The theme must not call to wp_title(). REQUIRED:...