Forum Replies Created

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

    (@alenxvr6)

    I’m experiencing this bug as well.

    See Image

    When searching for example: Hematoxylin

    Delafield’s <span class="search-everything-highlight-color" style="background-color:#f2f282">Hematoxylin</span>

    Forum: Fixing WordPress
    In reply to: Paggination Issue
    Thread Starter alenxVR6

    (@alenxvr6)

    OK i think i figured it out. Here’s the code:

    <div id="navigation">
        <ul>
          <li<?php if(!get_adjacent_post(false, '', false)) { echo ' class="hide"'; } ?>><?php next_post_link('%link', 'Next &raquo;'); ?></li>
          <li>Comment</li>
          <li<?php if(!get_adjacent_post(false, '', true)) { echo ' class="hide"'; } ?>><?php previous_post_link('%link', '&laquo; Previous'); ?></li>
        </ul>
      </div>

    I’ll just hide the li HTML tag with CSS

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