[[!getPage? &element=`getResources` &parents=`2` &limit=`2` &showHidden=`1`]] <ul class="pagination pagination-sm">[[!+page.nav]]</ul>
domain.com/index.php?id=2&page=2
This question has been answered by Bruno17. See the first response.
[[!getPage? .... ` &limit=`2` ...]]
[[!getPage? .... ` &limit=`7` ...]]
Page size = 7
[[blogit.lexicon_load]] [[!getResources? &parents=`[[*id]]` &tpl=`blogit.blog_row_tpl` &includeTVs=`1` &processTVs=`1` &tvPrefix=`` &where=`[[!TaggerGetResourcesWhere]]` &showHidden=`1` &limit=`0` ]]
usually, you replace getResources with getPage.
It seems, you have just added getPage(without a tpl) and have still getResources in use?
This Snippet does nothing by itself, but rather depends on another Snippet to return the output for a specified page (or range of data within a complete set). For example, the getResources, getFeed, and Archivist Snippets can both be wrapped by getPage.
<ul class="pagination pagination-sm">[[!+page.nav]]</ul>
[[!getPage? &elementClass=`modSnippet` &element=`getResources` &parents=`2` &depth=`2` &limit=`7` &tpl=`my_blogPost_container_tpl` ]]
[[!getResources? &parents=`[[*id]]` &tpl=`blogit.blog_row_tpl` &includeTVs=`1` &processTVs=`1` &tvPrefix=`` &where=`[[!TaggerGetResourcesWhere]]` &showHidden=`1` &limit=`0` ]]
[[!getPage? &element=`getResources` &parents=`[[*id]]` &tpl=`blogit.blog_row_tpl` &limit=`7` &includeTVs=`1` &processTVs=`1` &tvPrefix=`` &where=`[[!TaggerGetResourcesWhere]]` &showHidden=`1` ]]
you replace just this:
...
with something like this:
[[!getPage? &element=`getResources` &parents=`[[*id]]` &tpl=`blogit.blog_row_tpl` &limit=`7` &includeTVs=`1` &processTVs=`1` &tvPrefix=`` &where=`[[!TaggerGetResourcesWhere]]` &showHidden=`1` ]]
you need &includeTVs=`1` and maybe &processTVs=`1` to get TVs showing
&element=`getResources`