nipun_coolguy
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PageNavi] [Plugin: WP-PageNavi] Only showing page 1 of 1Go to Settings >> Reading and set the number of posts to 1 in the “Blog pages show at most”.
Forum: Fixing WordPress
In reply to: Pagination problemThis post is resolved.
Forum: Fixing WordPress
In reply to: Pagination problem??
Forum: Fixing WordPress
In reply to: Pagination problemThanks a bunch for letting me know of this useful validation tool! As it turns out, almost all the errors are due to the Social plugin. The theme is fine in itself. I’ll message the plugin developer and let him/her know about these errors. ??
I second the question. How do we increase/decrease the width in the new Disqus?
Forum: Fixing WordPress
In reply to: Pagination problemWhat kind of validation warnings and errors are you talking about, Krishna? I thought Elegant Themes to be the best when it comes to WordPress themes. So, it is strange that their themes would be badly coded. How do I look for errors? Thanks.
Forum: Fixing WordPress
In reply to: Pagination problemI got it to work. I went to Settings >> Reading and set the number of posts to 1 in the “Blog pages show at most”. I guess there’s some bug in the latest (3.4) WordPress due to which it is behaving this way. Thanks a lot anyway, man! Good day! ??
Forum: Fixing WordPress
In reply to: Pagination problemWhere is this code? Which file?
Forum: Fixing WordPress
In reply to: Pagination problemI don’t have 3 posts. I have 9 posts. And per page I have set 3 posts.
Forum: Fixing WordPress
In reply to: Pagination problemThanks, Krisna, but I have already read the page. I am not well versed in PHP. I tried to search for query_posts in my index.php file but I couldn’t find it.
Forum: Fixing WordPress
In reply to: Pagination problemI tried doing the steps but it still doesn’t work. I read somewhere that it is to do with query_posts()thing. Any ideas?
Forum: Fixing WordPress
In reply to: Pagination problemThanks for replying. My website’s link: https://www.edufacto.com
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Can't log out with WP Super Cache enabledI have the same problem now. Anyone knows what’s the problem? Please help if you do.
Forum: Fixing WordPress
In reply to: WordPress admin barI tried to add this code:
add_filter('login_errors',create_function('$a', "return null;"));
It is to remove the error message that pops up when wrong username/passowrd is typed.The problem is not only with this code, but with anything I add to functions.php.