Old 20-05-2009, 03:53   #41 (permalink)
safe as milk
Senior Member
 
safe as milk's Avatar
 
Join Date: Feb 2008
Posts: 368
Elliot Jay Stocks (back soon)

check out 'starkers' theme - it's the default theme with all the ids and classes ripped out - a good starting point for building a custom theme
  Reply With Quote
Old 20-05-2009, 17:19   #42 (permalink)
Drewbies
Registered User
 
Join Date: Jan 2009
Posts: 9
Awesome set of resources! Going to set aside some time to go through some of them! Thanks
  Reply With Quote
Old 17-06-2009, 09:56   #43 (permalink)
immortality
Banned
 
immortality's Avatar
 
Join Date: May 2009
Location: Bishkek
Posts: 5
Send a message via ICQ to immortality
Thanks for the resources, I find them very useful. I just begin to use Wordpress as a CMS for my projects.
  Reply With Quote
Old 05-10-2009, 18:13   #44 (permalink)
doublejdesign
Double-J Design
 
doublejdesign's Avatar
 
Join Date: Oct 2009
Location: UK
Posts: 4
superb list
  Reply With Quote
Old 06-10-2009, 04:49   #45 (permalink)
safe as milk
Senior Member
 
safe as milk's Avatar
 
Join Date: Feb 2008
Posts: 368
WordPress › Is Page or Ancestor « WordPress Plugins

just thought i'd add this - very useful little plugin for when you have a few layers of menus but you want the very top parent to stay highlighted (for instance)

like this
Quote:
<li<?php
if (is_page_or_ancestor('90'))
{
echo " class=\"current_page_item\"";
}
?>><a href="index.php?page_id=90">WORK</a>
</li>

so when you on any sub pages of 'work' the top menu item 'work' stays highlighted along with the menu item of the actual page you are on too (wordpress kicks out .current_page_item by default)
  Reply With Quote
Old 06-10-2009, 04:56   #46 (permalink)
safe as milk
Senior Member
 
safe as milk's Avatar
 
Join Date: Feb 2008
Posts: 368
oh and this is what i use for custom logins when i build sites for clients Custom WordPress Login Screen | Pro Blog Design
  Reply With Quote
Old 29-10-2009, 02:47   #47 (permalink)
keebz!
illustrator/designer/dev
 
keebz!'s Avatar
 
Join Date: Oct 2009
Location: Los Angeles, CA
Posts: 128
Lots of great resources here. I almost always suggest Wordpress for on-the-fence clients because it's easy for the developer as well as the client to maintain later on. Here are some tips that maybe some will find useful.

-edit- Argh, I don't have 15 posts yet so I can't post links. I had some great stuff to share too. I'll be back once I hit 15.

Last edited by keebz! : 29-10-2009 at 16:46.
  Reply With Quote
Old 05-11-2009, 08:44   #48 (permalink)
Juice
Senior Member
 
Juice's Avatar
 
Join Date: Jun 2008
Location: Over the rainbow
Posts: 805
Right keebz post up your resources!
  Reply With Quote
Old 06-11-2009, 09:44   #49 (permalink)
FreeWebHosting7
Registered User
 
Join Date: Nov 2009
Location: USA
Posts: 1
Thank you for this wonderful post and all the resource that you gathered for us!
  Reply With Quote
Old 06-11-2009, 17:42   #50 (permalink)
keebz!
illustrator/designer/dev
 
keebz!'s Avatar
 
Join Date: Oct 2009
Location: Los Angeles, CA
Posts: 128
Sorry, I totally forgot about this thread.

Here are some links I find useful when it comes to building Wordpress sites:

Main Page « WordPress Codex
(The Wordpress codex)

Easily display your last Tweet - Yoast - Tweaking Websites
(Excellent way to manually work your latest tweet into your website without the use of a plugin. There are tons of variables you can change.)

Using shortcodes to show members-only content
(Cool little way to use [members][/members] around content for only the logged in/registered users.)

10 incredibly cool WordPress shortcodes
(More useful shortcodes...)

101 Sociable links for manual insertion in WordPress | stratos.me
(Links to use for Social Media stuff so you can get rid of one extra plugin.)

scriptygoddess » Blog Archive » Wordpress wp_list_comments()
(Create your own structure for the comment system instead of using the default one Wordpress gives you.)
  Reply With Quote
Old 06-11-2009, 23:43   #51 (permalink)
DKuntz2
That Kid
 
DKuntz2's Avatar
 
Join Date: Apr 2009
Posts: 1,362
I like that scriptygoddess link
  Reply With Quote
Old 08-11-2009, 19:03   #52 (permalink)
jamblo
cuttin' and stickin'
 
jamblo's Avatar
 
Join Date: Jan 2008
Location: Devon
Posts: 941
Has anyone come across a good plugin for permissions?

I need a level of control that'll allow only certain users to post/edit certain pages, i.e. blue-user can only edit blue-page, red-user/red-page, etc.

I've searched the plugins directory but haven't struck gold yet.
__________________
  Reply With Quote
Old 13-11-2009, 05:39   #53 (permalink)
jamblo
cuttin' and stickin'
 
jamblo's Avatar
 
Join Date: Jan 2008
Location: Devon
Posts: 941
Another request —

Has anyone come across a decent image slideshow plugin? One that allows you to post a gallery in a post/page (and therefore have several iterations of the script displaying on one page)?

I came across this - Photo Galleria Plugin for Wordpress | Graph Paper Press - but couldn't for the life of me get it (or the Wordpress default [gallery ] shortcode) to work - and I don't really want to pay $45 to join the makers' support forum.
__________________

Last edited by jamblo : 13-11-2009 at 05:51.
  Reply With Quote
Old 20-11-2009, 17:27   #54 (permalink)
.sleep
Senior Member
 
.sleep's Avatar
 
Join Date: Mar 2007
Location: california
Posts: 569
Send a message via AIM to .sleep
jamblo, try out WordPress › Capability Manager « WordPress Plugins. I used to use Role Manager but I don't think anyone updates it anymore. Capabilities Manager is pretty easy to use. It's only downfall is if you're changing around capabilities of existing users, I think you have to re-apply their user level to make the changes go into effect.
__________________
  Reply With Quote
Old 20-12-2009, 12:11   #55 (permalink)
Timus
Death First!
 
Timus's Avatar
 
Join Date: Jul 2009
Location: Nearer to Norway than London
Posts: 1,152
Thought I would spend some time getting my head around WP over Christmas - and this continues to be a very useful thread.

Thanks lads.
  Reply With Quote
Old 21-12-2009, 01:10   #56 (permalink)
stealthcow
knocking heads
 
stealthcow's Avatar
 
Join Date: Jul 2003
Location: Zanzibar
Posts: 2,059
I havent read through all the posts, but if it hasnt been mentioned, check out PODs: Pods CMS

It's basically an Expression Engine type system for Wordpress, but a lot more intuitive (and free!). In the past week I've managed to put together a system that would have taken me about a month to do usually
__________________
  Reply With Quote
Old 22-12-2009, 16:47   #57 (permalink)
DKuntz2
That Kid
 
DKuntz2's Avatar
 
Join Date: Apr 2009
Posts: 1,362
interesting, I've added it to my bookmarks.
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive
Web Hosting by Heart Internet, vBulletin © 2000-2009 Jelsoft Enterprises Limited.
Search Engine Optimization by vBSEO 3.0.0 RC8
Web Hosting by Heart Internet