Tagged Questions
0
votes
0answers
43 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
1answer
117 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
252 views
A problem with date archives
I downloaded a widget for my blog, which works just like the calendar widget but displays a custom post type instead. It correctly marks my CPT-posts and creates links, such as ...