dfgutzman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Third Style 1.1.1 Remove Next/Previous FunctionalityAnyone able to lok at this? I have been able to remove the next/previous functionality on categories/archive.
However, on the actual posts, I am still seeing the nex/previous show up both at the top and bottom of my posts. It also has a left and right arrow. How do I get rid of this. I hae searched all over the place.
Remember, this is the Third Style them.
Forum: Fixing WordPress
In reply to: Third Style 1.1.1 Remove Next/Previous FunctionalityOK, I have figured out how to remove the next previous from my category archive page. But when I am on an actual post, they next/previous still remain.
I was able to fix the next/previous for the category archive in this code on the loop.php file:
<?php /* Display navigation to next/previous pages when applicable */ ?>
<?php if ( $wp_query->max_num_pages > 1 ) : ?>
<div id=”nav-above” class=”navigation”>
<div class=”nav-previous”><?php next_posts_link( __( ‘<span class=”meta-nav”>←</span> Older posts’, ‘thirdstyle’ ) ); ?></div>
<div class=”nav-next”><?php previous_posts_link( __( ‘Newer posts <span class=”meta-nav”>→</span>’, ‘thirdstyle’ ) ); ?></div>
</div><!– #nav-above –>
<?php endif; ?>Forum: Fixing WordPress
In reply to: Raindrops Theme: Remove Next/Previous from postsI am sorry, but the code above does not exist in the function.php file. Any other suggestions for where it could be located?
Forum: Fixing WordPress
In reply to: Raindrops Theme: Remove This entry was posted in:Thank You..This worked perfectly. This question can not be closed.
Forum: Fixing WordPress
In reply to: Raindrops Theme: Remove This entry was posted in:Has anyone had a chance to look at this?
Forum: Fixing WordPress
In reply to: Raindrops Theme: Remove Next/Previous from postsHas anyone had a chance to look at this?