export - I am having trouble with article formatting when exportingimporting articles from the production to the development env
Whenever I export a couple of articles from my production site to my development site, the imported one loses all its sp
Export posts manually selected by end user (not logged in)
For an intranet project, I'd like to have not logged in users be able to manually check posts (with checkbox in fro
Request to REST endpoint works fine in browser and curl, but fails from WP_REST_Request
I'm running WordPress 4.9.8 with a Genesis theme (probably irrelevant, but...).I'd like to write some JSON p
php - Unset session variable on page reloadsetup but exclude AJAX
I'm currently trying to unset a session variable in WordPress if the page get's reloaded. I've tried a lo
REST api header link href
If I callcurl -I In terminal I get the correct responseLink: <>; rel=""If I call $response = wp_remote
customization - How can I edit the Wordpress menu link to allow fb: instead of http
Long story, but I'm building a site with social icons in my menu bar (as menu items). I'd like them to open re
How are terms connected with posts in database?
In a multi-site environment, I have a special need to get post terms (on a custom taxonomy) without the expensive operat
rewrite rules - add_rewrite_rule confusion
I have this function in my functions.php of a localhost build:-function custom_rewrite() {add_rewrite_rule('.*'
php - WooCommerce get products based on the taxonomy
I need to modify the WooCommerce product query because I want to filter the shown products on the shop pages based on th
categories - Excluding particular category from displaying in specified areas
Here's my site: I have one category that is responsible for displaying posts in slider (slider displays certain po
Programatically change post author
Given a user id, $user_id, and post id, $post_id, how can I programatically update a wordpress post author?Note: these p
How to list categories and subcategories in JSON format?
I need to integrate this plugin with my WordPress site, and the categories must be inthis format:"Option 1":
plugins - How to handel multiple checkbox field in the admin settings page with Settings API
I'm trying to incorporate a list of checkbox in my plugin's admin settings page from which users can select a
How to properly use composer packages in wordpress?
I need to implement in a wordpress instance a feature that allows me to search for the most recent file with extension .
wp admin - Limit post top level categories to one
My website have many posts, ~9 main categories and "unlimited" subcategories.I'd like to force in WordPre
wp config - where should I write constants in wordpress?
I have to define a constants to use all over the entire project(i.e: single.php, category.php, my-template.php). Suppose
remove admin bar new postlinkmedia sub menu
I wish to remove the sub menus of postlinkmedia under the add new menu in the admin bar. I can remove the entire menu
plugin development - Where to write custom logs in WordPress
I am creating a plugin in WordPress, the plugin creates logs for some events, my question is where should I write custom
Permalink change redirects by WordPress
This question already has answers here:Changing pemalink structure to %post_id%%postname%(2 answers)Closed 6 years ag
wp query - Check the product in the cart from which category is and show message
I want to check the product in cart from which category is and if is from Category X to show some message.So far I'

