Hello,
I would really appreciate some help with this problem. The pagination links on only one page of our site have stopped working. The links appear on the page but do not lead to the additional content.
This is the page that the pagination has stopped working on:
http://escondidoexperience.com/site/news
Here is the code for this page as well
<div id=“yui-main”>
<div class=‘yui-b’ id=‘sub-col’>
<div id=“sub-top”>
News
</div>
<div id=“sub-ft”><div id=“sub-bg”>
{exp:weblog:entries orderby="date" limit="6" weblog="default_site" disable="categories|member_data|trackbacks" dynamic="off"}
<div class=‘news-entry’>
{title}
<div class=“news-entry-date”>{entry_date format="%M %d, %Y"}</div>
<div class=‘news-entry-summary’>{summary}</div>
<div class=‘news-entry-more’>MORE</div>
</div>
{paginate}
<div id=‘paginate’>
{pagination_links}
</div>
{/paginate}
{/exp:weblog:entries}
</div></div>
</div>
</div>
{embed="embeds/footer"}
Thank You for your time!