deecee2000
Forum Replies Created
-
Hi,
Follow up question on the same thread. Do you have WP-PageNavi kind of pagination, like not only “Next” and “previous” links but it has Page numbers too?
Thanks,Hi there,
I have another issue with this plugin.
I have added some author names in “Author” module in this plugin.
When I was trying to create a new publication and try to attach the previously added Authors here, it is not showing under Author menu at right side on “Add Publication” page. Though, it is saying add “Authors”, but I want to populate the authors which I already entered. How do I achieve this?Thanks in advance.
@stephen –
There is no “event_content” attribute available in shortcuts.
I have modified the following file and get the work done.
wp-content/plugins/event-organiser/classes/class-eventorganiser-shortcodes.phpIn function read_template() added
$patterns[0] = ‘/%(event_content)%/’;In function parse_template() added
case ‘event_content’:
$replacement = get_the_content();
break;
Usage:
[eo_events] %event_content% [/eo_events]I have same issue here.
I tried to put [eo_events att1=”val1″ att2=”val2″] in my events page, but still it is not showing its description here.
Do I need to change any other settings?
I also tried [eo_events att1=”val1″ att2=”val2″ att3=”val3″ att4=”val4″….], but no luck.Also in event page it is not showing left side bar, though I have set up all the pages in 2 columns. How do I figure out this?
Thanks in advance.
Forum: Plugins
In reply to: [Events] [Plugin: Events] How to link to pageHi ,
Just follow up question on the thread. I have integrated this event plugin in my wordpress blog. I have created some events and created a page which shows all these events in one page.
But I also wanted to put a link on each event which redirects to any user to that event description page. I understand that if I create a separate page/post and give that page link to any event, I can able to do that. But,
I don’t want to create a separate page/post for these events.
Do anyone have any idea how to achieve this?Thanks in advance.