jQuery Topics

9 Snippets to Make WordPress User-Friendly for your Clients (part 2)

As we’ve promised, here’s more of those awesome WordPress snippets to make your website more user friendly for your clients. C’mon PHP can be fun too! Enjoy!

See part 1: 10 Snippets and Hacks to Make WordPress User-Friendly for your Clients (part 1)

1. Add, Remove & Reorder Dashboard Widgets by Role


This code will get rid of the ‘Incoming Links’ widget for authors and editors and then clean up some of the other boxes for everyone.
Add-Remove-Reorder-Dashboard-Widgets-by-Role.jpg
Source

2. Remove Author Metabox/Options & Move to Publish MetaBox


This code will remove the Author MetaBox and Screen Options and then add those option into the publish metabox.
Remove-Author-Metabox-or-Options-Move-to-Publish-MetaBox.jpg
Source

3. Add or Remove Links to the New WP Admin Bar


The new Admin Bar gives you quick access to all of the main areas of your site, like creating a new post or page, moderating comments or modifying widgets. The snippets below will allow you to add or remove any links.
Add-or-Remove-Links-to-the-New-WP-Admin-Bar.jpg
Source

4. Show an Urgent Message in the WP Admin


This snippet will allow you to shows a custom message to any logged in user. Particularly useful if you need to inform a client/user that they have done something wrong.
Show-an-Urgent-Message-in-the-WP-Admin1.jpg
Source

5. Hide the WordPress Upgrade Message


For those clients, using this snippet, you can hide the WordPress Upgrade Message.
Hide-the-WordPress-Upgrade-Message.jpg
Source

6. Simpler Login URL


The default URL for logging into your WordPress powered site is: http://yoursite.com/wp-login.php. To make things easier, or at least more memorable, for a client you will need a cleaner URL like: http://yoursite.com/login
Simpler-Login-URL.jpg
Source

7. Change the Dashboard Footer Text


This little snippet will help you building a site for your client, it can be useful to be able to customize the dashboard footer text.
Change-the-Dashboard-Footer-Text.jpg
Source

8. Changing the WP Login Logo


There’s nothing wrong with the WordPress logo, but few clients will care what CMS they’re using. Why not use their logo or branding? In this tutorial you will learn how to make it all happen.
Changing-the-WP-Login-Logo.jpg
Source

9. Adding a Custom Dashboard Logo


The next step in customizing WPs backend is to replace the Dashboards logo. You will need to create a transparent (.gif or .png) image of 30x31px. Then, save that image in your theme’s image folder (/wp-content/themes/theme-name/images) and name it whatever you like.
Adding-a-Custom-Dashboard-Logo.jpg
Source

Read the full/original article at jQuery4u

    Related Posts

    Comments are closed.

    jQuery Resources

    Learn more about jQuery

    jQuery News & Links

    I only just found out that the jQuery validation plugins has a validation rule called “remote” which can be used ...

    jQuery function to check if horizontal scroll is present – hasHScrollBar() – (or vertical check below also, util function to ...

    jQuery function to Set any DOM Element to Top View (bring to front) using CSS Z-Index property.

    Is it possible to declare arrays in JavaScript object literal notation? Example 1 – this works with arrays Declaration: Storage ...

    To get the a variables type using jQuery there is a jQuery function called .type() which returns “array”, “string”, “number”, ...

    In this post you can find tutorials which explain step by step different API use cases with jQuery like Google ...

    For valuable work on creation of sites you need a good comfortable editor necessarily. There are many requiring paid products ...

    Today we are sharing with you a collection of awesome jQuery Camera Photo plugins. They offer a range of image ...

    Back in the day, if you saw something that was animated on a website it was automatically assumed to be ...

    In this post, we have compiled a list of 10 jQuery HTML5 Audio players available today, most allow native audio ...

    jQuery Mobile is a powerful framework for making mobile web applications. But can we use it to convert existing desktop ...

    I have jotted a quick post on a Basic JavaScript Regular Expression Example to give beginners out there a taste ...

    In April 2012′s edition of Interestingly Random JavaScript, jQuery and Web Development we bring you some very cool stuff such ...

    In this post we are sharing you a roundup of 10 really jQuery plugins as of today. Pretty cool plugins ...

    As always expected from the jQuery community, the compilation we have for you today are some good and impressive recently ...

    A collection of jQuery PNG/JPEG/GIF plugins that enables image animation, cartoon-like background, etc… let them help you design displays for ...

    A collection of JavaScript/jQuery Zip/File/Compressor plugins that allows you to minify your JS code and compress your JS files ready ...

    Quick jQuery code snippet on how to keep an element in view. For demo scroll down on any page on ...

    Here is what I think is the best and most reliable way to load jQuery library and jQuery UI Libraries. ...

    jQuery code snippet which outputs all attributes of element using the default .attr() function on any dom element(s). usage: output:

    More Links & News

    Community Resources

    Use jQuery and the Google Maps API to create your own map application.

    Super cool and easy way to get stylish tooltips with jQuery.

    The right way to include the jQuery library in WordPress.

    Share a resource