‘Tutorials’ Category

WordPress 3.0 Walkthrough: Getting Started with Multisite

74
responses
by
on
June 2nd, 2010
in
HOW-TO, Tutorials, WordPress

WordPress 3.0 Walkthrough: Multsite Multisite is the most talked about new feature in WordPress 3.0 – the WordPress team has folded the functionality of WordPress Multiuser into the main WordPress project. So how do you use it? This tutorial assumes your are comfortable using FTP clients such as Filezilla and doing basic edits of WordPress files. 1. Download WordPress 3.0 release candidate. You can find it here. 2. Edit wp-config in your favorite text editor and add the following line: define(‘WP_ALLOW_MULTISITE’, true); (I’d suggest adding it just above the line “// ** MySQL settings – You can get this info from your web host ** //”) 3. Install WordPress normally NOTE: If you’ve already installed WordPress 3.0, just edit wp-config and add that line of code, there’s no need to re-install. 4. Under Tools on the sidebar, you’ll now have an “Network” option. Click it. 5. Here you’ll setup your […]

[Continue Reading...]

Actions and Filters and Classes, Oh My!

16
responses

Ever wondered how you can manipulate WordPress filters and actions that are defined inside a PHP class? I did! I was working on a project recently that needed a plugin. The only problem was that the plugin was inserting some unnecessary cruft into the header of my theme. So, I figured I’d just use the remove_filter function WordPress provides… right? Hold on a second! It’s not working!? But I put in the function name just how the codex explains it: remove_filter(‘wp_head’, ‘the_crufty_function’); Why would it not work? Time to do some troubleshooting… So, I opened up the main plugin PHP file in my code editor and began to look around. What’s this? It’s a class! Hmm… But why should that make a difference? It seems that WordPress requires a special reference to the function if it is defined inside a class. If you, the reader, are at all familiar with […]

[Continue Reading...]

Create Private Twitter Like Site With WordPress

6
responses

Twitter is definitely becoming popular day by day, by far it is one of the most easiest way to communicate with others.

[Continue Reading...]

WordPress Plugin Development Beginner’s Guide

8
responses
by
on
March 5th, 2009
in
Tutorials, WordPress, WordPress Plugins

Vladimir Prevolac, the developer of several plugins and themes for WordPress has released a book titled WordPress Plugin Development (Beginners’ Guide). The book, written for anyone who wishes to author WordPress plugins, consists of eight chapters, six of which are dealing with development of actual plugins from scratch. Here’s what you can learn: Get to know the WordPress code base, WordPress’s plug-in architecture, and the plug-in application programming interface (API) and learn how to hack it Master the WordPress database and the API – access and manipulate data, handle user roles and permissions, posts, and so on Hook into the rest of WordPress using actions and filters Change the way your WordPress backend looks by customizing menus, submenus, and the plug-in admin panel Integrate AJAX and jQuery into your plug-ins to dynamically generate content Hook directly to WordPress edit pages and use AJAX to generate fast searches Integrate your plug-in […]

[Continue Reading...]

Tutorial: Creating Custom Write Panels in WordPress

10
responses

Tutorial: Creating Custom Write Panels in WordPress.: A fantastic, detailed and quite useful tutorial on creating custom write panels for the WordPress Write Post page. I had written something similar for the WordPress Jobs site and it turned out to be a fantastic tool to quickly get to and add/modify Custom Fields in posts. Custom write panels are most useful for customized installations of WordPress and could be used to add many different types of information into a post both easily and quickly. The image below shows a couple of examples of custom panels and I am sure there are hundreds more. This tutorial makes use of Custom Fields in WordPress using the various functions that help manage Custom Fields (I keep typing customer), and is a shining example of how useful and flexible Custom Fields can be in developing a full CMS with WordPress. Since the final code is […]

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php