block editor - Gutenberg extending the existing class
I am building a prism plugin to highlight the code syntaxes. In existing code block there is already a sidebar option wi
How use custom image size + ACF + background image
How to get the URL from an image with custom image size to use as a background-image from AFC?Register size in functions
posts - Many buttons not functioning in WordPress dashboard (as admin)
I am having issues with many functions in the dashboard of one of my sites. For example, when I try to click on a tab in
localization - How to make a text with hyperlink translatable in WordPress?
I've seen different ways of doing making a text with a hyperlink translatable. However, I have been unable to find
categories - How to add category to: 'wp-adminpost-new.php'?
I want to have a link to create a new post that sets the category also.I have tried wp-adminpost-new.php?post_category=
Adding PHP to an if else loop
I want to run some PHP to show custom fields in a page; <?php$showExcerpt = get_theme_mod( 'auto_excerpt' ,
loop - Showing categories and subcategories with posts
Basically as the title says I want to get list of categories and subcategories and then posts(with links to them) for th
forms - recaptcha working on local but not on live wordpress sites
Closed. This question is off-topic. It is not currently accepting answers.Your question should be specific to WordPress.
block editor - How to detect the usage of Gutenberg
The new editor called Gutenberg is here as plugin in 4.9, and as core functionality called Block Editor, in 5.0. Regardi
plugins - How to include a custom field in the woocommerce email?
I have added a custom field on the checkout page using this:add_action( 'woocommerce_checkout_fields', '
Additional CSS for the nav menu
I have customised the navigation menu on this site. Each main menu item has its own hover colour. My question is, how do
.html form added to a page
I have an external html form that I would like to add to my wordpress developed site. The form links to other areas in t
upgrade - Stuck on Database Update Required after downgrading to 4.9.9 from backup
I used BackupBuddy to revert the database and overwrote the wordpress files of version 5.0.2 with 4.9.9. However I can
Go top smooth function
Closed. This question is off-topic. It is not currently accepting answers.Your question should be specific to WordPress.
categories - Get all subcategories and related posts
How can I get all subcategories and the posts related to it$term = get_queried_object();if($term->post_parent !=0 ){
What javascript libs & frameworks are integrated in WordPress vanilla?
I am wondering what JavaScript libraries and frameworks are integrated in WordPress, which I could use out of the box?A
How to use a custom login template and still have it linked to the wp-login.php instead of creating a new page?
Let's say I create a custom page template for my login using this:<?php wp_login_form(); ?>How can I force it
php - My blog posts section seems to be rendering the other blog posts inside the first? :
After a recent Wordpress update, my blog page seems to be rendering the 1st post with all the other posts rendered withi
plugins - explanation for activate_plugin function in wordpress core
This function is in plugin.php file in wordpress core. I read the code and didn't get quietly what does it do. Can
wp query - Displaying Pages in Nav Sub-Menu with Specific Taxonomy Terms?
I am trying to see if there is a way to have the sub-menu items change depending the taxonomy of the of the page that is

