
I thought I will never be doing this, but looking at the popularity of this Neoclassical Theme mod, I think I owe it to those who are using it to have it upgraded a little with WordPress 2.9 features. Frankly, in my opinion, the 2 visible features added to the latest version of WordPress do not serve a hell lot of purpose, but since it is part of the deal, well….

For those using the old version you can just download the new copy and upload in the usual way. I have given it a new name so it won’t overwrite any of your old files, just in case you prefer your old copy. The old copy has been discontinued, so for new users, only the new version is available.
Changes:
Though it can be still considered 2 column, this new version has 3 widgetized sidebars as I have split the right sidebar into 2.
Sidebar1 is the top rectangular box which you can use to insert the popular 125px block Ads, use it with a text widget as your About or Profile summary or in any way you see fit. If you are using it as text you have to include html tags for breaks and paragraphs. It can accommodate anything up to the size of 300px wide.
Sidebar2 is the narrow sidebar on the left of the main sidebar. It has a width of 130px and can be used for horizontal banner ads of 120 pixels or whatever you deem fit. You can also use it for a single column 125 Ads block.
Sidebar3 is the similar one on the right.
Post Thumbnails
The new version includes the latest WP 2.9 feature which allows you to have thumbnail images for your homepage. Thumbnails are best if you use post excerpts in your front page. I have said that this feature is not very versatile if you prefer different image sizes for your Homepage like what you see here as the parameters of the thumbnails are fixed and cannot be changed for individual post. In this version, I have fixed the thumbnail images at 100 x 100 pixels with frames and aligned permanently to the left.
To use this feature, instead of using the “Insert Image” in your post editor, use the “Set Thumbnail” located at the bottom right of your “Add new Post” page. Clicking on that will bring up the same window which you use for inserting images. After uploading your image, choose the use as thumbnail option. The front page will display the thumbnail and your single post will display the default image size. Some days this feature does not work. Please don’t ask me why as I do not use it anyway.
No Sidebars page
I have added a page template that has no sidebars. It is to be used for your About page, Your Privacy Policy Page or whatever pages you want that has no need for displaying the sidebar to distract readers from the contents.
To use the template. After writing your page (not post) , choose the “No-Sidebars” Template under Attributes in your right hand sidebar.

