The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
28 views

Modify query after meta value

I would like to change the calendar so it will display some posts based on a custom date field. For now i am interested to modify this query: $wpdb->get_results("SELECT ID, post_title, ...
0
votes
1answer
102 views

Twenty Twelve Calender Widget <a title=“”>post titles</a> creating disturbance

In my modified Twenty Twelve theme, when I'm hovering onto the calender widget's date, there is a acronym-like balloon showing that date's post titles. Thing really is an anchor title: <td> ...
0
votes
1answer
349 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 ...
1
vote
0answers
44 views

Select posts from front-end calendar

Hi i am trying to build a widget that, in site front-end, allow users to see posts published in a specific week, selecting the date from a calendar. So here the workflow: Calendar -> User select a ...
0
votes
0answers
10 views

Multiple calendars

I need a plugin (or another smart solution) to place a calendar into a worpress page. I have several pages, each one dedicated to a specific person, and I want to show his own event schedule into the ...
0
votes
0answers
26 views

Creating an events calendar where users can enter events via a custom post type

I'm building a plugin that enables users to add events via a custom post type. The custom post type with have a meta box with two fields: one for the event date and one for the event time. I know how ...
0
votes
0answers
30 views

Custom WP Calendar Archive selected POST ID

Im trying to set up a user event calendar on my site and am tweeking the wp-calendar to achive it. // Get days with posts $dayswithposts = $wpdb->get_results( "SELECT DISTINCT DAYOFMONTH( ...
0
votes
0answers
59 views

Wp Calendar: Is there anyway to show upcoming events?

Okay I have some basic knowledge of php MySQL and so on, but I can't figure out Wordpress' rules for showing future events. My site USERS can post events, they select the date of event in form they ...
0
votes
0answers
38 views

All in one event order by

Im using All in one event calendar. On my single event page I want to query some dates and sort them by start date. My query looks like this: <?php $event = ...