the_date() not working
I am using wordpress 3.2 and I did a query post like this:
I am using wordpress 3.2 and I did a query post like this:
Is it a way to get posts published between a date and today with query_posts() ?
How do you display the archives of a Custom Post Type by Year & Month?
I want to show user registration date like
I created a new post type named “Video”.
The site http://www.bikefun.org is live and working, but the permalinks are not quite right. It is an event calendar site. Events are stored as a custom post type “bf_events”, with dates stored as integer postmeta values – integer as produced by strtotime().
I have a CPT for events. I need to display future events for people to register, while hiding past events.
For future reference:
I am using the great Meta Box Plugin to help expedite meta box creation for my custom post types.
I have custom post type “press.” and made a page template the queries posts of that type. The posts are supposed to show their published date, but if there are more than one posts with the same date, only the first post shows the date and the others don’t. Is there a way to show the date of every post?
I have an archive page showing all blog posts (in a specific category). With a growing number of posts, I want to separate these by publish year. For example (simplified), I’d like the following: