WordPress Reference
-
General WordPress
- How to get rid of the “Sorry, this file type is not permitted for security reasons” when uploading to WordPress
- How to get rid of the error message "Too many failed login attempts. Please try again in..." if the WP Limit Login Attempts plugin is not installed
- How to redirect all the pages from an old domain to the homepage of a new domain
-
- Articles coming soon
-
- Articles coming soon
-
WordPress Themes
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
-
WordPress Plugins
- How to add a "display current date" capability to a WordPress theme
- SiteGround Optimizer Plugin, SiteGround Security Plugin and the JNews Import Demo & Style process
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
< All Topics
Print
Extra Theme – How to remove the Previous and Next navigation on all posts
Posted
Updated
Bynetpressionist
The following css worked for me:
body.single-post .post-nav { display: none; }
You paste the above CSS at the following location: navigate to back-end admin | Extra | Theme Options | General | Custom CSS
I obtained the CSS from the following page:
https://divi.help/threads/how-to-remove-share-bar-and-previous-post-columns.145
Table of Contents