Title: Converting Question
Last modified: August 19, 2016

---

# Converting Question

 *  [ncmason](https://wordpress.org/support/users/ncmason/)
 * (@ncmason)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/converting-question/)
 * Currently, I’m working on making my site WordPress-compatible. I’ve noticed that
   I need a sidebar. The thing is I don’t want one. Now what? Also, how can I make
   my site have that “Previous Entries” link on the bottom of the page?
 * Thanks,
    Mason

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

 *  [educationthemes](https://wordpress.org/support/users/educationthemes/)
 * (@educationthemes)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/converting-question/#post-817217)
 * You don’t have to have a sidebar. If you don’t want it just don’t include the
   call to `<?php get_sidebar(); ?>` in your template files.
 * Also for the previous entries on the bottom of your page you would add this code:
 *     ```
       <div class="alignleft">
         <?php previous_posts_link('&laquo; Newer Posts') ?>
       </div>
   
       <div class="alignright">
         <?php next_posts_link('Older Posts &raquo;') ?>
       </div>
       ```
   
 *  Thread Starter [ncmason](https://wordpress.org/support/users/ncmason/)
 * (@ncmason)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/converting-question/#post-817236)
 * Thanks. If I just want to use WordPress on a certain part of a site, how should
   I install it?
 * I want to use WP on the main page of [this site](http://masonsklut.com/test),
   that’s all.

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

The topic ‘Converting Question’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [ncmason](https://wordpress.org/support/users/ncmason/)
 * Last activity: [17 years, 10 months ago](https://wordpress.org/support/topic/converting-question/#post-817236)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
