Title: Remove next/previous post links
Last modified: September 12, 2016

---

# Remove next/previous post links

 *  [ramoicamo](https://wordpress.org/support/users/ramoicamo/)
 * (@ramoicamo)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-nextprevious-post-links/)
 * Hi there
    i’ve found a few topics with this but nothing that worked for me. I
   wan’t to get rid of the next/previous post function on single posts. I have the
   Codium theme see: [http://www.buttshotmag.com](http://www.buttshotmag.com) – 
   please help

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * (@teeru)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-nextprevious-post-links/#post-8177088)
 * Hello [@ramoicamo](https://wordpress.org/support/users/ramoicamo/)
 * To get rid of the next/previous post function on single posts you need to add
   custom CSS through plugin.
    You can find many plugin to add custom CSS. Below
   link is the reference for one of the plugin. [https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/)
 * After installing the plugin you will find the custom CSS in ** Admin Panel / 
   Appearance / custom CSS.**.
 *  Here copy and paste below CSS.
 *     ```
       div#nav-below {
           display: none;
       }
       ```
   
 * Hope this will help to resolve your issue.
    Let us know if you have any confusion
   in achieving this result.
 * Regards!!
    -  This reply was modified 9 years, 8 months ago by [teeru@wensolutions](https://wordpress.org/support/users/teeru/).
 *  Thread Starter [ramoicamo](https://wordpress.org/support/users/ramoicamo/)
 * (@ramoicamo)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-nextprevious-post-links/#post-8179783)
 * hi teeru
    Thanks for your reply. I already have a “css edit” and i tried pasting
   the code but i did’nt work – the option is still there. Do you have any other
   way to remove this?
 * thanks
 *  [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * (@teeru)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-nextprevious-post-links/#post-8180540)
 * Hello [@ramoicamo](https://wordpress.org/support/users/ramoicamo/)
 * If the above solution could not solve your issue, you may try this one
 *     ```
       .navigation.mobileoff {
           display: none;
       } 
       ```
   
 * And please let us know if you have any confusion while achieving this result 
   again.
 * Best Regards!!
    -  This reply was modified 9 years, 8 months ago by [teeru@wensolutions](https://wordpress.org/support/users/teeru/).
 *  Thread Starter [ramoicamo](https://wordpress.org/support/users/ramoicamo/)
 * (@ramoicamo)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/remove-nextprevious-post-links/#post-8188031)
 * Thanks again for your reply.
    I have Jetpack and tried adding both codes but 
   it didnt work. So I added the simple custom css plugin and did the same but still
   didnt work. Any other ideas?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove next/previous post links’ is closed to new replies.

 * 4 replies
 * 2 participants
 * Last reply from: [ramoicamo](https://wordpress.org/support/users/ramoicamo/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/remove-nextprevious-post-links/#post-8188031)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
