• Resolved marcosdipaolo

    (@marcosdipaolo)


    If I remember correctly #_CATEGORYNAME used to give me a ul with all the categories (as li elements) assigned to the event, but now it returns one of them only. Did I change something? clues about it?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Have you created a custom version of the template for that placeholder?

    Where are you using the placeholder? Thanks.

    Thread Starter marcosdipaolo

    (@marcosdipaolo)

    My mistake, I had #_EVENTCATEGORIES before, which was giving me all the event’s categories. I switched to #_CATEGORYNAME because i didn’t want them inside an a tag linking to that category page.
    So #_EVENTCATEGORIES give you all the event’s categories with a link to the category page, and #_CATEGORYNAME gives only the category name, without link, but only one category.
    Question changes , is there a way to have all the categories of an event like you do with #_EVENTCATEGORIES but no inside an a tag, so without the link?.
    I’m trying to avoid javascript manipulation.

    Thread Starter marcosdipaolo

    (@marcosdipaolo)

    SOLVED, edited categories.php replacing #_CATEGORYLINK with #_CATEGORYNAME at plugins/events-manager/placeholders

    • This reply was modified 8 years, 3 months ago by marcosdipaolo.

    Great, thanks for the update. I’ll mark this as resolved.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Question on #_CATEGORYNAME’ is closed to new replies.