Title: Removing previous/next post navigation
Last modified: July 15, 2022

---

# Removing previous/next post navigation

 *  Resolved [deb89](https://wordpress.org/support/users/deb89/)
 * (@deb89)
 * [3 years, 12 months ago](https://wordpress.org/support/topic/removing-previous-next-post-navigation/)
 * Hello,
 * I am trying to build an internal site for our current students and usually, if
   I take my time, I can figure out how to make wordpress do what I want it to do.
   This one feature has me stumped though because it’s provided through our university
   and I cannot see the editor in the side panel. I simply want to remove the previous
   and next post links from the bottom of each post I create. They are not in order
   and they will confuse the users.
 * Thank you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremoving-previous-next-post-navigation%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Ina](https://wordpress.org/support/users/inamoro/)
 * (@inamoro)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/removing-previous-next-post-navigation/#post-15834396)
 * [@deb89](https://wordpress.org/support/users/deb89/) can you show a link to a
   post where this happens?
 *  [Ina](https://wordpress.org/support/users/inamoro/)
 * (@inamoro)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/removing-previous-next-post-navigation/#post-15837453)
 * [@deb89](https://wordpress.org/support/users/deb89/) add this code to Appearance-
   > Customize -> Additional CSS:
 *     ```
       .navigation .alignleft,
       .navigation .alignright {
           display: none;
       }
       ```
   

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

The topic ‘Removing previous/next post navigation’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/academica/2.1.3/screenshot.png)
 * Academica
 * [Support Threads](https://wordpress.org/support/theme/academica/)
 * [Active Topics](https://wordpress.org/support/theme/academica/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/academica/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/academica/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Ina](https://wordpress.org/support/users/inamoro/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/removing-previous-next-post-navigation/#post-15837453)
 * Status: resolved