php - How can I call WordPress core functions in external scripts?
I'm trying to develop a code to call some Codex functions () the problem is simple, I don't find any doc where
admin - How to find a spam link?
While analyzing my site I found many requests is done to external link to "friendsit" so I installed string lo
Yoast SEO makes repeated INSERT queries loading any page
By using Query Monitor plugin I found that Yoast SEO (Wordpress SEO) plugin makes repeated INSERT queries to the db when
plugin development - Support auto-save and revisions for custom fields
I recently read this tutorial about custom fields in WordPress and wrote a simple plug-in to provide a metabox with a se
wp query - meta_query works locally but not on live server
I'm filtering posts by author's last name initials. On my local server, the query runs beautifully, but when I
Custom plugin settings: clicking "save changes" does not display success message
I don't entirely understanding how to save my plugin's settings properly. When I click on the "Save Chang
plugins - how do i fixe Page Builder on a custom page?
hi i create a theme from scratch for wordpress (with header and footer)i did my home-pagebut for the other page i wan
AJAX is not submitting data to database
I have a quiz application which stores user scores to a variable. There is a blueprint object for every user that looks
customization - My post loop needs to have 8 different post templates
Firstly let me just say I am a beginner with backend but have learned a lot the past few weeks working on this backend p
php - Priority call methods - PHPMailer->addAddress(NULL)
I am currently making a WP widget and I am stuck with this. I want to pass a variable $emailReceiver from my form() meth
How can I use query_posts to loop through posts and construct my own content?
I am using query_posts to combine two posts categories on a page (by inserting this simple php script on the page using
Custom login page always redirecting to wp-login.php
I've created a custom login page where users can login on my website, but when I try to log in, it's redirecte
wp query - How to compare between two dates in a nested loop?
I have a custom field like this:$myDate = usp_get_meta(false, 'usp-custom-51');That gives me dates like: 222
url rewriting - Mod_rewrite delete parameter in 301 Redirect
How would I go about rewriting:?aff=numberto:I want to remove all instances on aff=x regardless of how many other param
wp remote post - Wp_remote_post not posting data
This works in php:$postdata = http_build_query(array('api' => get_option('API_key'),'gw'
metabox - Using meta boxes as the title of a custom post type
I have a custom post type with some meta boxes added to the post type. The code for the CPT meta boxes works fine.I th
menus - Adding class atribute to wp_nav_menu ul
Update: this was caused by the fact that i didn't have a menu created in the menu page.I want to add a class to the
getting custom post by tag
i getting custom post by tag - my cod : $search_videos = array('posts_per_page' => -1,'post_type'
plugins - SOLVED - $wp_admin_bar and AJAX calls
Something weird is happening in my class. Basically I'm trying to manipulate the $wp_admin_bar through AJAX but whe
wp query - Filtering WP_Query based on wp_postmeta keys values
In the context of a Wordpress widget development, I use WP_Query this way:$args = array('post_type' =>

