Tagged Questions
1
vote
1answer
169 views
Archive listing of posts by publish year (multiple years)
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:
...
1
vote
1answer
124 views
Date calculations from 2 custom fields
We are struggling to find a way to calculate a time difference between two dates saved as custom fields on WP. We are actually using two different plugins:
a) Easy Content Types
b) Advanced post ...
0
votes
1answer
221 views
Get date function not working
I have a function to get the date. I have input fields and want the date in this fields. But my code is set a wrong date. I set the date in Wordpress settings and on my server. But it is not working. ...
3
votes
4answers
742 views
the_date() not working
I am using wordpress 3.2 and I did a query post like this:
<?php query_posts("posts_per_page=1post=type&page=post_parent=10");?>
Then I try to echo out the date of this post I queried ...
-1
votes
1answer
505 views
Convert WordPress date format to jQuery UI Datepicker format
I wrote the following function to convert the current WordPress date format into a format that can be recognized by the jQuery UI Datepicker:
From: http://codex.wordpress.org/Formatting_Date_and_Time
...