This question may be related to a resolved thread.
Hi I am very new to expression engine and coding in general and I need to paginate some list on my site. http://biba.bb/index.php/news-center/presentations/ is one such page.
I had a developer put together the site for me in EE but now I am learning it and I want to make a few updates to the way the pages flow.
I want the list to paginate after 10 entries here is the code I am using. I tried putting this in every which way I just can’t get it to work, do I have it placed wrong?
{if segment_2 !=""} >{exp:channel:entries channel="{my_channel}” url_title=”{segment_2}” limit=“1”}
{paginate}
{title}
{if {total_pages} > 1}
Page {current_page} of {total_pages} pages {pagination_links}
{/if}{/paginate}
{/exp:channel:entries}