
How to add a Facebook Like Button to WordPress
Facebook is a powerful tool for any blogger or site owner. Today's snack is a Tutorial that shows you how to add a Facebook Like button to your WordPress site in 3 easy steps to help your readers easily share your content. … [Read More...]
WordPress Tips
How to delete unused post revisions from your WordPress Database
December 5, 2011
Code Snippets
How to create a shortcode to display the WordPress site url
February 1, 2013
WordPress Tutorials
How to add a Facebook Like Button to WordPress
March 20, 2012
How to install WordPress from cPanel using Fantastico
November 29, 2011
How to add custom pagination page navigation to WooCommerce
December 19, 2011
Recently at the Blog
How to create a shortcode to display the WordPress theme path
February 1, 2013 1 Comment
Shortcodes are a very useful tool when using WordPress. There are often things you may do a lot and using a shortcode helps make it so you can use one instead of retyping a lot of content. Also, if you are a web developer, you may be creating WordPress themes/sites on a development server that [...]
How to create a shortcode to display the WordPress site url
February 1, 2013 Leave a Comment
Shortcodes are a very useful tool when using WordPress. There are often things you may do a lot and using a shortcode helps make it so you can use one instead of retyping a lot of content. Also, if you are a web developer, you may be creating WordPress themes/sites on a development server that [...]
How to allow shortcodes to work in Contact Form 7 in WordPress
February 1, 2013 Leave a Comment
Contact Form 7 is a great plugin to make custom contact forms on your WordPress site. If you are using shortcodes in your WordPress site, you may want to make it so they will work in the Contact Form 7 plugin’s contact forms. Just add this WordPress Code Snippet to the functions.php file in your [...]
How to allow shortcodes to work in WordPress text widgets
February 1, 2013 Leave a Comment
If you are using shortcodes in your WordPress site, you may want to make it so they will work in text widgets. This can be especially useful if you are using a plugin that produces a shortcode to call the plugin and want to display it in a sidebar or other widget area. Just add [...]
How to make hidden content pop up only when an object is hovered over with mouse
February 1, 2013 Leave a Comment
There may come a time when you need to create content that you want to have stay hidden until an object or image is hovered over with the mouse. An example of a way to use this is in making a map with map pins that when the mouse hovers over a map pin, it [...]