Title: Hi
Last modified: August 21, 2016

---

# Hi

 *  [tizis](https://wordpress.org/support/users/tizis/)
 * (@tizis)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/hi-84/)
 * How to remove “prev, next post” in the post?
    [Google translate]
 * [http://tbooklist.tk/ayakasy-kurai-da-vspyxnet-plamya/](http://tbooklist.tk/ayakasy-kurai-da-vspyxnet-plamya/)

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

 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/hi-84/#post-4550836)
 * From the admin dashboard, go to **Appearance > Montezuma Options > Main Templates
   > single.php**.
 * Look for the section that looks like this:
 *     ```
       <div id="main" class="row">
   
       	<div id="content" class="col8">
   
       		<nav class="singlenav cf">
       			<div class="older"><?php previous_post_link(); ?></div>
       			<div class="newer"><?php next_post_link(); ?></div>
       		</nav>
   
       		<div id="post-<?php the_ID(); ?>" <?php post_class( 'cf' ); ?>>
       ```
   
 * Remove the **nav** element so it now looks like this:
 *     ```
       <div id="main" class="row">
   
       	<div id="content" class="col8">
   
       		<div id="post-<?php the_ID(); ?>" <?php post_class( 'cf' ); ?>>
       ```
   
 *  Thread Starter [tizis](https://wordpress.org/support/users/tizis/)
 * (@tizis)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/hi-84/#post-4550895)
 * Thanks! 🙂

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

The topic ‘Hi’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [tizis](https://wordpress.org/support/users/tizis/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/hi-84/#post-4550895)
 * Status: not resolved