mubojason
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posts_per_page= if more than 150 is dosen't workyes i understand
Forum: Fixing WordPress
In reply to: Posts_per_page= if more than 150 is dosen't worki just create a page for update Custom Meta and some date for all post;
that page just for admin or manager, not for any user;
Forum: Fixing WordPress
In reply to: Posts_per_page= if more than 150 is dosen't workit output fast;
my site now have about 300posts,
output just less 5sec;i changed the MemoryLimit 32to 64M now;
This problem has been solved
Forum: Fixing WordPress
In reply to: Posts_per_page= if more than 150 is dosen't workTHANKS for replay;
but i get the same problem, and find out to Solve it:~/wp-includes/default-constants.php
#line 23:‘WP_MEMORY_LIMIT’,’32M’
change the number more than you need,
like 64M or more;Forum: Fixing WordPress
In reply to: Can't display all posts on a page, already upped PHP memoryi get the same problem, and find out to Solve it:
~/wp-includes/default-constants.php
#line 23:‘WP_MEMORY_LIMIT’,’32M’
change the number more than you need,
like 64M or more;Forum: Fixing WordPress
In reply to: How to get "key" from "value" in custom metai got it,
(“SELECT meta_key FROM $wpdb->postmeta WHERE meta_value = ‘HarryPotter'”);add id to
(“SELECT meta_key FROM $wpdb->postmeta WHERE meta_value = ‘HarryPotter’ and post_id = ‘$post->ID'”);
Forum: Plugins
In reply to: How to get "key" from "value" in custom metaok, i get it!
thanks for answer my first question~Forum: Plugins
In reply to: How to get "key" from "value" in custom metaand more,
if HarryPotter from a Variable like $name2,
how to get it?