+

Archive for / 'Dress Your WordPress Featured'

wp+db

Backup Your WordPress to Dropbox

You can open a Dropbox account here The account is free which will give you 2 gigs of space, or you can opt for a bigger one which is paid. You can get wp Time Machine from here

Read more

The 7 deadly sins of wordpress

The 7 deadly sins of wordpress:

  • Hi, My name is Admin
  • Default URL
  • Comments from hell
  • Flying without backup
  • Hello Im wordpress 2.8.
  • Thou shall not speak to search engine.
  • Slow site
  • Read more

    Add YouTube channel to post

    Today I am going to show you how to add a YouTube Channel to a post or page using a short code. So open up your functions.php file and copy the follow in there. Make sure to include it between the php tags . function youtubechannel($atts){ extract(shortcode_atts(array( ‘user_name’ => ”, ‘show’ => ”, ‘width’ => [...]

    Read more