CMS tutorial site

Web tutorials for beginners by professionals
Want to easily submit, share or add tutorials to your favorites?    or  
Search for a tutorial
Search user

Search results

How to retrieve a remote page using WordPress

Do you want to be able to get the content, as well as file info, of a remote file in order to use it on your WordPress install? Today's recipe will let you know how you can do it easily.

In category: Snippets
Show some love
  • Share Share

How to automatically obfuscate email adresses on your WordPress blog

As most of you know, spam bots are constantly scanning the internet in order to find emails to spam. Of course, you don’t want to receive spam, but what if you need to display your email (or someone else) on your blog? Here is a quick tip to obfuscate email adresses on your blog.

In category: Snippets
Show some love
  • Share Share

Reduce spam on your WordPress blog by using .htaccess

Sick of spammers? Of course, Akismet helps a lot, but your .htaccess file can also help: Today's recipe is a snippet that prevent spam bots to directly access your wp-comments-post.php file, which is used to post comments on your blog.

In category: Snippets
Show some love
  • Share Share

WordPress shortcode: Display a thumbnail of any website

Did you know that WordPress .com have a service called mShots, which allow you to get snapshots of any website? In today's recipe, I'm going to show you how to create a shortcode in order to easily display a snapshot of a specific website.

In category: Snippets
Show some love
  • Share Share

Easily remove weird characters from your WordPress database

If your WordPress database is filled with weird characters (For example, if you pasted something from Microsoft Word...) the following recipe will solve the problem by replacing those characters by the correct characters.

In category: Snippets
Show some love
  • Share Share

How to count retweets in full text on your WordPress posts

A very usefull snippet to display the amount of retweets for your Wordpress posts.

In category: Snippets
Show some love
  • Share Share

Automatically prefetch next pages on your WordPress blog

Prefetching is a new and very exiting feature of the HTML5 standard. So what about automatically prefetch next pages on your archives? Today's recipe will show you how to do it easily.

In category: Snippets
Show some love
  • Share Share

How to display a thumbnail from a Youtube using a shortcode

Are you often displaying Youtube videos on your blog? If yes, what about displaying a preview thumbnail to your readers? Here is a great shortcode that will display a thumbnail from a Youtube video, using Youtube api.

In category: Snippets
Show some love
  • Share Share

How to easily test if an entry is a custom post type

Want to be able to easily test if an entry is a specific post type? Here is a sweet little function to do so.

In category: Snippets
Show some love
  • Share Share

How to remove the “read more” jump

On a WordPress blog, when you click on a "Read more" link, it automatically drops to the point in the article you theoretically just got to the end of. If you don't really like that jump, simply apply this simple tip to get rid of it.

In category: Snippets
Show some love
  • Share Share
here comes feedback.