The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
61 views

Listing future posts together with normal posts

In my blog I'm displaying lists of posts from every category I have in the homepage. I have a column for each category. The code is this: <?php $categories = array('3', '4', '5'); foreach ...
0
votes
1answer
356 views

Single Events as Sub-Page to Main Calendar Page

Does anyone have experience with Time.ly's Event Calendar? I've contacted Time.ly help and they informed me this sort of thing would have to be custom work. Soo, I come to the trusty WPSE! Do you ...
2
votes
0answers
124 views

Custom Post Type Events Archive Grouped By Month

I'm currently trying to get my events listing code to print out headers by Month. So basically this: October event event September event event etc... Right now it just keeps echoing ...
1
vote
0answers
290 views

Event Organiser: Event list includes regular Posts & custom fields?

I've recently tried setting up and using the plugin, Event Organiser. Unfortunately, when using the shortcode on my Calendar page it appears to have included the regular blog posts in the stream. ...
0
votes
0answers
34 views

Permalinks do not work on Event sub-pages

I use the Event Manager Plugin, and I'm having a problem with permalinks. When I set "Post name" option, I get "Page not found". I have an event page: example.com/events/event-1/ This Event page has ...
0
votes
0answers
27 views

wp_schedule_event attempt causes T_CONSTANT_ENCAPSED_STRING error

I'm developing a plugin and am trying to set up a recurring event for it. However, even putting the function that I'm about to link to an activation hook in my file causes wordpress to throw this ...