WordPress Post Update Links

0

Who doesn’t know this: You published a post, you add an Update and then you need some time to perhaps link the updates at the beginning of the post. This will solve your problem: just

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

Who doesn’t know this: You published a post, you add an Update and then you need some time to perhaps link the updates at the beginning of the post.

This will solve your problem: just update, put the shortcode around your update and leave the rest up to the plugin.

Usage

Put the Shortcode [update] around some Update-Section. You’re done.

Examples

Auto generated title:

[update]
This is an Update
[/update]

Self defined Text:

[update title=”My custom Update title”]
This is an Update
[/update]

Self defined title not shown in post

[update title=”My custom update link text” notitle=”true”]
This is an Update with a custom link text in the beginning, but not showing inside the post
[/update]

Auto generated title not shown in post

[update title=”false”]
This is an Update with a default link text in the beginning, but not showing inside the post
[/update]