marklein
Forum Replies Created
-
To answer my own question, I did the following.
Added to the filter code
$terms = get_the_terms( get_the_ID(), 'MY_CATEGORY' );and then where I wanted the output
$terms[0]->nameThe “-1” suggestion worked for me, BUT be aware that if you copy/paste the code to your website that the double quotes are goofy. You need to manually type it in!
Forum: Plugins
In reply to: [OpenTickets Community Edition] How to modify calendar textThanks for the info, very helpful. I appreciate your time.
Forum: Plugins
In reply to: [OpenTickets Community Edition] How to modify calendar textYes that’s a major improvement, thanks for the info.
Having said that the “num” class is still surrounded by superfluous square brackets. Any way to get rid of those?
Forum: Plugins
In reply to: [The Events Calendar] List view for 2017 displayed out of orderYour post got me thinking about my plugins and I found a culprit. The plugin “Post Types Order” messes up the order of my calendar. Go figure, right?
Forum: Plugins
In reply to: [Interactive Image Map Plugin - Draw Attention] Highlights always visible?Thanks for the reply. I have a project where the image map content will be changing regularly so the Photoshop workaround wouldn’t work (needs to be maintained by a low tech office grunt). If there’s no way to trigger/force their visibility (seems like there must be) I’ll probably have to find a different tool for the job.
Thanks again!