Wordpress plugin for putting internal links with shortcode. Support posts link from another blog of same network.
Now you can easily embed your wordpress sites internal links (of post, page ,category, author) in post content, page content or category description area. Just write the appropriate shortcode, and you are done. No need to update these links whenever you make any changes to the real link location.
Add link from other blog of a network( V.1.3 ) by blog id. use blog_id attribute to do that. This feature only supports for post link with id, not name or slug. Example: [intlink type="post" id="2" blog_id="3"]
This will generate link for post id 2 from the blog having id 3.
The default category link of your site should look like something http://example.com/category/uncategorized/. A shortcode for displaying this link should be..
[intlink type="cat" slug="uncategorized"]
Now, if you change your category base to cats, like http://example.com/cats/uncategorized/ , you don't have to update the shortcode. It will take the latest format to show the link.
Attributes: * "tr|Tr|tar|targat|_target|terget|openin|newpage" for target
Parameters: * "p|P|post|posts|page|pages" for "post" * "c|C|cat|cats|category" for "cat" * "a|A|auth|aothor|author" for "author" * "p|parent|own|this|self|no" for target parameter "_parent" * "b|blank|new|another|out|yes" for target parameter "_blank"
-- We have added similar attributes and parameters to give you a result at least. Please try using appropriate attributes and parameters. --
If you are unable to use/manage this plugin or if you have some suggestions to improve this plugin Contact us.
Requires: 2.9 or higher
Compatible up to: 3.0.5
Last Updated: 2010-12-24
Downloads: 1,998
Got something to say? Need help?