Displaying all posts of a category in full view on one page using their single.php template
I would like to display all posts of a certain category in full view on one page, but would like to render them in the s
filters - Does anybody know what the $current_screen ->id for customizer.php is?
I searched high and low & tried a bunch of different things but I still wasn't able to add inline css to the cu
virtual hosts - Difference between these two nginx try_files statements for WordPress?
What is the difference between these two try_files statements and which do you use and why? I've seen both used in
custom post types - Output all terms slugs for a loop filter
I have created a filter on a custom post type loop using terms slugs just like that :<li><a href="#"
wp cli - How to specify to wp-cli for the `wp config create` (`wp core config`) command that the DB user is an 'all host
My wp config create command:wp core config --dbname=wordpress --dbuser=wordpress --dbpass='this is not the real pas
plugins - Do_shortcode before send email content
I'm having a little problem figuring out how to execute shortcodes stored in a mail content option of a plugin.The
wp query - Regarding a custom loop and output HTML tags
I want to make the code to display the list of the page title in footer. I made the following code in functions.php:add
security - How can I have more confidence that WP plugins aren't getting and storing user data?
How can I have more confidence that WP plugins aren't getting and storing user data? This is in regard to making my
plugin development - First and last name fields not filled when using wp_insert_user
I've written a plugin to allow authentication to a WordPress install via an external API. Everything is working exc
How to lock all published posts so only admin can unlock delete and update permission
Lets say one has a AUTHOR role that has published thousands of posts and one wants a way to lock all the published posts
Redirect Visitors to a Temporary Maintenance Page
To prevent my visitors from seeing a broken version of my site during maintenance, and to give them a heads up on the up
block editor - For developers, what impact can we expect Gutenberg to have on the loop?
I appreciate that the question in the title may be a little bit vague. So far, my understanding of Gutenberg's long
Create a shortcode to display custom post types with a specific taxonomy
I created a page template to list all products of a specific product line.Now I want to list all posts from this custom
Nginx 404, 500 errors and Wordpress
I have defined in my server block:server {error_page 401 403 404 custom_404.html;location = custom_404.html {root var
plugins - Return function results within shortcode
I'm trying to write reusable functions in a plugin and call the functions within a shortcode. But, I can't get
php - Wordpress loop add heading before first of type
Confusing title but using the Types toolset I added the two letter state code (CA, TX, FL, etc...) to each of my 'S
htaccess - How do I test to ensure that my wp-config file is protected?
Since order allow,deny is deprecated in 2.4 I wanted to rewrite the rules in my .htaccess file to use the newrules. Pr
custom post types - Redirect a page based on last word in slug
I have a couple custom post types registered = Staff, PropertiesIf I have a page with the slug archive-staff, how can I
WordPressBootstrap 4 not building breadcrumbs correctly
I have this code in my WordPress functions.php to create breadcrumbs for pages only. What am I doing wrong? Thanks.I wan
errors - Undefined index when saved to options
$options = get_option('analytics');if ( ! preg_match( '^([0-9]{4})-([0-9]{2})-([0-9]{2})$', $opti

