So I have a website I'm working on that has a three column news feed.
I've used the following code to make this happen. The pagination at the bottom currently jumps to a category blog view where it actually needs to display in this three column layout. Can anyone provide any insight on how to rework the pagination? Any help is appreciated.
<div class="news_feed0 news_feed">
<div class="news_title">
<h3>Newsletters</h3>
</div>
{component url='index.php?option=com_content&view=category&layout=blog&id=15&news_check=1'}</div>
<div class="news_feed1 news_feed">
<div class="news_title">
<h3>News</h3>
</div>
{component url='index.php?option=com_content&view=category&layout=blog&id=8&news_check=1'}</div>
<div class="news_feed2 news_feed">
<div class="news_title">
<h3>Topics of Interest</h3>
</div>
{component url='index.php?option=com_content&view=category&layout=blog&id=9&news_check=1'}</div>