Skip to content

Commit

Permalink
Merge pull request #5 from viitorcloudvc/dev
Browse files Browse the repository at this point in the history
Added new quiz
  • Loading branch information
JulieKuehl authored May 13, 2019
2 parents ce4c8b3 + e2dd84e commit 9dc8bef
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 9dc8bef

Please sign in to comment.