Contact form 7 is one of the most popular plugins for WordPress. Currently it’s 6th most downloaded plugin for WordPress. It’s very customizable at it can be easily integrated in posts and pages. That’s great but people sometimes want to integrate it in sidebar, header or footer so that it can be accessed on multiply pages. Looking at the code of plugin I found out that you need to use just a couple of lines of code to do that, just copy/paste this code:
About author at the end of the post
Giving information about yourself on blog you write is very good. It is better for gaining trust from your visitors, always give your true name and give some information about your self, introduce your self to the audience.
At these days it’s a little trend to put short information about yourself on the bottom of every post. That is very easy thing to do even for blogs with multiply authors. Login to your administration panel of your blog find Your Profile.
Simple and XHTML clean embedding Youtube videos
When I was making my new theme I had a goal to make it XHTML and CSS clean. So I started to fix everything that cause the errors. But than I realized that one post with Youtube videos embedded was causing a lot of errors. It’s because Youtube is using some non standard XHTML code for this.
How to use su.pr with WordPress
Warning: fsockopen() [function.fsockopen]: unable to connect to su.pr:80 (Connection timed out) in /home/dbojan/domains/skepo.info/public_html/wp-includes/class-snoopy.php on line 1148
Every webmaster loves su.pr, the reason for that is when someone clicks on your short link it displays the page and a sidebar in which are the popular content from your site. It also track the number of clicks to the link so it’s great tool. I use it for twitter button, you can see it at the end of this post.

Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are–by definition–not smart enough to debug it.


