background preloader

Main Page

Main Page
WordPress.org Ready to get started?Download WordPress Codex Codex tools: Log in Main Page

http://codex.wordpress.org/Main_Page

Super Loop: Exclude Specific Categories and Display any Number of Posts Readers occasionally ask for help with their WordPress loops. Usually, these requests involve modifying the loop with some customized functionality. Frequently, such customization involves one of these popular behaviors:Exclude a specific categoryExclude multiple categoriesDisplay only one post or excerptDisplay some fixed number of postsPlay nice with additional loops on the same page In this article, I present the swiss-army knife of WordPress loops. This highly versatile, “super” loop is standard WordPress code, easily implemented, and fully equipped to handle all of the custom behaviors mentioned above.

Blog WordPress 5.0.2 Maintenance Release WordPress 5.0.2 is now available! 5.0.2 is a maintenance release that addresses 73 bugs. The primary focus of this release was performance improvements in the block editor: the cumulated performance gains make it 330% faster for a post with 200 blocks. The Ultimate Guide to Wordpress Hacks & Customizations If you are looking to add new design features and functionality to your WordPress blog, odds are there is probably someone who has already done it and shared the code on how to do it. There are a number of great resources you can use to find outstanding hacks, customizations, and tips to make your WordPress blog more unique, user-friendly, and engaging. Over the years I have collected a number of great resources across the web that I thought would be a great idea to organize and share. I would encourage everyone to leave their favorite WordPress Hack in the comments below.

UAA Commons What’s the Commons all about? The UAA Commons is a place for various groups (both large and small) to collaborate, share, and learn. Unlike most static web resources with limited access, you have a voice in the UAA Commons. It is a public forum, and its not complicated to post. The Commons is managed and supported by Academic Innovations & eLearning at UAA, but we see all users as equal contributors, partners and mentors. The Loop in Action The Loop in Action Languages: English • Español • 日本語 • 中文(简体) • Українська • Русский • (Add your language) Introduction "The Loop" is the main process of WordPress. You use The Loop in your template files to show posts to visitors. Stupid WordPress Tricks One of the most popular articles here at Perishable Press is my January 2005 post, Stupid htaccess Tricks. In that article, I bring together an extensive collection of awesome copy-&-paste HTAccess code snippets. Four years later, people continue to tell me how much they enjoy and use the content as a bookmarked reference for many of their HTAccess needs. The article was even published in a book on Joomla! Security. This is very inspiring to me, so I have decided to create a similar post for all of the useful WordPress code snippets, tips and tricks that I have collected while working on Digging into WordPress, the new book by co-author Chris Coyier and myself that really “digs in” to all of the awesome ways to get the most out of WordPress.

Beginner’s Guide to Wordpress Plugin Development The WordPress CMS has changed the face of our Internet and allowed a surge of new ideas to prosper and its open source movement holds a strong presence rooted in software and web development. WordPress is a blogging platform which has the ability to launch into many other scripts such as web forums, job boards, and even a classic webpage Content Management System. We’ll be going over a few ways to get started in plug-ins development for WordPress. The steps are fairly simple and don’t require a large dedication to study. Rudimentary knowledge of PHP would be useful even with a basic understanding of the WordPress file structure and Administration panel. In this brief tutorial we’ll be going over the basic steps required to create a simple WordPress plug-in.

Atomic Learning: Creating a Website Using WordPress 4.1 Skip to content Skip to navigation Skip to login Beginning of dialog content User Settings Function Reference/query posts Languages: English • Italiano • 日本語 • 中文(简体) • Português do Brasil • (Add your language) Description Note: This function isn't meant to be used by plugins or themes. As explained later, there are better, more performant options to alter the main query. query_posts() is overly simplistic and problematic way to modify main query of a page by replacing it with new instance of the query. It is inefficient (re-runs SQL queries) and will outright fail in some circumstances (especially often when dealing with posts pagination).

WordPress Custom Field Template Plugin Tutorial 1/13/2011 – New and improved function used for retrieving custom field data for the current post called base_get_all_custom_fields(). This function will run a database query to get all custom fields attached to the current page, post or post type and store them in an array. WordPress is great for dynamically managing the content of a website, but sometimes you encounter situations that require advanced management to handle different sections of a single page. It’s would be great if we could manage separate chunks of content with more than one WYSIWYG. Well guess what, you can, and it’s easier than you may think. The best solution I’ve found for this situation is the Custom Field Template plugin.

Controlling and customising RSS feeds in WordPress WordPress by default creates a whole lot of automatic feeds for you. Feeds for posts, feeds for comments, feeds for categories… just about anything you could imaginably turn into a feed it does. It doesn’t add link elements pointing to all of the feeds it creates, but nevertheless the feeds are there for anyone looking. But what if you don’t want these magical mystery feeds? What if you want to have full control over which feeds your site has, what they contain and how they are delivered? Well, I think I have figured out how, but it was far from easy to find the information needed to make WordPress output feeds exactly the way you want to.

Related: