Hi,
My client's website has a special page which uses Blog-in-Blog to display posts from only one category. Everything seems to work fine, except the pagination (Previous / Next) links at the bottom of the page display as text, not as a link.
Here is the live page:
http://rhfd.org/press-releases/
As you can see, the first 10 "Press Releases" posts display, but the older posts cannot be viewed because the "Previous" link does not work.
The BiB shortcode I am using for this page is:
[bib category_id=6 num=10]
Here is the HTML generated by the plugin for the pagination div:
<div class="bib_page_nav">
<span class="bib_prev_link_inactive">« Previous Page</span>
<a href="/press-releases/?" class="bib_page_number bib_selected" style="none"" > 1</a>
<a href="/press-releases/?&bib_page_offset=10" class="bib_page_number bib_not_selected" style="none"" >2</a>
<a href="/press-releases/?&bib_page_offset=20" class="bib_page_number bib_not_selected" style="none""
<a class="bib_next_link" href="/press-releases/?&bib_page_offset=10">Next Page »</a></div>