Ash Blue

Ash Blue

44p

77 comments posted · 0 followers · following 0

17 weeks ago @ Ash Blue Web Design - Create a WordPress Por... · 0 replies · +1 points

I think what you're looking for is custom taxonomies. Tags and categories are exclusive to posts. You can add new tags and categories though. Also this post is a bit outdated. Please see here for the latest version: http://www.ashbluewebdesign.com/2010/09/wordpress...

25 weeks ago @ Ash Blue Web Design - WordPress Portfolio Tu... · 1 reply · +1 points

Could be two things I'm guessing, WordPress needs to have wp_reset_query(); after the pagination in some instances. Also, you might need to remove PHP coding for the original pagination. Let me know if this helps.

27 weeks ago @ Ash Blue Web Design - WordPress Permalinks S... · 0 replies · +1 points

No problem, I created this article since I personally couldn't find anything like this on the net. You might also want to check out the sister article on SEO plugins.
http://www.ashbluewebdesign.com/2011/05/best-word...

27 weeks ago @ Ash Blue Web Design - New Chicago Web Design... · 0 replies · +1 points

Thanks Drew, can't wait to show you the new website when its up. We are also launching the site with an HTML5 video game that's about 60% complete.

30 weeks ago @ Ash Blue Web Design - WordPress Portfolio Tu... · 4 replies · +3 points

Actually all you need is the wp-pagenavi plugin found here: http://wordpress.org/extend/plugins/wp-pagenavi/

You'll need to insert the function wp_pagenavi() to get it generating paged navigation though.

32 weeks ago @ Ash Blue Web Design - WordPress Permalinks S... · 0 replies · 0 points

If you need to do a mass redirect checkout my WordPress SEO plugins article. I have some info there on the WordPress redirect plugin. You'll want to check that out to get the 404 errors fixed.

32 weeks ago @ Ash Blue Web Design - Facebook FBML Tips for... · 0 replies · +1 points

Means that everybody is using iframes now.

33 weeks ago @ Ash Blue Web Design - PSD Web Design Tips fo... · 0 replies · +1 points

I refer to video games quite a bit for inspiration myself. I've pulled some pointers from Dragon Age, Mass Effect, and even Half-Life. Amazing UI ideas you can pull from in these games.

33 weeks ago @ Ash Blue Web Design - WordPress Portfolio Tu... · 0 replies · +2 points

Yep, you just need to use custom taxonomies and register them to the custom post type's slug. There is an example in this tutorial for the wwd section. Pretty much you could just alter that to say categories and tweak the code. For more information on taxonomies see the WordPress codex page http://codex.wordpress.org/Taxonomies

33 weeks ago @ Ash Blue Web Design - WordPress Portfolio Tu... · 0 replies · +1 points

Thank you for the detailed information John. Only comment I would make is changing the portfolio url depends upon what your prefix is. The default for Rilwis' Custom Meta Box script is rw, but in this tutorial I changed it to dbtr. Beyond that everything you came up with looks great.