Hello,
This plugin uses the default WordPress link selector, which does not include terms (taxonomies) by default. You could use a plugin like Better Internal Link Search to add that functionality.
Or you could add a filter to wp_link_query and add terms to the list of search results.
I could possibly add this to the plugin, but it is really something WordPress should include in it’s core, I have no idea why they currently don’t.
Hey Corey, thank you so much for your suggestions here.
I will study the information you provided and try to achieve what Im looking for.
Thanks again. Cheers!
Better Internal Link Search is working really well for me. Thanks again for the suggestion.
Great! I will look into possibly adding this to the plugin as an option too.