Press "Enter" to skip to content

Setting Up WordPress Talian 1.0 Theme

Now that I had my blog pretty much functional, I wanted to explore some of the available themes. I was looking for something with a predominantly white background, three columns and widget ready so that I could customize it quickly and add features later on as needed.

Large selection of themes

I spent a couple of hours looking at the large collection at the WordPress ThemeViewer. It has a really nice sorting feature that lets you search based on number of columns, color, widget-readiness, and other attributes. Most of the themes are quite artistically designed, and targeted at different kinds of blogging needs — personal blogs, professional websites, newsletters, and so on. I have been using xmark-101 for about a week, and liked its very practical design. But since I wanted to try and place some AdSense blocks, I figured a theme with 3 columns would give me more flexibility.

Most liked

The ones that I liked the most were blue-zinfandel-10, intensive-01, oldschool-10, tiga-06 and talian-10. I tried all these, and found that oldschool-10 and talian-10 were the ones that really suited my needs, and between these two, I liked the softer color theme of the latter. So I decided to use talian-10, and went about customizing it.

Customizing Talian-10

Using widget selector, I was able to move most of the widgets to the right-side column. Most of it worked quite easily. The Category list did not show hierarchy well, so I changed it to drop-down menu for now, and it actually works nicely this way. The Search tool in the header area wasn’t functional, and I decided to leave it that way for the time being.

While trying to add Google content-based ad blocks, referral blocks and ad-for-search blocks, I realized that there were several place holders already put in the code. That helped to some extent, and for the left-column ad blocks, I wrote some custom PHP code.

Fixing the search tool

When I added a new search widget onto one of the side columns, it worked correctly. But somehow the one that came with the theme in the header area was failing. The error message (“http:// ” not found”) seemed to indicate that the path setting not initialized correctly. I dug through the Talian code trying to figure out what was wrong. Being fairly new to WordPress it wasn’t obvious to me. Then I decided to compare the search tool invocation with the one in the default WordPress theme which was working well for me. Very quickly, I found some differences that I will try to summarize here.

In the WordPress default theme’s sidebar.php, I saw code like this:

<form id=”searchform” method=”get” action=”<?php bloginfo(‘home’); ?>”>

In the Talian-10 theme’s header.php, I found:

<form id=”searchform” method=”get” action=”<?php echo $_SERVER[‘PHP_SELF’]; ?>”>

I tried replacing echo $_SERVER[‘PHP_SELF’]; with bloginfo(‘home’); and it worked!!

And that fixed one nagging issue that I was having with my new theme, and after that I have been playing around with the AdSense blocks, and adding some pages and stuff like that.

The new theme

While I liked the XMark theme that I started with, I really needed the ability to use the left-side of the screen to place some widgets and possibly some ad blocks. That is what really motivated me to spend the time looking for another theme. So I spent a few hours looking for a new theme, and all the work to customize it for my blog. I am quite pleased with my current Talian-10 based theme and now I am focusing more on writing content in my blog and less on customizing it. I also noticed that this was one of the most downloaded themes from the site.


icon
icon
Ad: WordPress Complete: Set Up, Customize, and Market Your Blog
icon

Share:
  • Print
  • Digg
  • StumbleUpon
  • del.icio.us
  • Facebook
  • Yahoo! Buzz
  • Twitter
  • Google Bookmarks
  • Add to favorites
  • email
  • Google Buzz
  • MySpace
  • RSS
  • Slashdot
  • Technorati
  • LinkedIn

3 Comments

  1. Diane Diane May 30, 2008

    Hello! First congratulations on a great modification of your Talian-10 theme ๐Ÿ™‚

    And… since you seem to know a lot about tweaking here and there, we’d love to ask you a question we are desperate to find the answer to…

    What did you have to do to your Archives.php page (not the sidebar one but the actual .php that controls how the archives work)?

    My reason for asking – and I truly hope you do not mind – is ours stopped working for all our thousands if not tens of thousands of words! From February 3 thru our April 6-ish post, when you go to the archives via the sidebar, they are listed with title, excerpt and a “continue reading” link. However, when you click on either the title or the continue reading, the page that loads is completely blank!

    Posts more recent appear to be archiving fine, though with the end of the month and June starting, I’m freaking out.

    So, if you would be so kind as to give us any pointers, I would be deeply in your debt ๐Ÿ™‚

  2. Editor Editor May 31, 2008

    Diane,
    Thanks for your comments. I used the Talian theme for some time and tweaked it a bit. But I figured I really needed one that was more black and white and easier to customize. I tried the 3 column Cutline and it seemed fit well. So this is the theme I am using now.

    I guess I did not use Talian long enough to encounter the problem that you mentioned. So, unfortunately, I don’t have a ready answer to give you. I still keep working on the themes on and off, and I will take a look at Talian and if I find something to answer your question, I will surely let you know.

    Thanks, again!

Leave a Reply