Ed W wrote:
> Can someone please talk me through how I can add new markup like
> 
> (:sitemap_priority 0.5:)
I'd probably use a PTV for this, in which case something like
   (:sitemap_priority:0.5:)

> Such that this is then accessible via $page['sitemap_priority']
And then access that with:
   $priority = PageVar($pagename,'$:sitemap_priority');


  ~ ~ David

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to