<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Blog with multiple categories</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Blog-with-multiple-categories-80907</link>
        <description></description>
        <pubDate>Sat, 11 Jul 2026 14:00:33 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Blog-with-multiple-categories-80907" rel="self" type="application/rss+xml" />

                <item>
          <title>Blog with multiple categories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240534#post2240534</link>
          <description><![CDATA[<p>Hi kovali</p>
<p>Just wanted to check in on how you are making out with your blog. </p>
<p>Did you find what you need in The Cookbook?</p>
<p>Let me know if you still have any questions.</p>
<p>Thanks!</p>]]></description>
          <pubDate>Mon, 15 May 2017 16:03:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240534#post2240534</guid>
        </item>
                <item>
          <title>Blog with multiple categories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240505#post2240505</link>
          <description><![CDATA[<p>Hi Koen,</p>
<p>I'm not able to access any examples right now, but have a look through the recipes in the CMSB Cookbook. You'll find examples there.</p>
<p>If you're not a subscriber, you can get a trial subscription. just follow the link below.</p>
<p>Good luck,</p>
<p>Jerry</p>]]></description>
          <pubDate>Tue, 09 May 2017 08:45:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240505#post2240505</guid>
        </item>
                <item>
          <title>Blog with multiple categories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240503#post2240503</link>
          <description><![CDATA[<p>Hi Jerry,</p>
<p>Thx for the help, much appreciated !</p>
<p>When you say: "<span>You can then use that choice to set a 'where' value to limit the blog posts shown to only that category."  I'm wondering what the 'where' statement should look like... could you give me an example pls ?</span></p>
<p><span>For the moment I have a working solution with a jump menu, see below, but your solution would be nicer I think...</span></p>
<p><span>Thanks again.</span></p>
<p><span>Koen</span></p>
<p><span><a href="http://pretecho-opleiding.be/blog.php" rel="nofollow">http://pretecho-opleiding.be/blog.php</a></span></p>
<p>&lt;form id="form1"&gt;<br /> &lt;select name="menu1" onchange="MM_jumpMenu('parent',this,0)"&gt;<br /> &lt;option value=""&gt;Kies een rubriek&lt;/option&gt;<br /> &lt;?php foreach ($pe_blog_rubriekenRecords as $record): ?&gt; <br /> &lt;option value="blog.php?rubriek=&lt;?php echo urlencode($record['title']) ?&gt;"&gt;&lt;?php echo $record['title'] ?&gt;&lt;/option&gt; <br /> &lt;?php endforeach; ?&gt;<br /> &lt;/select&gt;<br /> &lt;/form&gt;</p>
]]></description>
          <pubDate>Tue, 09 May 2017 00:39:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240503#post2240503</guid>
        </item>
                <item>
          <title>Blog with multiple categories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240485#post2240485</link>
          <description><![CDATA[<p>Hi Kovai,</p>
<p>One approach might be to set up a way to identify the different groups of blogs. I usually do that by setting up a multi record "Categories" section with a "Category" text field.</p>
<p>Next, set up a pull down list field in my blog section that gets its values and labels from the "Category" field in the "Categories" section, make it a required field, and "assign" each blog story to a particular category with that pull down. (this keeps everything nice and uniform, so searches don't go awry.)</p>
<p>Next on they blog list viewer, set up a similar pull down that gets its values from the Category field in the Categories section, (also make this a required choice using error checking) so that the visitor can choose from the same category list.</p>
<p>You can then use that choice to set a 'where' value to limit the blog posts shown to only that category.</p>
<p>It's pretty easy once you get going, and there's a lot more on the details in my CMSB Cookbook recipes.</p>
<p>Good luck</p>
<p>Jerry Kornbluth</p>]]></description>
          <pubDate>Mon, 08 May 2017 06:12:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240485#post2240485</guid>
        </item>
                <item>
          <title>Blog with multiple categories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240484#post2240484</link>
          <description><![CDATA[<p>Anybody ?</p>]]></description>
          <pubDate>Mon, 08 May 2017 05:50:25 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240484#post2240484</guid>
        </item>
                <item>
          <title>Blog with multiple categories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240456#post2240456</link>
          <description><![CDATA[<p>Hi Ross, how will I continue from here... ?</p>]]></description>
          <pubDate>Fri, 28 Apr 2017 00:23:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240456#post2240456</guid>
        </item>
                <item>
          <title>Blog with multiple categories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240451#post2240451</link>
          <description><![CDATA[<p>Hi Ross,</p>
<p>I've build a page that simply lists all blog posts, see file attached please.</p>
<p>The result in the browser: <a href="http://pretecho-opleiding.be/blogtest.php" rel="nofollow">http://pretecho-opleiding.be/blogtest.php</a> </p>
<p>Best regards,</p>
<p>Koen</p>
]]></description>
          <pubDate>Tue, 25 Apr 2017 05:22:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240451#post2240451</guid>
        </item>
                <item>
          <title>Blog with multiple categories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240413#post2240413</link>
          <description><![CDATA[<p>Hi there</p>
<p>Thanks for posting.</p>
<p>It is possible to display two lists on one page.</p>
<p>To start with, though, I recommend simplifying and focusing specifically on a page that lists all your blog posts.</p>
<p>Don't add anything about categories or single records or multiple lists.</p>
<p>Just build a page that lists all your blog posts regardless of category.</p>
<p>Once you have that, attach a copy of your file (instead of pasting code into a post), and I can review from there.</p>
<p>Does that make sense? Let me know any questions or feedback.</p>
<p>Thanks!</p>]]></description>
          <pubDate>Fri, 14 Apr 2017 08:59:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240413#post2240413</guid>
        </item>
                <item>
          <title>Blog with multiple categories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240396#post2240396</link>
          <description><![CDATA[<p>Is it possible to have 2 lists of different tables on one page anyway ??</p>]]></description>
          <pubDate>Mon, 10 Apr 2017 13:26:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240396#post2240396</guid>
        </item>
                <item>
          <title>Blog with multiple categories</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240392#post2240392</link>
          <description><![CDATA[<p>Hi,</p>
<p>I'm trying to build a blog with different categories, every category can have many stories. The list of all categories and list of corresponding stories should always be shown on the same page. Now, when I click on a category I only get the first story for that category... But I want it to show ALL stories for that category.</p>
<p>The code that I'm using now:</p>
<p>&lt;?php<br /> /* STEP 1: LOAD RECORDS - Copy this PHP code block near the TOP of your page */<br /><br /> // load viewer library<br /> $libraryPath = 'beheer/lib/viewer_functions.php';<br /> $dirsToCheck = array('/home/weballbe/public_html/','','../','../../','../../../');<br /> foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }}<br /> if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }</p>
<p>// load records from 'pe_blog_rubrieken'<br /> list($pe_blog_rubriekenRecords, $pe_blog_rubriekenMetaData) = getRecords(array(<br /> 'tableName' =&gt; 'pe_blog_rubrieken',<br /> 'loadUploads' =&gt; false,<br /> 'allowSearch' =&gt; false,<br /> ));<br /><br /> // load records from 'pe_blog'<br /> list($pe_blogRecords, $pe_blogMetaData) = getRecords(array(<br /> 'tableName' =&gt; 'pe_blog',<br /> 'where' =&gt; whereRecordNumberInUrl(1),<br /> 'loadUploads' =&gt; true,<br /> 'allowSearch' =&gt; false,<br /> ));<br /><br />?&gt;</p>
<p>I think it has something to do with <strong>'where' =&gt; whereRecordNumberInUrl(1), </strong>why it's only showing 1 story but don't know the correct PHP code to get all stories for one categorie.</p>
<p>Anybody that can help me please ?</p>
<p>Thanks !</p>
]]></description>
          <pubDate>Mon, 10 Apr 2017 06:43:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240392#post2240392</guid>
        </item>
              </channel>
    </rss>
  