• Price: $55.00
  • Exclusive Price: $2850.00

Charity Organization WordPress Theme 26969

  • Add to Cart
WordPress Theme 26969 is specifically a WordPress 2.8 Theme that was composed by our webmaster artist Hugo. It is also available as Website Template 19326.

Real Size Screenshot

WordPress Main Page Screenshot

WordPress Live Demo

This demo will open in a new window.

Please make sure you have disabled popup blockers!

Click Here to start the live demo

Description, Sources, Software & Requirements

Charity blog template with a professional clean cut theme. The sidebar has a rainbow of background colors with white text. Posts have white backgrounds with black text. The header has a person holding a small globe in their hands with a light heart around it. Charity Organization WordPress Theme 26969 has a width of 980 pixels and is available in the following sources: .PSD, .PHP, and this theme is widgetized. Software required includes Winzip 9+ (Windows) or Stuffit Expander 10+ (Mac) for uncompressing .zip files, Adobe Photoshop CS+, Hosting with PHP4x and MySQL4x, Apache Server, and WordPress 2.8. It has had a total of total of 9 downloads since it appeared on December 09, 2009.

Areas to find similiar WordPress Themes

Assuming that you really like this layout you may wish to peek at alternative layouts prepared by our web designer Hugo. Hugo typically prepares Website Templates, Flash Templates, and Joomla Templates.

Hugo's WordPress Theme 26969 exists in the Last Added, Zero Downloads, Most Popular, Charity, and Wide categories so you will conceivably discover other designs there that you might want to look into.

Assuming that you really don't need the same type of content but want a comparable style for how the layout was designed, we also organize our designs through the compositional style and the mentioned wordpress theme is a part of the Neutral style types.

Finally we also organize layouts by keywords that catch the eye just after taking a gander at the layout and the mentioned template is associated with hope, organization, pecuniary, project, and mission wordpress themes.

We know that we have numerous thousands of designs and it may be a hard task to discover the correct website layout that would work for your situation. To make things easier we have a Template Search Tool that makes it so you can fiddle with everything to discover the design that is correct for your website.

Other Comments on Template 26969

  • Eddie
  • Guest
No Avatar
Can I install my own logo into this template? If I can is it a hard thing to do. Thanks
  • Bigwebmaster
  • Site Admin
User avatar
  • Joined: Dec 20, 2002
  • Posts: 8921
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Online
Hi Eddie!

Yes, you can absolutely use your own logo on the template. We do expect that the majority of our customers will be wanting to change logos, pictures, text, etc. You are welcome to customize as much or as little as you want.

In my opinion it isn't hard to do, but that depends on your skill level at working with HTML, web design, and understanding how the WordPress templating system works. If you want someone to do it for you, you will see an option once you head to checkout that says:

"Implementing The Customer's Logo"

For around $49. If you check that option during checkout then someone will go in for you and replace the logo on the template with your own logo on all of the pages on the template. You do not have to use that option, you are welcome to do it all yourself as well.

Ozzu Hosting - Want your website on a fast server like Ozzu?

  • Anita
  • Guest
No Avatar
I have installed the theme and have everything set up. The only problem is that unlike the demo site for this theme, my posts on the home page are not showing the post summary with a read more link. I've changes my Reading settings to limit the number of posts to two, but it has no affect on the number actually showing on the home page and I have changed it to show only a summary, but again it has no effect. How can get the theme to behave like the demo? I'm ok with some coding, so if you just point me in the right direction, I can probably fix it myself.
  • Bigwebmaster
  • Site Admin
User avatar
  • Joined: Dec 20, 2002
  • Posts: 8921
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Online
Hi Anita!

Just wanted to let you know that I am having to ask a few techs about this to see if they already know a resolution. I will get back to you as soon as I have an answer.

Could you tell me what version of WordPress you have this installed on, and if you have this live on the web somewhere could you let us know the URL that it is located at so I can take a look. If you would rather keep the URL private, you are welcome to respond to the notification e-mail directly and we will keep that part out of the public discussion area.

I am sure we will find a way to get it to work right for you :)

Ozzu Hosting - Want your website on a fast server like Ozzu?

  • Anita Elder
  • Guest
No Avatar
http://answernepal.org/

WP 3.2.1
  • Bigwebmaster
  • Site Admin
User avatar
  • Joined: Dec 20, 2002
  • Posts: 8921
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Online
Okay thank you for sharing. I think I see what you mean, as its showing the entire post instead.

I still have not heard back from the techs, but could you do me a favor and try something. In the past when I have posted on WordPress blogs and only want a portion to show on a main page or category page instead of the full post, I would insert this in my post:

<!--more-->

at that point where I want more link to show up and the rest of the text to only be shown in the actual post page. So for example in this post right here that I just made, with WordPress everything before that more text I posted would be shown on your homepage, and then the more button would show up, and the full text would be on your actual post page.

In WordPress when you are editing your post make sure you are in HTML mode when you copy that more text above exactly as shown. If you would rather do it in Visual mode then you need to hit the "more" button instead which I think is right after the code button.

