Category templates
-
I am trying to get the right code for my categories page. I am using category-single.php in my templates and cannot display the events of the selected category.
The below code worked for my events-list.php but I can’t find anywhere to explain the code for the categories page?!if (empty($args['search'])) { echo do_shortcode('[events_list] <div class="event-item"> {has_image}#_EVENTIMAGE{400, 300}{/has_image} {no_image}<img src="/wp-content/themes/Borough/images/theatreshot4x3.jpg" alt="borough theatre"/>{/no_image}<br/> <div class="e-category">#_CATEGORYNAME</div> <div class="Titles"> <div class="company">#_ATT{company}</div> <div class="concert">#_EVENTLINK<br/></div> </div> <div class="e-date">#_EVENTDATES, #_EVENTTIMES<br/></div> <div class="e-more"><a href="#_EVENTURL">More ></a></div> <div class="conc-ex">#_ATT{event_summ}</div> </div> [/events_list]'); } else { echo EM_Events::output($args); }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Category templates’ is closed to new replies.