Image Frames
You can frame your image by adding the word, ‘frame’ to the class alignment after you have uploaded your image. Like this:
class="aligncenter frame
Customizing the Theme.
All customizations should be done in the custom css file. This way, you will not screw up the original file and should anything go wrong, you can delete whatever you have added in the customs css file and everything will revert back to the original.
To use the custom css file all you need to add is dot custom followed by the div and attributes you want to change. For those whose server does not automatically set your files to writable, log in to your server and set the customs css file permissions to 666.
Some mods that you might want to do, All these codes can be copied and pasted into your custom css file:
To Replace Header Image
Make your new header image to the size of 820px wide by 180px wide. Save it as “header.jpg”. Log in to your server, open the images folder for the Theme, then upload the new image. It will overwrite the old one.
Changing the Content fonts and font sizes : This will change the fonts to Verdana
.custom #content {font-family : Verdana; font-size: 10px;}
Sidebar colors: This will set the sidebar colors to grey
.custom #content_box {background : #ddd}
.custom #content {background: #fff}
Content background: This will change the color of your contents background:
.custom #content_inner {background: #eee;}
Titles and Post titles: This will change the looks and size of all your titles. If you want to keep the original looks of any H tags, just remove the said tags.
h1, h2, h3, h4 .custom {font-family: Verdana; font-weight: normal; font-size: 20px;}
Sidebar Titles: This will change the background colors of the sidebar titles
.custom .sidebar h2 {background: #eee;}
Top Navigation: This will change the background colors and remove borders of the the top navigation bar
.custom ul#nav li {background: #fff; border: none;}
Some special classes
To have text with a blue background, use the ‘blue’ class:
<p class="blue"> All your text here </p>
Also available are yellow background. Use the word ‘yellow’ as the class attribute.
Better looking Nested Comments
This new version has better looking nested comments with child comments neatly boxed up insode the parent comment. Comments by authors also have a different color tone.
To enable this feature, you must have ‘Enable threaded (nested) comments’ checked in your Settings- Discussions page.

Note:
The header image size for this new version is 820px wide by 180 pixel high. The width cannot be changed. The height can vary.
To replace the header image, just replace the header image in the images folder with one of the suitable width. If your image is higher than 180 pixels, change the height accordingly in the custom css file.
Using the WP125 Plugin for the top sidebox.
Download the WP125 plugin in your Admin panel by going to Plugins – Add New. Type in “WP125″ in the search form . Install directly then activate the plugin.
After activation, scroll down the left sidebar of your Admin page and locate Ads.
Settings –
Ad Orientation – 2 columns
Number of Ad Slots – Up to your own preference.
Fill in other options or leave the default settings.
Save Changes.
Add/Edit –
Name – Name your Ad for your own reference
Slot – Start with 1 and go from there. Each Ad should have a different slot number. If you have 10 Ads then it will be from 1 to 10
Target URL – The url where the click will lead to. Normally this will be your Affiliate link.
Ad Image – The image source. For banner Ads, it’s the url after the “img src” tag
Click Save Ad
Manage Ads –
Where you manage your Ads.
To display your Ads in the Sidebox, just drag the WP125 widget into Sidebar1.
Homepage Excerpts
This Theme comes with excerpts in the homepage. The default WordPress settings strips all images and html tags for the excerpts. To improve this, use the “Fancy Excerpt” plugin.
Same as above, use the Plugins – Add new function in your Admin panel to have it directly installed. Remember to activate after installation.
If you prefer to display Full Contents in your front page. After activating the Theme, Go – Appearance – Editor – Main Index Template (index.php) Look for this line:
<?php the_excerpt('[Read more →]'); ?>
Replace with this:
<?php the_content('[Read more →]'); ?>
I hope I did not leave out anything. If you find anything funny or buggy, please let me know. By the way, I have tested the theme in Firefox, Internet Explorer 8, Chrome and Safari. All works fine.
Sorry I do not have a working demo at present but if anyone who have used the Theme and would like to showcase your modified design, do drop me a comment and I will link your blog here. Good way to get a link from a PR4 blog, no?
MODS BY USERS OF THIS THEME (Submit yours in the comments)
News And Trends ~ This is a One Column Version Modded form this same Theme.
Related posts:
- 2 Column Neoclassical Theme Quite a while ago, I reviewed the then just released Neoclassical Theme. It has been quite sometimes since and all this while I was secretly hoping Chris Pearson would come up with a 2 Column Version. It looks like this is not going to happen ever as Mr. Pearson has...
- Left Sidebar For The 2 Column Neoclassical Theme Had a request to make the sidebar float to the left for the 2 Column Neoclassical Theme. The original mod looks like what you are seeing now. These codes will make the sidebar align to the left side. It is added to the custom css file so you do not...
- One Column Neoclassical Theme Some bloggers prefers a Theme which has only one column for their contents and nothing else. They want no distractions for their readers and honestly, from a blog reader’s point of view, I do enjoy reading more from a blog that has no too much fancy stuffs cluttered all round...
- Using Thesis Hooks In Neoclassical Theme I’m getting a little over obsessed with the Thesis Theme. So much so that I have even modded this them here, which is the Neoclassical Theme to look nearly like the Thesis. Read more on Using Thesis Hooks In Neoclassical Theme… ...
- Clickable Header Image For The Neoclassical Theme The Neoclassical Theme comes with a revolutionary rotating header image. You can actually use as many header images as you like and they will rotate on each refresh. It’s a cool feature, but when it comes to branding your blog, this rotating images makes it quite difficult for visitors distinguish...











{ 5 trackbacks }
{ 25 comments… read them below or add one }
super theme
i like it very much
Great theme, will be putting it to good use. Good to see designers using no sidebar templates too, always comes in handy.
Real Great! It looks like the Thesis theme, Do you agree?
Yup, The original already looks like Thesis, so this is suppose to be a free alternative for those who can’t afford the real thing.
How would I load/ add jquery that WP already has, if I wanted to use some jquery somewhere in this theme?
Don’t quite understand your question, but my advise is, stay away from jquery if you do not have a very good understanding of it.
However if u are really up to it here it is:
that jquery code must be before the wp_head fuction or you might run into problems.
Then you can even call your own .js files with:
<script type="text/javascript"
src="/js/yourScript.js”>
However using jquery in your theme, might cause certain symbols like $ so u would have to modify the Jquery code to read
var $j = jQuery.noConflict();
$j(function(){
As Costa said, if you are not experienced with jQuery and/or do not wanna deal with problems
stay away from it. I just like having weird issues and troubles to run into ha ha.
Ya, you even got me confused there. LOL.
before the :
oh… it’s not displaying php code ….
@bobbi then I guess follow http://digwp.com/2009/06/including-jquery-in-wordpress-the-right-way/
try wrapping them inside the “code” tag next time.
is a footer link required to stay?
Melissa,
Not really, but would be appreciated.
I’ve been using your theme for a couple of weeks now. Love it great job on it.
I have a question: How do I change links in a post from the gray color highlight to the standard blue-and-underline? Some links have the former, some have the latter but I want the latter for all links.
Hi Chris,
Glad that you are enjoying the theme. The gray color highlight indicates a visited link. If you want to keep it all fresh and blue, copy and paste these 2 lines into your custom css file
.custom .format_text a { text-decoration: underline; }
.custom .format_text a:visited { color: #2a65b5; background: none; text-decoration: underline; }
Thanks Costa for the code and thanks for responding so quickly. Much appreciated.
This is a very awesome alternative to thesis theme but while trying to install it,is was showing me that Stylesheet is missing.Kindly, tell me what i need to do to get this theme install in my wordpress themes.
Hi Tomiwa,
Sorry I missed out this comment before replying your email. I think you got a bad download. Try downloading again. Sometimes it happens.
Contact me again if you have any problems.
Very nice theme, I must admit. Will try it out.
Costa,
I really appreciate your kind gesture to share this with us for free.
I would like to know if you have any way to support people like me that doesn’t know
html code because i need to customize my header and the sidebar.Kindly,assist newbies
like myself.
Hi Tomiwa,
As I do this purely as a hobby, I don’t think I can actually offer any support. I can only offer some help.
Most customization tips that newbies looks for are available in this this blog. I have added back the Video Tutorials links in my bottom column so you can find them more easily. Many other simple but popular tips are also in this blog if you would just search for it.
BTW, it is essential that you learn some html so you have an easier time understanding the tips.
Costa, first of all… thank you SO much for updating this theme. I loved the original two-column take on Neoclassical, and this is even more awesome.
There are two questions that I have, though… first, are rotating header images still a part of the theme?
Second… how can I display the blog’s title? It’s been a while since I’ve monkeyed around with the CSS on this theme (I’m an admitted super-novice when it comes to that and basic HTML)
Thanks so much!
Hi Spinch,
Unfortunately, the rotating header images have been removed. You can however still display the blog’s title and tagline if you prefer not to have any header images.
Go to the custom css file where you will find a comment that says,
/* This codes sets the clickable background image based on the site title’s link */
You can delete the codes beneath that line or if you want to keep it, can comment it out with the two symbols you see on the top in the beginning and the end of the codes.
The header will now display the default Blog Titles.
One minor adjustment that you should make to make the left sidebar’s content align with those in the right.
Open your left_bar php. just beneath these lines,
<div id="left_bar" class="sidebar"><ul class="left_bar_list">
you will see a
<br>tag, Please remove it.Somehow, I missed that. I have cleaned it up though for those who downloaded the Theme after I discovered it.
Costa,
Thanks so much for the reply. I’ll probably just end up rotating the headers manually every few weeks or so (or make custom ones based on upcoming holidays)… provided I have enough traffic to even make it worth that much effort.
I’ll fix the sidebar alignment tonight. Thanks again!