Top Stories published by Vu Nam Hung in 2018

EasyEngine: Install Wordpress on Subdirectory

Start using this command: ee site create yourwebsite.com — mysql >>> very important to make it work

It will return usefull information regarding your MySQL created user/database and your newly created domain. Save them, you…


Don’t Be Shy to Use sprintf with WordPress

Don’t be shy to use the printf and sprintf functions with WordPress. It makes code much easier to read. Take a look at the following examples.

echo '<a href="' . get_permalink() . '" class="link">' . get_the_title() . '</a>';

These were the top 10 stories published by Vu Nam Hung in 2018. You can also dive into monthly archives for 2018 by using the calendar at the top of this page.