can use_custom_link be set to a different target
-
Instead of having the link open in the same browser window. I want to have it open in a new window.
your code generates this
<div class="ccchildpage cceven ccpage-count-2 ccpage-id-6640 ccpage-frisky"> <a class="brandcatalog" href="https://example.com/" title="Frisky">Frisky</a> </div>
and I want to have it insert a html anchor target like so
<div class="ccchildpage cceven ccpage-count-2 ccpage-id-6640 ccpage-frisky"> <a class="brandcatalog" TARGET="NEW" href="https://example.com/" title="Frisky">Frisky</a> </div>
It would be nice if there was an option for the plug in that allowed to specify same window or new window for the custom links. Often people probably would use them for off-site links. I use them to link to flip html catalogues that are hosted elsewhere. But I also use your plugin to do linking to child pages in other parts of my site. So, just editing the plugin files seems like a bad idea to me. (plus when you update the plugin, I would have to redo all my custom edits. not a good idea)
(by the way the custom field thing as a link is spectacular, thank you).
- The topic ‘can use_custom_link be set to a different target’ is closed to new replies.