Problem:
How to output the URL of the current taxonomy archive?
Solution:
You would need to register a custom shortcode, which does not need any attributes, simply returning the URL from the $_SERVER PHP object:
add_shortcode( 'current-url', function(){ return $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; });
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | 7:00 – 14:00 | 7:00 – 14:00 | 7:00 – 14:00 | 7:00 – 14:00 | 7:00 – 14:00 | - |
- | 15:00 – 16:00 | 15:00 – 16:00 | 15:00 – 16:00 | 15:00 – 16:00 | 15:00 – 16:00 | - |
Supporter timezone: Europe/London (GMT+00:00)
Ce sujet contient 2 réponses, a 2 voix.
Dernière mise à jour par Il y a 6 années et 3 mois.
Assisté par: Nigel.