Include date after title
-
Hi, great plugin thanks.
I would like to show the post date next to the post title on my facebook wall like this:
post title | 16th November 2012
I have tried to do this by editing publish_to_facebook.php line 110 from this:
$my_title=$my_post->post_title;
to this:
$my_title=$my_post->post_title . ' | ' . $my_post->post_date;
Which outputs
post title | 2012-11-16 10:09:18
The problem is I can’t seem to format the date at all. Any pointers would be most appreciated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Include date after title’ is closed to new replies.