The nice thing about the more button this way is that it gives you the full freedom to show exactly how much you want before the rest is cut off and shown on the actual post page.

Let me know if that helps at all, or if you feel something still isn't right.

Ozzu Hosting - Want your website on a fast server like Ozzu?

  • Anita Elder
  • Guest
No Avatar
Tried that, but it didn't work.
  • Bigwebmaster
  • Site Admin
User avatar
  • Joined: Dec 20, 2002
  • Posts: 8921
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Online
I looked up to why the:

<!--more-->

text might not be working and found this:

Quote:
On custom template pages using query_post to customise the query you have to reset the $more variable before the loop.

It should looks like this:

global $more;
$more = 0;
while ( have_posts() ) : the_post() ?>
....
endwhile;


That is more technical, so if you do decide to try something like that make sure you backup your file first just in case. This was a WordPress 2.8 template so there is a chance that the above code was not added if it wasn't supported yet, so possibly adding the above could get it to work. So you will need to make sure you edit the template's index.php file and right before the line that says the above, add those other parts. See if that does anything for you.

By the way I just checked and the template was missing those parts. Try adding those to see if that does anything, and let me know if you are having problems finding the spot. Should be around line 67.

Ozzu Hosting - Want your website on a fast server like Ozzu?

  • Anita Elder
  • Guest
No Avatar
That helped...thanks! I just need to remember to add the "more" for new posts, so if your tech team figures out why I'm not able to limit the number of posts on the home page, let me know.
  • Bigwebmaster
  • Site Admin
User avatar
  • Joined: Dec 20, 2002
  • Posts: 8921
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Online
I will let you know what I find out :)

Ozzu Hosting - Want your website on a fast server like Ozzu?

  • Bigwebmaster
  • Site Admin
User avatar
  • Joined: Dec 20, 2002
  • Posts: 8921
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Online
The techs are requesting to be able to login to your system to check everything else out themselves. I will be sending you an e-mail shortly to see if that is possible.

Ozzu Hosting - Want your website on a fast server like Ozzu?

  • Bigwebmaster
  • Site Admin
User avatar
  • Joined: Dec 20, 2002
  • Posts: 8921
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Online
Hi Anita,

Thank you for supplying the credentials. The techs took a look at things and to adjust the number of posts that show up on the home page do this. In the index.php file of the template find this line of code:

<?php query_posts('showposts=3'); ?>

That is how you can define number of posts for the homepage. Simply change that number to how many posts you want to show there. Please let me know if that works for you. Thanks!

Ozzu Hosting - Want your website on a fast server like Ozzu?

  • Anita Elder
  • Guest
No Avatar
That worked! Thanks for your help - out of all the WP templates I've bought, your support was the best!
  • Bigwebmaster
  • Site Admin
User avatar
  • Joined: Dec 20, 2002
  • Posts: 8921
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Online
I am glad I could help, thank you for such a nice comment. That made my day :)

Ozzu Hosting - Want your website on a fast server like Ozzu?

  • Mark
  • Guest
No Avatar
Wordpress is not at version 3.x and the theme we are looking at is 2.9. What conflicts can arise if a older version theme is installed? Security risks? Thank you.
  • Bigwebmaster
  • Site Admin
User avatar
  • Joined: Dec 20, 2002
  • Posts: 8921
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Online
Are you looking at this theme? This one was created for and tested with WordPress 2.8. You mention that you are not using WordPress 3.x, which version are you using? We only guarantee that our templates will work with the version they were created for. It is hard to say what problems you will have if any. It is possible that the template will work in newer versions of Wordpress, but there is a chance you may have to fix things to get everything to work correctly. As far as security concerns, the main security concerns would be with the version of Wordpress backend you are using, I would recommend you try and always keep that up I date and watch the official Wordpress website for any security related bulletins or releases. The admin area in your Wordpress admin area usually keeps you informed when it is time to upgrade. We do have WordPress 3.x templates that you may want to take a look at too.

Ozzu Hosting - Want your website on a fast server like Ozzu?

  • Mark
  • Guest
No Avatar
Hello..we are going to be using the latest version of WP. Your theme is not up-to-date and I was wondering if this will cause problems. Do you have any 3.x themes for non-profits? We like the one Astra did. Thank you.
  • Bigwebmaster
  • Site Admin
User avatar
  • Joined: Dec 20, 2002
  • Posts: 8921
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Online
Hi Mark!

As I previously mentioned, it is possible that you may encounter issues that you may have to resolve using this template on any other version then it was created for which was WordPress 2.8. While it may work, you may have to fix things to get everything to work correctly.

We only have one charity wordpress theme that was made and tested for version 3.3. You can use any of our themes however and tweak them by replacing images, changing content, text, etc so that it would work for your situation. So if a template is featuring cars but you like the style, there is no reason you can't replace the sample content with your own.

I hope that helps and makes sense!

Ozzu Hosting - Want your website on a fast server like Ozzu?

Questions? Comments? Leave us your thoughts!

WordPress Theme 26969
Notify via e-mail on any replies

 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.

 
 
 

Want an idea of what our templates are like?

Download some of our free Sample Templates