Ah, yes, that appears to be what I want. I now see catlink_tag and catlink_class under https://github.com/picandocodigo/List-Category-Posts/wiki/HTML-&-CSS-Customization. I missed these options because I usually refer to https://github.com/picandocodigo/List-Category-Posts/wiki/More-parameters-you-can-use.
There seems to be a bit of inconsistency between conditional_tag/class, and catlink_tag/class. If I use conditional_title=Test conditional_class=widget-title
, I will get what I want: <h3 class="widget-title">
. However if I similarly do catname=yes catlink_class=widget-title
, I will only get a <strong>
. If I specify a catlink_tag
with it like catname=yes catlink_tag=h3 catlink_class=widget-title
, then I will get what I want: <h3 class="widget-title">
. I was wondering why for conditional_title
I didn’t need to specify conditional_title_tag
to get what I want, but I had to specify catlink_tag
for catname
. I am guessing it’s because conditional_title_tag
defaults to h3, while catlink_tag
doesn’t default to anything?
Thanks for responding and for this very thorough and well documented plug-in!