AffiloBluePrint Day 5:
Putting my Spin on the Wordpress Theme
May 10th 2009
As part of the AffiloBlueprint membership, you get a Wordpress theme that Mark used when he created his example site.
It is a really good theme; simple, 2-columns, with a Wordpress admin interface to easily customized the colors, fonts, and images.
But it assumes you are going to create all your pages as pages (as opposed to posts). When you add a page, it automatically adds it to the sidebar.
I think I’d rather that my content gets added as posts instead of pages. That way every time I add something new, the pinger will send it out into the web community instead of me having to wait for a search engine bot to find it. I’ve noticed that Google indexes most of the pages from my blog sites, and almost instantly. Whereas some of my static page sites only have a few pages indexed.
I tried to add the loop for posts into the sidebar of the theme by copying/pasting it from one of my other blog sites. But it didn’t work; it still showed only pages.
So for now I’m going to use posts instead of pages as planned, but I’ll hard-code the link into the sidebar. *Gasp* Hard-code?? Yup. Another advantage to this is I can put a topic heading instead of just having a big list of article titles down the sidebar with no logical grouping.
It is a really good theme; simple, 2-columns, with a Wordpress admin interface to easily customized the colors, fonts, and images.
But it assumes you are going to create all your pages as pages (as opposed to posts). When you add a page, it automatically adds it to the sidebar.
I think I’d rather that my content gets added as posts instead of pages. That way every time I add something new, the pinger will send it out into the web community instead of me having to wait for a search engine bot to find it. I’ve noticed that Google indexes most of the pages from my blog sites, and almost instantly. Whereas some of my static page sites only have a few pages indexed.
I tried to add the loop for posts into the sidebar of the theme by copying/pasting it from one of my other blog sites. But it didn’t work; it still showed only pages.
So for now I’m going to use posts instead of pages as planned, but I’ll hard-code the link into the sidebar. *Gasp* Hard-code?? Yup. Another advantage to this is I can put a topic heading instead of just having a big list of article titles down the sidebar with no logical grouping.