Search
 
SCRIPT & CODE EXAMPLE
 

PHP

wordpress base theme child url

<!-- Get child theme directory url (yes, it's not a nice function name...) -->
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/test.png" />
<!-- Get theme directory url -->
<img src="<?php echo get_template_directory_uri(); ?>/images/test.png" />
Comment

PREVIOUS NEXT
Code Example
Php :: env clear cache laravel 
Php :: get current page url in php 
Php :: composer update memory limit 
Php :: get url segment in php 
Php :: php header utf8 json 
Php :: destroy session codeigniter 3 
Php :: return last insert id in codeigniter 
Php :: laravel success message 
Php :: read json file data using php 
Php :: php header location 
Php :: remove html tags from string php 
Php :: laravel model tablename 
Php :: how to validate an email field using php 
Php :: wordpress is_archive 
Php :: validation file laravel 
Php :: php string length 
Php :: how to make validate error when password doesnt match with password confirm laravel 
Php :: php loop x times 
Php :: content-type application/json php 
Php :: php call parent constructor 
Php :: str slug laravel 
Php :: php password validation preg_match 
Php :: php iterate folder 
Php :: php isarray 
Php :: get current url in codeigniter 
Php :: how to get previous page name in php 
Php :: how to check if a string contains a substring in php 
Php :: sleep microseconds php 
Php :: laravel optimize clear 
Php :: write to file laravel 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =