hokus
Forum Replies Created
-
Thanks
Sorry, my mistake.
I´ve tried[events_list scope=”future,-today,-tomorrow”]
, but it doesn´t work. It returns all events.
I understand. So I create a new page with shortcodes. Editing an events page (default page made by plugin) have no effect, because plugin rewrites content.
Thank you for all answers.Settings -> Pages -> Events List/Archive: I set 15 events per page. I suppose, it generates some shortcode automatically.
Settings -> Formats -> Events: There is no shortcode.
<table cellpadding="0" cellspacing="0" class="events-table" > <thead> <tr> <th class="event-time" width="90">DATUM / ČAS</th> <th class="event-description" width="*">UDÁLOST</th> </tr> </thead> <tbody> <tr> <td> <strong>#_EVENTDATES</strong><br/> #_EVENTTIMES </td> <td> <div style="float:left; margin:0px 10px 0px 0px;">#_EVENTIMAGE{100,100}</div> <strong>#_EVENTLINK</strong> {has_location}<br/><i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location} </td> </tr> </tbody></table>Is it enough information or you need something more specific?
Thanks.Thank you
ok, can you describe solution? thank you
yes. i add links: http://www.hokus.cz/ (i have events page as homepage) and for example http://www.hokus.cz/2014-03-07/
I´d like show selected events on homepage like this: http://codex.wordpress.org/Twenty_Fourteen. It´s possible via “featured” tag, but article tags and event tags do not cooperate. The best way there could be displayed date and time (under image and name), too
Events Page and Single Day Page
I didn´t. Thank you. It looks like right solution. Where exactly should i place this shortcode? I tried settings -> formats -> events and placed shortcode before table, but it worked like this: display shortcode, then events list without the category and then page contents like before.