Here's the PageMaster publication list: http://beerleg.com/p…odule=section&tid=3
As you can see in that link, there's 2 publications in the list.
Here's the same list via the RSS theme: http://beerleg.com/p…ion&tid=3&theme=rss
In this link, you'll see there's only 1 publication listed.
The code for the PM template in the RSS theme is as follows:
Code
<!--[foreach from=$publist item='pubitem']-->
<item>
<title><!--[$pubitem.title|pnvarprephtmldisplay]--></title>
<link><!--[$baseurl]--><!--[pnmodurl modname=PageMaster func=viewpub tid=$pubtype.tid pid=$pubitem.core_pid]--></link>
<!--[if $showdescription eq 1]-->
<description><!--[$pubitem.body|pnvarprephtmldisplay|strip_tags|truncate:1000]--></description>
<!--[/if]-->
<pubDate><!--[$pubitem.cr_date|pnvarprephtmldisplay|updated|published]--></pubDate>
<guid><!--[pnmodurl modname=PageMaster func=viewpub tid=$pubtype.tid pid=$pubitem.core_pid]--></guid>
</item>
<!--[/foreach]-->
<item>
<title><!--[$pubitem.title|pnvarprephtmldisplay]--></title>
<link><!--[$baseurl]--><!--[pnmodurl modname=PageMaster func=viewpub tid=$pubtype.tid pid=$pubitem.core_pid]--></link>
<!--[if $showdescription eq 1]-->
<description><!--[$pubitem.body|pnvarprephtmldisplay|strip_tags|truncate:1000]--></description>
<!--[/if]-->
<pubDate><!--[$pubitem.cr_date|pnvarprephtmldisplay|updated|published]--></pubDate>
<guid><!--[pnmodurl modname=PageMaster func=viewpub tid=$pubtype.tid pid=$pubitem.core_pid]--></guid>
</item>
<!--[/foreach]-->
Seems to me like it should display both articles. Any ideas? Thanks!
--
