WordPress


WordPress research and resources


 
 
 
Add another skimbit here
Want to contribute to this project?


Please login first:



Not a member yet? Create a free account now to give your feedback and even add to this project.
Free Wordpress Theme: Rapid Access - One Mans Blog
WordPress:
CMS:

Skimmed from: onemansblog.com/2007/04/30/free-...
Skimmed on: Apr 01, 2008

One Man's entertaining, enlightening and educational view of the world.

Rating:

Download WordPress 2.5 Final Release
WordPress:
CMS:

Skimmed from: www.quickonlinetips.com/archives...
Skimmed on: Mar 30, 2008

Download WordPress 2.5 Final Release The much awaited Wordpress 2.5 final release is out and available for free download right now. Though the official announcement is awaited on the wordpress blog but news is out that Wordpress 2.5 is ready. Powered with brilliant new features like a new customizable dashboard multi-file upload built-in galleries one-click plugin upgrades tag management built-in Gravatars full text feeds and faster load times wordpress 2.5 promises to be a wonderful upgrade to get right now. Download WP 2.5 (.zip) now. Remember how Wordpress 2.4 was skipped but 2.5 will be well worth it. If you visit wordpress.org now it has undergone a professional web redesign and now seems much better and resembles the new wordpress dashboard looks and colors! Always remember to back up your database before upgrading and if your database backup emails are not reaching your inbox see how to fix the issue and reduce database file size. You can try the InstantUpgrade Plugin for performing automatic wordpress upgrades. Put your blog in Maintanence mode so your visitors see a professional scheduled upgrade message. Some bloggers try faster multiple wordpress upgrades via Shell Access. If you land up with unusual wordpress bugs then check for uploaded files on your server. Remember that Superfast Upgrades with Changed Files will not work this time as database upgrades are involved. So it is advisable to follow the official instructions. Get WordPress 2.5. Feel the difference.

Rating:

How To Create A WordPress Theme - Part 8 CK Marketing
WordPress:
CMS:

Skimmed from: ageeksjourney.com/wordpress/how-...
Skimmed on: Apr 03, 2008

