Hello

This site is a reference blog for Blue Muse Web Design, a web services business specializing in Word Press Installations and Maintenance. This site serves as a repository for development and maintenance tools that can be referenced quickly for future use.

Sections listed above and to the left under "Categories" are (mostly) direct links to sites or tutorials which I have found useful for finding information for the title of the respective link.

Recent Additions

Re-direct for Login Page

function possibly_redirect(){ global $pagenow; if( ‘wp-login.php’ == $pagenow ) { wp_redirect(‘devsite/login/’); exit(); } }

Read Article ›

How To Center a Layer in Photoshop

How To Center a Layer in Photoshop

Read Article ›

Setting up Cloud Front with JW Player Support

1.  Create an Amazon Web Services account 2.  Create Amazon S3 Account 3.  Create Amazon CloudFront Account 4.  Create an S3 bucket 5.  Link Cloud Front Distribution to S3 bucket 6. Create login in an FTP that supports Amazon S3 7. Upload video to S3 8.  Insert video in post using jwplayer shortcode swfobject.embedSWF(“http://wpthememods.com/wp-content/plugins/jw-player-plugin-for-wordpress/player.swf”, “jwplayer-2″, [...]

Read Article ›

How to: Show related posts

How to Show related posts without a plugin

Read Article ›

How to List Recent Posts from One Category

How to List Recent Posts from One Category

Read Article ›

How to Get Post Title Outside The Loop

How to Get Post Title Outside The Loop

Read Article ›

Using Multiple Headers

Creating Multiple Header Files In WordPress

Read Article ›

Frequently Asked Questions