niepi.org

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Impressum

Tag Archives: wordpress

relative Links in WordPress Templates

Posted on 11. August 2009 by niepi

Mit WordPress TemplateTags kann man leider nur absolute Links erzeugen, manchmal hätte man aber gern relative Links deswegen habe diese kleine Funktion geschrieben verbrochen.

function get_relativ_permalink($permalink) {
	echo preg_replace('@^(?:http://)?([^/]+)@i', '', $permalink);
	}
Posted in Bits und Bytes | Tagged templates, wordpress, wp
Proudly powered by WordPress