Hi
I’ve been using your plugin for a while and am happy with the functionality. I am just concerned that it hasn’t been updated for such a long time and so may not be secure.
Can you advise please.
thanks
Mariette
https://www.ads-software.com/plugins/seo-internal-link-shortcode/
]]>It would be great, perfect, to have a chance to use custom taxonomy instead of default. Something like this:
[link taxonomy-name=”tag-slug”/]
instead of
[link tag=”tag-slug”/]
Is there a way to do it? ^___^
Massimo
https://www.ads-software.com/plugins/seo-internal-link-shortcode/
]]>ignore this i figured it out … forgot the /
]]>Does this plugin require another one.
Was deactivating and removing some unused plugins and this one stopped working. all I see is the shortcode itself. Activate ‘shortcodes-ultimate’ it works, deactivate it doesn’t !!!!!!!!!!
Wondering is shortcodes-ultimate did something to the DB to affect this plugin. I had to read over the direction and went to the site to make sure I wasn’t missing anything. Will feel stupid if it says somewhere yeh you need the other plugin.
https://www.ads-software.com/plugins/seo-internal-link-shortcode/
]]>Can this plugin accept category/tag ids instead of the slug. I need this plugin for the exact reason you wrote “will not break when things get renamed or moved“.
1-For some stupid reason the developer of the theme we are using decided to totally screw up the default /?cat=### in wordpress and that link just send us to a blog page showing all posts. so I cannot use the shortlink.
2-cannot use the pretty permalink because a. the site is currently in a sub-directory for dev. and b. people change cat,post and page names all the time.
3-I have been using get_category_link(##) to resolve 1 and 2 but it needs the a php plugin.
What I need is a this exact plugin but it has to take id #’s not just slugs because just like names and titles, people change slugs. Can this plugin do that?
thanks
https://www.ads-software.com/plugins/seo-internal-link-shortcode/
]]>I want to link to a specific section on another internal page, using an anchor. Is there a way to do this with this plugin?
Thanks,
Nikki
https://www.ads-software.com/plugins/seo-internal-link-shortcode/
]]>just a quick question … would it be possible to include this:
[link id=”542″ attr_rel=”something” attr_itemprop=”specialty”/]custom text[/link]
https://www.ads-software.com/plugins/seo-internal-link-shortcode/
]]>I recently had to move a wordpress site, and going back to change urls was time consuming, for links and images. Today the idea of creating a plugin that added shortcodes to bypass this problem occured to me. Searching, I’ve found your plugin which does exactly that, for links. For images, it doesn’t look like it’ll do the trick.
Adding this functionality for images shouldn’t be difficult, I’d think. Would you be interested in adding that to this plugin? If not, would you mind if I used some of your code to create a sister-plugin for images?
https://www.ads-software.com/plugins/seo-internal-link-shortcode/
]]>Hi Steven,
just a quick question … would it be possible to include support for the class attribute?
I added it local but would be great to keep it if there is a new update (if an update is coming)…
i just added from line 62:
if(strpos($key, 'class') === 0) {
$output .= ' '. $key .'="'. $att .'"';
}
Cheers,
Matt
https://www.ads-software.com/extend/plugins/seo-internal-link-shortcode/
]]>