aquaballoon

Wordpress - directory path

May 27th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. bloginfo('template_url') or get_bloginfo('template_url') => http://localhost/wordpress/wp-content/themes/myThemeName/
  2.  
  3.  
  4. http://localhost/wordpress/wp-content/themes/theme_name/image/pic.jpg
  5. [insert_php] echo bloginfo('template_url');[/insert_php]/image/pic.jpg
Advertisement
Add Comment
Please, Sign In to add comment