Yup, And that’s easy enough to do in regular page making (I generally make pages in HTML, just use the shortcodes for links and pictures), it’s the adding the anchor to the Wiki link that is the issue, and which is why adding it to the plugin would be necessary. Something like this:
[yadawiki link=”Cities in France” anchor=”Paris” show=”Paris”]
Would yield the HTML:
<a href="https://YourSite.com/wiki/CitiesInFrance/#Paris" class="wikilink-published">Paris</a>
-
This reply was modified 3 years, 8 months ago by nephanor.
-
This reply was modified 3 years, 8 months ago by nephanor.