This is the eighth part of how to create a WordPress theme. In the last part How To Create A WordPress Theme - Part 7 we covered some useful plugins that can enhance the usability of your blog. You can have some visual variety in a WordPress theme by having different headers and sidebars on different types of page. There are two ways to do this. The first way is by having some php code that queries the current page and then depending on the answer loads up the correct sidebar or header. The other way is to hard-code the calls for the header or sidebar in each template. I prefer to do it by using the second method as it is slightly faster it just loads the right bits instead of asking questions first and then loading the correct sidebar. To load the header Wordpress use the code to load a file named header.php. If you want to load any other file for example headpost.php you should use instead. The same applies to the sidebar and footer instead of using get_sidebar() or get_footer() you use the . If you want to use the first method it would look something like this: Here I want to use the standard header.php on all pages except the single post page the 404 error page and the search results page. I would use this method only if I had a very minimal theme with no templates except the index.php. All of this code would replace the line: When I create a theme that has provided all the templates then I will use the second method and simply replace the line with on each template. Alternate Headers As an example I have recolored the header from gray to blue and I would like to use it on the single post page only. There are two graphics involved in the change the bar itself (topbar.jpg) and the rss icon (toprss.jpg) that overlaps the bar. I did the changes in PhotoShop and saved the files as topbar-blue.jpg and toprss-blue.jpg respectively. Load header.php and save it as header_single.php Load single.php and change the first line from: to: And save it. Back in header_single.php there are two changes the first is on line 33 where toprss.jpg is referenced. Change the file name to toprss-blue.jpg. The second change is for the top bar is a little more difficult. At the moment topbar.jpg has been defined as a background for the body you cannot have two body’s but you can assign a class or id to a body so in header_single.php change line 29 from: to: Then in style.css find the body definition around line 18 and then straight after it’s definition add: body.spage { background: #e8e8e8 url(images/topbar-blue.jpg) repeat-x top; } Save all files if you haven’t already and then preview in your browser and you should now see a blue gradient bar instead of the gray gradient. If this theme only had the index.php and no other templates you would do everything exactly the same EXCEPT in index.php you would replace: with: Alternate Sidebars I find it really handy to have different stuff in the sidebar on different pages. For example on this blog on most pages I have the Latest Comments plugin but on the Single Post Page I have the Latest Posts plugin. This means that once you have finished reading a post it is easier to go to another post but on every other page you can see that people are commenting. Alternate Sidebars are made like alternate headers you can use either method one or two. Either way you load and then save the sidebar.php with a different name. If you have widget enabled sidebars then you need to modify the new sidebars. In this theme there are five "sidebars" three in the footer and two in the sidebar so in the new sidebar you should change the: and to: and respectively. This will allow you to have different widgets on different sidebars. If you want different footers for this theme you would do the same just remember to change the sidebar numbers so that they are all unique. If you want to have different plugins then all you do is paste in the code for the plugin in the respective sidebar. And that is about it for this part next time will be a wrap up of this series I have a couple of items in mind but if there’s anything you would like to know or you have any questions leave a comment below and I will answer them in the next post. Related posts:How To Create A WordPress Theme - Part 9How To Create A Wordpress Theme - Part 5How To Create A Wordpress Theme - Part 4How To Modify A WordPress Theme - Part 2How To Modify A WordPress Theme - Part 1

Rating:

The Ultimate Guide to the WordPress Loop posted in WordPress Tutorials 20 Comments
WordPress: The Loop
CMS:

Skimmed from: www.themelab.com/2008/04/04/the-...
Skimmed on: Apr 08, 2008

Rainbow - Free WordPress Theme #43 Elegant Orange - Free WordPress Theme #42 Basic - Free WordPress Theme #41 The Ultimate Guide to the WordPress Loop Light Cyan - Free WordPress Theme #40 Sunset - Free WordPress Theme #39 Colourise - Free WordPress Theme #38 Download issues fixed Inverted Headline - Free WordPress Theme #37 New tag archives

Rating:

BuddyPress » A Wordpress MU Based Social Network Platform
WordPress: MU
CMS: Enter values here

Skimmed from: buddypress.org/
Skimmed on: Apr 11, 2008

Home BuddyPress will transform a vanilla installation of WordPress MU into a social network platform. BuddyPress is a set of WordPress MU specific plugins each plugin adding a distinct new feature. BuddyPress contains all the features you’d expect from WordPress but aims to let members socially interact. More »

Rating:

Contact Form ][ - a WordPress Plugin
WordPress:
CMS:

Skimmed from: chip.cuccio.us/projects/contact-...
Skimmed on: Mar 17, 2008

WordPress contact form plug in

Rating:

How to create wordpress theme?
WordPress: Theme creation
CMS:

Skimmed from: www.devbox.info/how-to-create-wo...
Skimmed on: Mar 17, 2008

[…] 3)How to create WordPress theme?- DevBox Wireframe WordPress theme which is available for download on their site. This is basically a barebones theme that you can use to easily take a XHTML/CSS layout and convert it into a WordPress theme. […]

Rating:

Wordpress Blog Tutorial and Blogging Tips : Easy Wordpress Dot Com
WordPress:
CMS:

Skimmed from: www.easywordpress.com/
Skimmed on: Mar 13, 2008

Wordpress blogging tips for non-geeks. Make money online with Wordpress blogs - we'll show you how!

Rating:

Hack WordPress
WordPress:
CMS:

Skimmed from: hackwordpress.com/
Skimmed on: Mar 13, 2008

Hack WordPress offers WordPress plugin reviews, theme reviews, hacks, tips, news, how-to, guides, and reference material for the popular open source blogging software.

Rating:

WPDesigner » So you want to create WordPress themes huh?
WordPress: Theme creation
CMS:

Skimmed from: www.wpdesigner.com/2007/02/19/so...
Skimmed on: Mar 17, 2008

[…] resources such as astonishing tutorials for WordPress my favourite would have to be the ‘How to create a WordPress theme’. This is a fabulous tutorial on well as it say in the name how to create a WordPress theme. […]

Rating:

Mastering Your WordPress Theme Hacks and Techniques
WordPress: Theme creation
CMS:

Skimmed from: www.noupe.com/wordpress/masterin...
Skimmed on: Mar 17, 2008

This is the first article in the four-part series . Throughout this article we’ll be focus on many WordPress Theme hacks ideas tips and useful tutorials you need to have ready in hand when developing WordPress websites.

Rating:

Michael Doig
WordPress:
CMS:

Skimmed from: michaeldoig.net/4/installing-mam...
Skimmed on: Mar 13, 2008

Installing WordPress locally using MAMP

Rating: