<?php
get_stylesheet_uri();
// zwraca adres pliku STYLE.CSS
get_template_directory_uri();
// zwraca adres motywu http://localhost/wordpress/LoveToEat/wp-content/themes/LoveToEat/
get_theme_root();
// zwraca SCIEZKE LOKALNA do katalogu E:\wamp64\www\wordpress\LoveToEat/wp-content/themes/
get_template();
// zwraca nazwe szablonu LoveToEat
WP_CONTENT_URL;
// stala zwraca scietke katalogu 'Wp-Content' http://localhost/wordpress/LoveToEat/wp-content
?>
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.