categories - How to display wp_list_categories on div instead of li?
Does anyone know how to display the wp_list_categories() on a div instead of the li?I basically want to wrap main catego
Restrict access to admin but allow admin_post hook
I'm using this hook to allow only admin roles access dashboardadd_action( 'admin_init', function() {if (
How to addembed an author into REST data from a custom post type?
We have a couple of post types which don't directly support authors. Instead, we have custom interfaces for choosin
Add custom TinyMCE 4 Button: Is it mandatory to have one JS per button?
I'm editing a Wordpress Plugin, trying to add another button. I had a look to this question (Add custom TinyMCE 4 B
users - How do I tag every author in their posts that they have made previously
So here is the situation, I have a wordpress blog site that is a few years old, and every user had a different account t
ajax - Updating a checkbox value to database for specific row in table
I have written a custom plugin for people to sign up to a course. The data is submitted in a front end form and stored i
php - WordPress custom slug (endpoint) and compare all links
I work on the one i18n function. It will work with subdir. For example: eghello-worldenFor this I'm support EP_AL
WooCommerce - Display nested list of all subcategories on archive-product.php
When a user clicks on a product category from the WooCommerce shop page, instead of the default, I need it to look like
wp query - Sort posts on custom field AND after that sort on date?
I'm having trouble to understand customizing the new WP_query. I've found the script below, partly, here in or
custom post types - Adding a Section for Visitors
I habe a basic dog care website where I would like to have a lost dog section where visitors can post about their lost d
directory - Can wordpress theme folder name be changed freely and nothing technically happens
Can the wordpress theme folder be renamed any time freely and everything works fine after that ,themesoldthemenamethem
functions - Template Loop - add switch case php
My plugin template is currently as follows:if ( $query->have_posts() ){?><ul id="list-con"><?ph
functions - Add_filter when value is no variable?
Let's say I have an function like:function cc_get_content_preview() {return apply_filters( 'cc_get_content_pre
wp kses - Typical wp_kses $allowed
I have a custom post textbox that I want to sanitize using wp_kses before I update my post meta.I was looking for exampl
error log cluttered with undefined DB_USER wp-adminsetup-config.php
I have an up and running WordPress site for some time. Lately, I noticed somebody or something is making requests to www
customization - Figuring out how to create "Option Pages" in WordPress admin
I'm having a static front page, in which I plan to have the little bits like text, buttons, and other plain stuff e
taxonomy - Can lots of tags affect performance?
I'm working on a plugin that will auto-tag my posts (it's for a very specific, single project only). It will a
customization - Disable "-mp4-image" screenshots from appearing in Media?
If I upload a video in the mp4 format Wordpress automatically creates an image called Filename-mp4-image.jpg which is a
mysql - How to get data from WordPress site sql file
I have an SQL file of my WordPress site but I lost my project files. So if I import the sql into my DB then can I run th
query - Is there any way to get all custom posts and all custom terms with it's meta in few queries?
I'm developing a website with a record for me query count. It has 720 Query for the main page. I want to reduce it.

