Articles

Get featured image thumbnail as image or URL

the following code will return a featured image with <img> tags in a medium size. the_post_thumbnail('medium'); the following code will give you the URL of the featured
Read More

Create a new remote URL origin

Use the following code to add a new remote URL origin for your
Read More

Including part of a template get_template_part()

If you would like to include a part of a template like frontpage-services.php in the main front-page.php template file you will need to add it in the following
Read More

Check git Version

To get the version of git you are running
Read More

explode()

Explode is used to separate a string of text or values that are differentiated by a marker such as a space or a symbol. example: $pizza  =
Read More

Top websites using wordpress

I often get asked if WordPress is scalable, ie. can you add a large proportion of articles to it. The answer is yes it is and to prove it here are a few big named websites that
Read More