Hi
We are preparing a new forum as “The forum” which will show the articles in a group by form of Forum title. We have inserted a new custom field as “forum_title” in our article blog. We want to show only those articles that have “forum_title” and those will appear in proper order as per the forum title.
We have used following code, but its not full-proof:-
{exp:weblog:entries weblog="articles" status="not closed|editing" orderby="date" sort="desc" limit="10" paginate="bottom" rdf="off" dynamic="on"}
{if forum_title}
{title}
{paginate}Page {current_page} of {total_pages} : {pagination_links}{/paginate}
{/if}
{/exp:weblog:entries}Pagination is not working properly, listing of articles as per forum_title also no working. Can U Pls, suggest me to fix this issue?