WordPress Tips & Videos Moved…
Hi Gang,
I decided to move my WordPress Tips, Videos and other stuff to another site. It’s more of my Web Design Portfolio site. Drop by and tell me what you think.
![]()
arlen







Hi Gang,
I decided to move my WordPress Tips, Videos and other stuff to another site. It’s more of my Web Design Portfolio site. Drop by and tell me what you think.
![]()
arlen
arlen wordpress framework, gantry, video, widgets, wordpress, youtube 2 Comments
Recently, I’ve been playing with a few frameworks to help build websites simply and effectively.
A framework is a system usually point and click interface where you can choose options and the website will be developed accordingly. A few that I’ve used are xtreme-one, carrington, starkers, and gantry. A couple of those are not really frameworks, but customizable themes. They are similar, but the power of a framework in my opinion is it’s point and click options. Here’s what I mean…
Click picture to make bigger…
Gantry is a widget based framework. This means that a “gantry based” theme puts widget areas in many places around the site and the way you customize the site quickly is to insert widgets, html, etc. into those widgets areas. This makes the theme really customizable and easy to use.
Here’s a quick look at my introduction to gantry. I appologize because this video is raw.
Aloha,
Arlen
arlen wordpress page, templates, wordpress 0 Comment
Sometimes you want a page or set of pages to look different from the rest of your site.
You can do this easily with Page Templates.
You can either duplicate the page.php or another existing layout in your theme and modify it, or start from scratch by creating a new .php file. (Many themes have multiple page templates already)
Either way, you will need to put this code in the beginning of the new file.
<?php
/*
Template Name: Put-The-Template-Name-Here
*/
?>
Now your new template will show up in this section as your create or edit your pages.

Common uses for page templates are: a page with full width content and no sidebar or giving a sub-section of the site a different theme.
Because I do a lot of church and ministry designs, I might use a page template to style the youth ministry pages completely differently than the main website.
Templates open up so many more possibilities in your design. Try it out.
arlen wordpress menu, nav, pages, wordpress 0 Comment
Have you ever built a website for a client and a few weeks later they come back to you and ask for more pages to be added to the menu?
Great, hopefully they are paying you by the hour. Now you have to redesign the whole navigation of the website.
If you built the website with WordPress, you will instantly be able to add a page or two (or more) just by well… adding pages.
(Maybe you want to change your billing rates to per update…)
And if you want more control over the pages, drop down lists of pages, and more, there’s my favorite WordPress 3.0 feature…
Menus!WordPress 3.0 Menus gives you complete control over the Navigation Menus in your themes.

(Click the picture to embiggen)
function add_menus() { register_nav_menus( array( ‘main_nav’ => ‘The main menu’, )); } add_action( ‘init’, ‘add_menus’ );
Then add this code where you want the menu to appear.
wp_nav_menu(array(‘menu’ => ‘MENUNAME’, ‘container’ => ‘ul’, ‘menu_id’ => ‘YOUR_MENUS_ID’));
This is my favorite addition to WordPress 3.0.x
![]()
arlen
arlen wordpress event, plugin, wordpress 0 Comment

I’ve been using Event Espresso for about 9 months now, hosting multiple events concurrently and I have to say, it’s been a great event management plugin.
Event Espresso comes in a free version which is great to try out. (The free version of Event Espresso is called Advanced Events Registration by Seth Shoultes.)
You can manage events fully with the free version of the plugin, but the paid version adds better support and many features which you may want to customize.
Read more: Basic License | Event Espresso – WordPress Event Registration and Manager Plugin
In my using the plugin, the best part has been the support. I’m not the best “coder” in the world and sometimes I get stuck. The plugin Author Seth has answered my questions quickly, usually within a matter of hours. That kind of service and support is hard to beat these days.
If you’re in the market for an event management solution, this is one you should highly consider.
![]()
Arlen
Honolulu, Hawaii
*Disclaimer, links to this plugin are affiliate links which support this site. Mahalo!