Ministry Theme Error Messages?

Posted by Bryan on September 21, 2009 under News & Updates | 2 Comments to Read

For those who purchased the Ministry Theme 1.1, I forgot to include another plugin. I should have included these plugins:

  1. WpList Cal
  2. Limit Post

I wanted to take the time to highlight their purposes.

  1. WpList Cal is helpful in highlighting your Ministries upcoming events. It allows people to input a list of upcoming events and as the events come and go, they will automatically created and removed from the homepage!
  2. Limit Post, Limits the displayed text length on the index page entries and generates a link to a page to read the full content if its bigger than the selected maximum length.

For some reason, there have not been many issues with missing the second plugin. There are also powerful new additions in the “pipeline”.

Setting Up a Links Page

Posted by Bryan on September 10, 2009 under Setting up Pages | Be the First to Comment

WordPress offers an excellent way to catalog helpful links. In many WordPress-powered sites, these links are displayed on the entire site in a widget in the sidebar or footer. There may be many reasons you don’t want all of these links displayed on every page – it may affect your search engine rankings and it may simply not match the overall intent of your site. So the solution is to have a single page where all links are displayed. Read more of this article »

Using the Front Page’s Special Features

Posted by Bryan on September 6, 2009 under Using The Theme | 2 Comments to Read

First, if you don’t want to use the fancy front page, just delete the file called home.php from your server and the theme will revert to a traditional blog formatted site. Or, you can specify a page as the opening page of your site under Admin > Settings > Reading and the page.php file will automatically override the home.php file.

To use the featured areas on the front page, you’ll use the Custom Fields feature of WordPress.

To use the main featured area (the wider area at the top)…

1. Create a category with any name you’d like, such as “Featured Articles.”

2. Under Admin > Manage > Categories, you will see your new category listed. Mouseover it and in the status bar of your browser, you’ll see a long URL that ends with ID=#, where # will be the unique category id.

3. Under Design > Theme Editor, you’ll see a list of files on the right. Select home.php from the list to edit it.

4. Add your featured category’s id as shown below…

Featured Category ID

5. Click “Update File.”

Add an image to your Featured Post

The square image to the left of the featured content on the front page is created using the Custom Fields feature. It’s very easy…

1. Upload an image, either using the “Add media” feature (you can insert the photo into your post, but adding it to the front page is still a separate process) or an ftp client.

2. Get the full URL to the image.

3. Under Custom Fields in the post editor, type in a Key of “Featured.” (You’ll only have to do this one time, Featured will be an available option in the drop down menu from then on.)

4. Add the URL to your image in the box to the right.

Custom Fields

Configuring the Smaller Front Page Featured Areas

The two boxes shown on the demo are adjusted in a very similar way as the Featured Box. Decide which categories will be used in these boxes and add their category id’s in the home.php file.

Front Boxes

The difference is that to generate the thumbnail, you’ll still use the custom fields, as above, but this time your “Key” will be “Thumbnail” instead of “Featured.” Again, you only have to enter this word once and then it becomes available in the dropdown.