get_template_directory [ WordPress Function ]
get_template_directory ( No parameters )
| Uses: | |
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: get_template_directory_uri, get_template_part, get_stylesheet_directory, get_template, get_temp_dir
Retrieve current theme directory.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/get template directory « WordPress Codex
Description. Retrieve template directory Path for the current theme. Note: Does not contain a trailing slash. In the event a child theme is being used, the parent ...
codex.wordpress.org - Function Reference/get template directory uri « WordPress Codex
Description. Retrieve template directory URI for the current theme. Checks for SSL. Note: Does not contain a trailing slash. In the event a child theme is being ...
codex.wordpress.org - directory - wordpress get_template_directory - Stack Overflow
I have the following code, what I am expecting it to do is locate the ... that's odd... Can you try get_stylesheet_directory() instead and see what that ...
stackoverflow.com - get_template_directory | A HitchHackers guide through WordPress
Feb 12, 2011 ... Source code. function get_template_directory() { $template = get_template(); $ theme_root = get_theme_root( $template ); $template_dir ...
hitchhackerguide.com