• http://www.facebook.com/adexon.jorbin.mnaohonin Adexon Mnaohonin

    its work on my blog…
    great, thanks Mr Paul

  • Pingback: wpmag.com - WordPress News, Themes, Tutorials, Plugins, Questions, ...

  • http://twitter.com/divergeinfinity Jeff Parsons

    I’ve used a few of these, but you definitely have some interesting ones in here. This is an excellent post with some great WordPress tips.

    Thanks for sharing.

  • http://twitter.com/webangel78 Angel Dzhorapov

    Great article!
    There are at least 10 snippets that will help me to customize my future WP sites.
    Thanks!

  • http://thedevelopertuts.com Sebastian Bratu

    Wow, I’m not that good at WordPress, thanks for this, it’s interesting to read and explore.

  • http://wpsnipp.com Kevin Chard

    Hey thanks for posting one of my snippets!

  • http://www.markhesketh.co.uk Mark Hesketh

    Thanks for this list, I’ve taken each snippet and saved and sourced them in my Evernote notebook.

    They’re going to be really useful in future projects for sure!

  • Parker

    OR, you could just use the “Adminimize” pluggin and do 95% of the things above with a GUI instead of code. Hacking apart your WP install will cause major headaches when upgrading WP in the future.

    • webdevlove

      These bits of code only edit the functions.php file, which is in your custom theme folder. This won’t get affected as updates happen (unless your theme is by someone else and gets updated) and if anything will be safer than using a plug-in as the plug-in may become incompatible in the future but this code most likely won’t.

  • http://twitter.com/urgan urgan

    Nice and thorough :)

  • http://twitter.com/ngassmann Nick Gassmann

    Some of the user role snippets could be done with a plugin like: http://wordpress.org/extend/plugins/user-role-editor. That being said, the rest of this list is pretty solid.

  • http://www.referencement-seo-web.fr/ referenceur

    Merci beaucoup, mise à jour 3.1.2 en fr sur le site officiel de WP.

  • Pingback: Wordpress snippet and hacks « « rtCafe rtCafe

  • Anonymous

    I love the tips, especially the one on how to disable deactivating essential plugins you need for certain themes, I’ve had this issue before so this will help big time, thanks.

  • Pingback: Must Read Links for Web Designers and Developers – Volume 10 | Tech King

  • Pingback: Trucos para simplificar WordPress para clientes | Roberto Baca

  • http://webmastercollective.com Webmaster Forum

    @Parker – Thanks so much Adminimize is so much easier!

    This should stop those pesky clients who think they can tinker with everything!

  • http://twitter.com/Manifocom Manifo.com

    great job Dude! save much time and work. Hope to see more tips like this. i had some troubles with changing the WP Login Logo and u have just dispeled all my doubts :)

  • http://www.integral-it.co.uk Integral IT

    Parker has the right idea, adminimize would do the trick much easier than editing code that could potentially effect wordpress upgrades.

  • http://techdraginfo.blogspot.com/ shenoyjoseph

    changing the theme can cause more problems to our blog and by doing above steps we secure all features in wordpress

  • http://softwarebuzzer.com sureshpeters @software buzzer

    great list:) will try for sure

  • http://www.exdizajn-obrt.hr Davor

    Nice collection, find some cool stuff

  • Anonymous

    Excelente hacks, thanks for sharing!

  • http://www.facebook.com/profile.php?id=536191522 Kristen Healy

    Is there any way to remove the template dropdown from the pageparentdiv without removing the entire div?

  • Forma

    Thank you for these useful snippets.

    One comment about “changing your WP Login Logo”: I had to change the image path in the function for it to work (add “/images/”)function custom_login_logo() {    echo ‘h1 a { background: url(‘.get_bloginfo(‘template_directory’).’/images/companylogo.png) 50% 50% no-repeat !important; }’;}