30,000+
April 23, 2026
January 8, 2015
VK Link Target Controller enables to redirect your visitors to another page than the post content when they click on the post title that displays on the Recent Posts list or the Archives Page.
Let’s say you have a new product for sale on eBay or Etsy.
You find it annoying to write a complete post entry on your blog (or WordPress powered website) to explain you have a new product to sell there and would like your visitors to access directly the product page.
With VK Link Target Controller your visitors will access directly that product page when clicking on the post title.
Fast redirection to the product you want to sell!.
VK Link Target Controller official repository on GitHub.
https://github.com/kurudrive/vk-link-target-controller
Latest plugin version is always on GitHub.
Settings > Link Target Controller).Notes:
VK Link Target Controller adds a meta box to your posts edit screen under the main content editing area.
If you need a redirection for this post just fill in the field with the destination url.
VK Link Target Controller supports both
http://bizvektor.com/en/ (will link to http://bizvektor.com/en/)/theme-documentation/bizvektor-quick-start/ (will link to http://thisdomain.com/theme-documentation/bizvektor-quick-start/)For external (or absolute) urls both http:// and trailing slash are optional.
For internal (relative) urls you need to add a slash “/” at the beginning as shown on example above (see also Screenshots).
If you want the link to open in a new window then check the corresponding option.
Yes.
You can add your link for redirection on the post edit screen.
Just look for the “URL to redirect to” section under the main edit screen.
The plugin supports both external and internal links.
You can choose to open the links in a new window if you need.
Please refer to the Installation tab or the Screenshots tab for more information.
VK Link Target Controller supports Japanese in URLs so probably you can add other non-Latin characters too.
VK Link Target Controller adds a filter on the the_permalink() WordPress function, which means the redirection won’t work if your theme uses another function, for example get_permalink() to display the links.
In order to have the link opened in a new window VK Link Target Controller needs a theme with the post id as class on the <a> parent element.
Your theme probably has it if it follows the WordPress Theme recommendations.
Example A:
<div class="post-item post-block front-page-list post-<?php the_ID(); ?>" id="post-<?php the_ID(); ?>">
<a href="<?php the permalink(); ?>">
<?php the_title(); ?>
</a>
</div>
Example B:
<div class="<?php echo esc_attr( implode( ' ', get_post_class() ) ); ?>" id="post-<?php the_ID(); ?>">
<a href="<?php the_permalink(); ?>">
<?php the_title(); ?>
</a>
</div>
get_post_class() returns a value that includes the post ID.
For now the plugin is available in English and Japanese only.
But we have a .pot file available so feel free to translate it in your language if you have some time.
capability_type (e.g. a CPT using edit_sites instead of edit_posts), and CPTs that do not declare custom-fields post_type support.[ Bug fix ] Avoid PHP warning when current post is not available (e.g. comment edit screen).
[ Other ] Update Readme
[ Bug fix ] Fix fatal error on setting screen.
| Version | Download | Type |
|---|---|---|
| 1.10.1 | Download | Stable |
| 1.10.0 | Download | Stable |
| 1.9.0 | Download | Stable |
| 1.8.1 | Download | Stable |
| 1.8.0.1 | Download | Stable |
| 1.8.0.0 | Download | Stable |
| 1.7.10.0 | Download | Stable |
| 1.7.9.0 | Download | Stable |
| 1.7.8.0 | Download | Stable |
| 1.7.7.0 | Download | Stable |
| 1.7.6.0 | Download | Stable |
| 1.7.5.1 | Download | Stable |
| 1.7.5.0 | Download | Stable |
| 1.7.4.3 | Download | Stable |
| 1.7.4.2 | Download | Stable |
| 1.7.4.1 | Download | Stable |
| 1.7.4 | Download | Stable |
| 1.7.3.1 | Download | Stable |
| 1.7.3 | Download | Stable |
| 1.7.2 | Download | Stable |
| 1.7.1 | Download | Stable |
| 1.7.0 | Download | Stable |
| 1.6.6 | Download | Stable |
| 1.6.5 | Download | Stable |
| 1.6.4 | Download | Stable |
| 1.6.3 | Download | Stable |
| 1.6.2 | Download | Stable |
| 1.6.1 | Download | Stable |
| 1.6.0 | Download | Stable |
| 1.5.4 | Download | Stable |
| 1.5.3 | Download | Stable |
| 1.5.2 | Download | Stable |
| 1.5.1 | Download | Stable |
| 1.5.0 | Download | Stable |
| 1.4.1 | Download | Stable |
| 1.4.0 | Download | Stable |
| 1.3.2 | Download | Stable |
| 1.3.1 | Download | Stable |
| 1.3.0 | Download | Stable |
| 1.2.4 | Download | Stable |
| 1.2.3 | Download | Stable |
| 1.2.2 | Download | Stable |
| Development | Download | Trunk |