robinburrer
Forum Replies Created
-
Forum: Hacks
In reply to: Nested custom post type paginationThat explains it! – Thanks for your reply. Since I only have a limited number of possible entries I decided to just get all entries and do the pagination on the client…..
Forum: Themes and Templates
In reply to: dynamic pagination problemThanks for your answer. I will look into this.
Forum: Themes and Templates
In reply to: dynamic pagination problemJust to clary: the page has a “width” of two place holders and a “height” of three placeholders. That’s why I can display between 6 entries (6 single boxes) and 3 entries (3 double boxes) per page. Obviously for example 4 boxes (2 double boxes and 1 single box) would also be possible.
So I can’t just set the the “posts per page” property in the query because I don’t know how many boxes I can display per page. That’s why I thought I get all entries and do the pagination somehow while I loop through my result if that’s possible.
Forum: Themes and Templates
In reply to: tab menu for taxonomies newbie questionI think I know how to handle this problem. I will create a seperate div for every query make them visible/invisible via JS. Better solutions are welcome…