How to add Register button to the Eventlist 1 category view

Responsive WordPress theme suitable for Schools, Colleges or educational websites.
GK User
Sun Sep 21, 2014 6:06 am
Hello, I have a question about how to add Register button and Venue field from the detailed view to the Eventlist 1 category view under "When" field.
http://demo.gavick.com/wordpress/university/category/events-list-1/
So it will be displayed not only in detailed view but also in category view.

I will appreciate your help.

Regards
Daniel
User avatar
Fresh Boarder

GK User
Mon Sep 22, 2014 7:37 am
Hi,

You have to edit University/content-event.php file and add e.g. this line:
Code: Select all
<a href="<?php echo get_post_meta( $post->ID, 'gkevent_register_url', true ); ?>"><?php _e('Register', GKTPLNAME); ?>


after:
Code: Select all
<a href="<?php echo get_permalink(get_the_ID()); ?>"><?php _e('Read more...', GKTPLNAME); ?></a>

to display register link after the "read more" in the category view.
User avatar
Moderator


cron