function remove_admin_bar_links() { global $wp_admin_bar; $wp_admin_bar->remove_menu('wp-logo'); $wp_admin_bar->remove_menu('updates'); } add_action( 'wp_before_admin_bar_render', 'remove_admin_bar_links' );
- Leanda Ryan
What's the difference between the_content and the_excerpt. What if you want to use the more tag, but strip out images and objects? Big questions. Answered here.
- Leanda Ryan
Official web site - Hotel Louvre Marsollier Paris, 3 star hotel in Paris between the Louvre Museum, the Department Stores and the Opera (official web site).
- Leanda Ryan
Security is one of those topics that comes up time and time again. You hear the advice, you know you should do it, but somehow, you never get around to it. The tips in this post are designed to help make your WordPress installation safer and less likely to be hacked or spammed. If you're short on time, just start at the top and work down. I've (roughly) ordered them so that the most important tweaks come first. We also have a great giveaway at the end of this post, from Sucuri.net and Appsumo. Check it out for the chance to win free site security monitoring for a year!
- Leanda Ryan
Easy tutorial that lets you replace the default WordPress jquery script with Google Library API. It also explains the benefits of this technique.
- Leanda Ryan
Let me get something off my chest. WordPress sometimes, just ever-so occasionally, makes things sound a little harder than they actually are. Custom post types
- Leanda Ryan
WordPress 3 fills in a number of important gaps towards being a serious content management system. The easy-to-use custom taxonomies function gives site
- Leanda Ryan
One of the keys to WordPress's flexibility and endless possibilities is the use of custom fields. With custom fields you can do all kinds of things, but most designers and developers who are new to WordPress are not familiar with how to put custom fields into practice. In this post we'll look at a number of tutorials that will show you some potential uses of custom fields, as well as a handful of plugins that make it easier or more productive to use custom fields. Using WordPress Custom Fields: Introduction This article from Justin Tadlock gives an overview of custom fields, and it's actually the introductory post to a series on the subject of custom fields (other posts in the series are included in the list). If you're not familiar with custom fields or if you just want to make sure you get the basics before moving further, this article is a great starting point.
- Leanda Ryan
Learn how to use Wordpress to create multiple loops. This is a powerful and useful technique aimed at using wordpress as a full-blown CMS.
- Leanda Ryan
Designers & Books posts lists of books that esteemed members of the design community identify as important, meaningful, and formative-books that have
- Leanda Ryan
A simple WordPress tutorial that shows you how to display Captions or Image Descriptions with WordPress Post Thumbnails / WordPress featured images.
- Leanda Ryan