Title: Help with plugin
Last modified: August 20, 2016

---

# Help with plugin

 *  Resolved [makta112](https://wordpress.org/support/users/makta112/)
 * (@makta112)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/help-with-plugin-1/)
 * Hello
 * I’ve uploaded a plugin to my site called “[PBD AJAX Load Posts](http://www.problogdesign.com/wordpress/load-next-wordpress-posts-with-ajax/)“.
 * It’s a nice plugin that adds a button at the bottom of your blog that load older
   posts when clicked.
 * But there seems to be an error with it on my site: [http://www.geimaku.com/](http://www.geimaku.com/)
 * When you click the button a few times, the bottom border disappear from the posts.
 * Please try it [here](http://www.geimaku.com/) and see what I mean.
 * Thanks.

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

 *  Thread Starter [makta112](https://wordpress.org/support/users/makta112/)
 * (@makta112)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/help-with-plugin-1/#post-2840490)
 * Hi. Please ignore the above post. I’m removing the plugin. But here’s the “new”
   issue:
 * I’m trying to do so that the links that say “Newer posts” and “Older posts” in
   my blog appear.
 * I thought I hid them some time ago with CSS but I can’t any line of code that
   hide them.
 * How can I make them appear?
 * My site: [http://www.geimaku.com/](http://www.geimaku.com/)
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [13 years, 11 months ago](https://wordpress.org/support/topic/help-with-plugin-1/#post-2840503)
 * That’s a theme question. However in your source code, I see this.
 *     ```
       <nav id="nav-single">
       						<h3 class="assistive-text">Post navigation</h3>
       						<span class="nav-previous"><a href="http://www.geimaku.com/21/06/2012/new-resident-evil-6-screenshots-and-trailer/" rel="prev"><span class="meta-nav">&larr;</span> Previous</a></span>
       						<span class="nav-next"></span>
       					</nav><!-- #nav-single -->
       ```
   
 * And I see that you did this:
 *     ```
       #nav-single {
       display: none;
       }
       ```
   
 * Get rid of the CSS code 🙂
 *  Thread Starter [makta112](https://wordpress.org/support/users/makta112/)
 * (@makta112)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/help-with-plugin-1/#post-2840507)
 * Hi
 * That line of CSS only hides the links inside blog posts.
 * Not from the front-page. That’s where I want them to appear 🙂
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [13 years, 11 months ago](https://wordpress.org/support/topic/help-with-plugin-1/#post-2840511)
 * Same basic concept.
 * You can do it two ways.
 * 1) Search your CSS for all instances of display:none (one will stand out, probably`
   nav-above`)
 * 2) Search your page source for the word ‘Previous’ and see what comes up. 🙂
 *  Thread Starter [makta112](https://wordpress.org/support/users/makta112/)
 * (@makta112)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/help-with-plugin-1/#post-2840512)
 * Ok, thanks. I’ll try that.
 *  Thread Starter [makta112](https://wordpress.org/support/users/makta112/)
 * (@makta112)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/help-with-plugin-1/#post-2840515)
 * It was `#nav-below`
 * Thanks 🙂

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

The topic ‘Help with plugin’ is closed to new replies.

## Tags

 * [load](https://wordpress.org/support/topic-tag/load/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 2 participants
 * Last reply from: [makta112](https://wordpress.org/support/users/makta112/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/help-with-plugin-1/#post-2840515)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
