<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Multiple Blog filters with pagination - is it possible? in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Multiple-Blog-filters-with-pagination-is-it-possible/m-p/502690#M25332</link>
    <description>&lt;P&gt;If you can have all content in a JSON somewhere in your page, then I believe that's the best solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another option (but also limited) would be to get the content based on a tag instead of the "general" content that is limited to 200 elements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By using&amp;nbsp;&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;blog_recent_tag_posts you could get 100 posts that have a specific tag. Then you can use this data in your listing page.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Imagine the following scenario:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;You have 4 categories with 60, 40, 70, 80 articles each (total of 250 posts). If you get the "default" 200 articles, you will be missing 50 articles in your listing.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;But if you filter by tag using&amp;nbsp;blog_recent_tag_posts for each category, then you will be able to display all articles in your category (unless a category has +100 articles).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is not as good as having all your content in a JSON file, but it might be a solution if you don't have hundreds of articles per category.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Sep 2021 13:44:22 GMT</pubDate>
    <dc:creator>albertsg</dc:creator>
    <dc:date>2021-09-29T13:44:22Z</dc:date>
  </channel>
</rss>

