Skip to content

Commit

Permalink
Added new quiz
Browse files Browse the repository at this point in the history
Added new quiz as How to create dynamic image path in WordPress theme files?
  • Loading branch information
viitorcloudvc authored May 13, 2019
1 parent ce4c8b3 commit e2dd84e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,13 @@ What is the best way to use **else if** condition.

**Answer:** 3\. Correct answer because **else if** is not compatible with the colon syntax for **if|elseif** blocks. For this reason, use **elseif** for conditionals.

**How to create dynamic image path in WordPress theme files?**

1. <?php bloginfo('template_url'); ?>
2. <?php echo site_url(); ?>
3. <?php get_stylesheet_directory_uri(); ?>


**Answer:** 1\. <?php bloginfo('template_url'); ?>


0 comments on commit e2dd84e

Please sign in to comment.