Archive of Do It Yourself

Deactivate all WordPress plugins Thumbnail

Deactivate all WordPress plugins

Posted by on October 10, 2011 in Do It Yourself

Sometimes it may be necessary to deactivate all plugins, but you can't access the administrative menus to do so. One of two methods are available to deactivate all plugins. Use phpMyAdmin In the table wp_options, under the option_name column (field) find the active_plugins row Change the option_value field to: a:0:{} or via FTP Create an empty plugins folder Via [...]

Read MoreLeave a Comment
Facebook content for those who LIKE you Thumbnail

Facebook content for those who LIKE you

Posted by on December 12, 2010 in Do It Yourself

Having Facebook likes or followers can be a very valuable marketing tool, since new updates on your Facebook page, will also be displayed on your followers Facebook walls. One way of getting more Facebook followers is to only display attractive content on your Facebook page to people that likes your page.  We will show you how to implement a simple piece of FBML that [...]

Read MoreLeave a Comment
Anchor tag issue in Internet Explorer Thumbnail

Anchor tag issue in Internet Explorer

Posted by on December 12, 2010 in Do It Yourself

The HTML anchor tag doesn't always work in Internet Explorer (IE) when it's working fine with Firefox. Check the HTML code to see if the anchor tag has any content. For example, you may be experiencing problems in IE if your anchor tag is written like of these two ways: <a name="test" /> OR <a name="test"></a> The quick fix is to simple add some [...]

Read MoreView Comments (1)
Display WordPress page outside of WordPress Thumbnail

Display WordPress page outside of WordPress

Posted by on November 11, 2010 in Do It Yourself

If your like me, I like to customize, customize and customize tools to fit my needs. This enables me to provide the optimal user experience. I am a big fan of Wordpress and often get asked how to display a page that looks like its still within the Wordpress frame work, but really isn't. You need to call the wp-load.php file contained within the root folder of your Wordpress [...]

Read MoreView Comments (3)
How To Add DomainKeys and SPF Records on CPanel Servers Thumbnail

How To Add DomainKeys and SPF Records on CPanel Servers

Posted by on November 11, 2010 in Do It Yourself

This how-to describes an easy way to add domainkeys and SPF (Sender Policy Framework) records on CPanel Servers. Whenever you create a domain on CPanel server using WHM, it wont add domainkeys and SPF records for particular domains. To add domainkeys and SPF records please use following steps. We consider here we have a domain carefreetrip.com with cpanel username cftrip Please [...]

Read MoreView Comments (2)
Custom WordPress RSS Feed Thumbnail

Custom WordPress RSS Feed

Posted by on October 10, 2010 in Do It Yourself

Recently I was on one of our websites, carefreelasvegas.com, and had a need to develop a custom RSS feed within Wordpress. I didn't want to go through the hassle of developing the feed via PHP and then have to work around the permalinks and website structure. So I developed simple method of producing a custom RSS feeding using a page template. Here is what I did - First, [...]

Read MoreLeave a Comment