Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author acosmin

    (@acosmin)

    The theme displays the first category for posts. I assume Events isn’t using posts, it actually is a custom post type. In this case you should ask the plugin developer which function needs to be used to display a category for this custom post type.

    You can then post it back here and I will able to tell you where to add it.

    Thread Starter massimod

    (@massimod)

    I will try that, the dev of the plugin is not responsive.

    I will update this if i have some news.

    Meanwhile could i remove that for Events display ? I mean remove the “in” only for Events.

    Many thanks.

    Theme Author acosmin

    (@acosmin)

    You can remove “in” altogether and display only the category. In the following files, find/remove this line:

    <em><?php _e( 'in', 'justwrite' ); ?></em>

    in:

    ../post-templates/content.php
    ../post-templates/content-single.php
    Thread Starter massimod

    (@massimod)

    Thanks a million times.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Category name missing with Events’ is closed to new replies.