This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

Wordpress Tips


Page 1 of 212»

Speed up wordpress using .htaccess part 2

1 - Protect your WordPress blog from hotlinking Hotlinking is the use of an image from one site into a web page belonging to another site. Many bloggers are hotlinked, and have their bandwidth used on another websites. This very helpful... (Continue reading)

Tagged with:         

Speed up wordpress using .htaccess part 1

Very simple method to speed up websites that use wordpress as backend using .htaccess methodology Add the below stuff whatever i have given in your .htaccess file simple. gzip files gzip allows you to compress files, so obviously that means they... (Continue reading)

Tagged with:             

WordPress Vulnerability

Hello guys, In my previous post i have highlighted the security issues for wordpress and how to resolve those bugs.See the post here . Now i will update you with another fix that you guys can do to protect your /wp-admin/* directory.It... (Continue reading)

Tagged with:     

Disabling right click menu using javascript Enhanced Version

This is an enhanced version of how to disable right click menu from a webpage. Simple just copy and paste this code <script LANGUAGE="JavaScript"> var message="Sorry this function is disabled." function clickIE4(){ if(event.button==2){ alert(message) return false}} function clickNS4(e){ if(document.layers||document.getElementById&&!document.all){ if(e.which==2||e.which==3){ alert(message) return false}}} function disableselect(e){ return false} function reEnable(){ return true} document.onselectstart=new Function("return false") if(window.sidebar){ document.onmousedown=disableselect document.onclick=reEnable} if(document.layers){ document.captureEvents(Event.MOUSEDOWN) document.onmousedown=clickNS4} else if(document.all&&!document.getElementById){ document.onmousedown=clickIE4} document.oncontextmenu=new Function("alert(message);return false") </script> Enjoy!!!!!!!!!!!!! VN:F... (Continue reading)

Tagged with:         

Fix 500 Internal Server Error In Wordpress

Hi Visitors, Two days before i experienced a 500 intenal server error while posting topics and editing my existing topics.I was really disappointed to see that coz if i am unable to post a new topic there is no use in... (Continue reading)

Tagged with:             

Page 1 of 212»