options - Is there an optimized, WordPress-y way to not call a `get_option` twice?
I'm currently trying to get an option and if it's not present, simply assign an empty array as this variable:$
plugins - Store admin page into variable
I'm trying to store and admin page into a variable and sending back to an AJAX request. My code is the following, c
php - 3 different times on my Wordpress website
I have a wordpress website hosted at Hostgator (Brazil).The server shows the current correct time (in daylight saving t
Help with find a bit of code to move from functions.php
I have been told that the code below contains malware and this is what the hosting guys sent me. But I do not know where
taxonomy - Share the same comments between more pages
Scenario: I need to share the same comments between more pages.Instead of simply using the post ID to load comments, I
database - Where is the "default attribute" values located in the phpMyAdmin in Woocommerce?
I'm looking to mass remove or clear the default attribute for variable products in Woocommerce. Is there an easy wa
wp query - Pass array of taxonomy terms to wp_query
I am trying to compile an array of taxonomies and terms to pass to wp_query, my array looks like this...Array([0] =>
How to know which theme are we using in wordpress and change the content as well?
Closed. This question is off-topic. It is not currently accepting answers.Questions that are too localized (such as synt
homepage - How to show Home Page link in Wordpress Menu and how to add an icon to this?
I tried with this code:function home_page_menu_args( $args ) {$args['show_home'] = true;return $args;}add_
functions - Display only custom post type count for current author on the "At a Glance" dashboard widget
I am using this code to display all custom post types along with their count on the "At a Glance" dashboard wi
categories - Set category page title in custom theme
Closed. This question is off-topic. It is not currently accepting answers.Your question should be specific to WordPress.
htaccess - How disable canonical redirect wp-signup
I use wordpress 4.9.8.I want to close user access to sitewp-signup.phpI added code in .htaccess<Files wp-signup.ph
multisite - How to get all pages on specific blog after switch_to_blog?
I am attempting to loop through all sites on my multisite network blog. However, when I attempt to use get_pages it igno
metabox - How do I migrate meta boxes from the Classic Editor to the "side area" in Gutenberg Editor?
I don't know what the new side area is called for the Gutenberg Editor. On the editing screen, it's the side b
plugins - How to install WordPress Multisite with different domains under the same subdirectory?
Currently I have a WordPress blog with one domain as following:All WordPress files are under blog directory. Now I want
php - How to grab data from input and store it into custom table in database?
Question asked million times and answered, but still not working for me for the simplest form. My code looks like this r
How to get bbpress sticky topics
I want to get bbpress sticky topics using query like this:$sticky = get_option('sticky_posts');rsort( $sticky
errors - Without access to the FTP, how can I fix the index page?
The company I work for decided that I am now the "website owner", but will not grant access to the FTP files.
php - Adding number to date not working
Closed. This question is off-topic. It is not currently accepting answers.Your question should be specific to WordPress.
how can i add all my tags to tagcloud?
Hello i would like to show my all tags as a tagcloud . But i want to show all my tags some of them i added manually and

