Open your .htaccess file in your wordpress root folder and add this rewrite rule to change yourblog.com/wp-login.php in yourblog.com/logins or somethings else Continue reading
February 27, 2012
by Pigi
0 comments
February 27, 2012
by Pigi
0 comments
Open your .htaccess file in your wordpress root folder and add this rewrite rule to change yourblog.com/wp-login.php in yourblog.com/logins or somethings else Continue reading
February 24, 2012
by Pigi
0 comments
When you create new page’s template you can decide to limit the access to user with specific role; for exaple author, when unregistered user or user with different role try to access to that template will be kicked our to the “error.php” page. Funny!!! Continue reading
February 23, 2012
by Pigi
0 comments
If you are planning to develop a mobile version of your blog, you may think this is a usefull function, you just need to use it directly in your template such as a conditional tag. Continue reading
February 21, 2012
by Pigi
0 comments
This is a cool snipped, using this code you’ll be able to move at the bottom the newest wordpress admin bar (i hate), just apply code in your function.php Continue reading
February 21, 2012
by Pigi
0 comments
This hack for wordpress will redirect user to a random post, after saving this snippet in your function.php go on menu and create a link yourblog.dotcom/random, and people will be redirect to a random post called on the database. Continue reading
February 20, 2012
by Pigi
0 comments
Using this snippet you just need to add to your function.php of your theme you can add iframe in your posts. To add an iframe you just need to write the iframe html code in the visual editor, and TinyMCE will not kill the code. That’s all Continue reading