wprock
Forum Replies Created
-
Replace
if ( is_home() )
return 10;with
if ( is_front_page() )
return 10;Forum: Fixing WordPress
In reply to: pages not being displayedAlso http://natureshealing.info/diet-consult/ is redirecting to http://natureshealing.info/natureshealing/diet-consult/
Check once the .htaccess file. May be there have 301 redirect
Forum: Fixing WordPress
In reply to: pages not being displayedAre you moved the same page in trash before? Check once the trash
try to using this filter:
add_filter('post_limits', 'postsperpage'); function postsperpage($limits) { global $wp_query; if (is_home()) { $wp_query->query_vars['posts_per_page'] = 10; } return $limits; }and also do this settings -> reading -> posts per page -> 5.
Forum: Fixing WordPress
In reply to: Parse erroryou are welcome
Forum: Fixing WordPress
In reply to: Parse errorconnect via FTP or CPanel – file manager and edit the file.
Forum: Fixing WordPress
In reply to: Parse errorOk. I just created a new version here http://pastebin.com/64Y230nP. Now you will copy the code from there and replace your old code of functions.php file and upload on your server.
Note: First you will keep a backup of your fileForum: Fixing WordPress
In reply to: Parse errorCopy the all code from functions.php file and upload in pastebin.com. Next share the link here. we will check the code and try to resolve it
Forum: Fixing WordPress
In reply to: My site disappearedok. Now follow this: Copy the code from functions.php file of themes/test_theme/ folder and upload in pastebin.com. Next the share the pastebin URL here. We will check the code once.
Forum: Fixing WordPress
In reply to: My site disappearedFirst rename your plugins and themes folder to plugins-bkp and themes-bkp . Then check the http://chesseydesigns.com/wp-admin/ . If it is working then you will understand that problem is locating in themes file or plugins file.
Note: you will again revert back to older name like ‘plugins-bkp’ will be plugins and themes-bkp will be themesForum: Fixing WordPress
In reply to: How to find 404 error URL and how to fix themuse this plugin http://wordpress.org/extend/plugins/broken-link-checker/
Forum: Fixing WordPress
In reply to: Top Search Widget Deleted but Still Shows on Home Pageif you are using any kind of cache plugin then delete the server and browser cache once and check the site again.
Forum: Fixing WordPress
In reply to: Site is down and cannot log in after update!Can you copy the code from custom-header-images.php file and upload in pastebin.com. Next you will share the pastebin link. We will check the code.
Forum: Fixing WordPress
In reply to: WP encounters DB error after disabling pluginsForum: Fixing WordPress
In reply to: Need help editing Wootique theme.You can use this plugin WooCommerce Customizer