2 QUestions: 1.) Pagination 2.) Customize the list template
-
Thanks for the great plugin. This is going to help me out a lot. I have a couple questions.
1.) When my lists are separated into multiple pages, the meta titles are not updated with the page number, like I am used to with WordPress when you use <!–nextpage–>. Is there a setting or a piece of code I can change to add this? For example, when I create a page that has 1 page, the title may be “Page Title X” but when I use <!–nextpage–> it separates the page into 2 pages and the second page is “Page Title X | page 2 of 2”. I have been told this is best so I don’t get duplicate titles.
2.) I am in the process of creating a template for displaying my lists. One thing I want to do is add a piece of code inside the list, at a specific spot. I am showing 15 entries per page and I want to add a piece of code after entry 8 (on each page) and then finish the list with the last 7 entries. I know very basic PHP to hopefully accomplish this. I assume this will need some sort of if statement that says “If entry = 8 then ….”. If I am correct, what would that “entry” variable be that I need to use/analyze?
Thanks again for this great plugin
Note: I am fairly new to coding so my terminology above hopefully makes sense.
- The topic ‘2 QUestions: 1.) Pagination 2.) Customize the list template’ is closed to new replies.