A suggestion.
-
In feed-display.php around line 405, make the display of the links conditional on if there is a link.
if($prevlink = get_previous_posts_link(__( ‘Newer posts’, WPRSS_TEXT_DOMAIN ))) { $output .= ‘ <div class=”nav-next alignright”>’ . $prevlink . ‘</div>’; } $output .= ‘</div>’;
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘A suggestion.’ is closed to new replies.