Yes, clickable links seem to be a minimum to make the timeline efficient.
And could you add a date format like this: day month year – as in France, we say 12 may 20012.
Plugin Author
hobbsh
(@hobbsh)
Hey guys, I have fixed a few small bugs and will be releasing a new version with additional features / settings options. I will make sure to add these options for you.
Thanks for using the plugin!
hi hobbsh thanks to give us this small useful plugin…. I really searching for this kind of simple but effective plugin.
I trying to adjust little your plugin as my use and I add
echo '</br><a href="' . post_permalink($post->ID) . '">'; echo 'ReadMore</a>';
after timeline_text
so as temporary result I found link to my post.(actually I not master as you people so I not able to get post tittle as link so I just use ReadMore :d ) so if you can help me and show me how it works then it may be good additional also to your this plugin.
Thanks a lot
Pranav
Scriptink.tk
Plugin Author
hobbsh
(@hobbsh)
If you want to add a link with the post title you can use:
echo '<a href="' . get_permalink() . '" title="' . $post->post_title . '">' . $post->post_title . '</a>';
I have released an update for WPT which links the date for each entry to the post’s permalink page.
hobbsh, is there anything new about the title? Would be perfect if it would be shown and be clickable and leading to the post.
Yes, please add a clickable link of the post title to the timeline.
Please.
Thanks!