Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

So I have a website I'm working on that has a three column news feed.

http://www.bigideaadv.com/wright_specialty2_OLD/index.php?option=com_content&view=article&id=13&Itemid=105

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>
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.