117 reputation
7
bio website quotestemple.com
location
age
visits member for 1 year
seen May 21 at 7:05
stats profile views 8

Feb
23
awarded  Popular Question
Feb
2
awarded  Supporter
Feb
2
asked How to change the default media folder in WP 3.5.1
Oct
26
awarded  Popular Question
Aug
23
asked how to add text to posts from tags
Jun
25
asked How to make the Awake or Unite theme to use the featured image as post image?
Jun
24
revised After update to WP 3.4 page navigation is not working?
added 862 characters in body
Jun
19
awarded  Editor
Jun
19
awarded  Student
Jun
17
comment After update to WP 3.4 page navigation is not working?
I already did that, it's not the plugin the problem, the new version of wordpress is changed so that older thmes don't work in this new version. I have tried another two themes without plugins and still the same problem.
Jun
16
comment After update to WP 3.4 page navigation is not working?
I have tried from another browser, the error is still there, see the link above, or try this one [paper-backgrounds.com/category/natural-paper-backgrounds/page/8/…
Jun
16
comment After update to WP 3.4 page navigation is not working?
no, I get the error even with wp-navi deactivated
Jun
16
comment After update to WP 3.4 page navigation is not working?
see here the error in categories paper-backgrounds.com
Jun
16
comment After update to WP 3.4 page navigation is not working?
Hi, I have turned off all the plugins and the problem was still there, so I have activated back wp-navi and added [code] this code to theme functions.php function my_post_queries( $query ) { // not an admin page and it is the main query if (!is_admin() && $query->is_main_query()){ if(is_home()){ $query->set('posts_per_page', 1); } } } <br> but in categories the paging still does not work, and there even after page 2 I get the error...:( add_action( 'pre_get_posts', 'my_post_queries' );
Jun
16
comment Page Navigation Outside the Loop
the same problem here, after page 10, I get 404 error in page navigation after upgrading to WP 3.4 wp-pagenavi does not work anymore :(
Jun
16
comment After update to WP 3.4 page navigation is not working?
It think that this problem comes from WP-PageNavi plugin, but I still don't have a solution...
Jun
16
comment After update to WP 3.4 page navigation is not working?
I also tried to completely change the theme and after page 10 it still does not work
Jun
15
comment After update to WP 3.4 page navigation is not working?
I did that, but it still does not work :(
Jun
15
comment After update to WP 3.4 page navigation is not working?
did you find a solution ?
Jun
15
comment After update to WP 3.4 page navigation is not working?
yes the posts are there.