Hello,
I just purchased the Primary Category module and I am having some problems using it.
I installed all the components in their respective folders. I can assign a Primary Category to an entry in the CP with no problem.
However, I am having a problem trying to get the Primary Category variables to work in my code.
My page is displaying multiple weblog entries. However, for troubleshooting purposes, I entered the basic code from the documentation (listed below) and still cannot see the data.
{exp:weblog:entries}
<p>{title}</p>
<br />
<p>{primary_category_name}</p>
{/exp:weblog:entries}
When my template renders, it simply displays the variable as text (ex. I actually see the string “{primary_category_name}” on my webpage) instead of using the variable to pull the primary category.
I am new to EE. In addition, I do not know PHP. So, if I am missing something totally basic, my apologies in advance.
