current_page_item on link
-
Hello.
Does anyone know how to assign the “page_item” and “current_page_item” classes to the link (<a>
) and not the list item (<li>
). In essence, what I’m looking to end up with is the following…<li><a class="page_item current_page_item" href="https://mysite.com/?page_id=1" title="Title">Title</a></li>
INSTEAD OF…
<li class="page_item current_page_item"><a href="https://mysite.com/?page_id=1" title="Title">Title</a>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘current_page_item on link’ is closed to new replies.