Concepts Of Algorithm
首页
Algorithm
登录
最新
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
phpHow can I call WordPress core functions in external scripts
admin
1月前
6
0
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
adminHow to find a spam link
admin
1月前
5
0
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
Yoast SEO makes repeated INSERT queries loading any page
admin
1月前
9
0
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
plugin developmentSupport autosave and revisions for custom fields
admin
1月前
8
0
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
wp querymetaquery works locally but not on live server
admin
1月前
9
0
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
Custom plugin settings clicking quotsave changesquot does not display success message
admin
1月前
6
0
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
pluginshow do i fixe Page Builder on a custom page
admin
1月前
7
0
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
AJAX is not submitting data to database
admin
1月前
5
0
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
customizationMy post loop needs to have 8 different post templates
admin
1月前
7
0
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
phpPriority call methodsPHPMailergtaddAddress(NULL)
admin
1月前
6
0
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
How can I use queryposts to loop through posts and construct my own content
admin
1月前
4
0
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
Custom login page always redirecting to wploginphp
admin
1月前
5
0
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
wp queryHow to compare between two dates in a nested loop
admin
1月前
9
0
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
url rewritingModrewrite delete parameter in 301 Redirect
admin
1月前
2
0
wp remote post - Wp_remote_post not posting data
This works in php:$postdata = http_build_query(array('api' => get_option('API_key'),'gw'
wp remote postWpremotepost not posting data
admin
1月前
8
0
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
metaboxUsing meta boxes as the title of a custom post type
admin
1月前
10
0
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
menusAdding class atribute to wpnavmenu ul
admin
1月前
8
0
getting custom post by tag
i getting custom post by tag - my cod : $search_videos = array('posts_per_page' => -1,'post_type'
getting custom post by tag
admin
1月前
7
0
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
pluginsSOLVEDwpadminbar and AJAX calls
admin
1月前
7
0
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' =>
wp queryFiltering WPQuery based on wppostmeta keys values
admin
1月前
4
0
«
1 ...
28
29
30
31
32
33
34
...100
»
Concepts Of Algorithm
The concept of algorithms is a home for programming learning.