Knowing your WordPress theme
Posted by Professor as Blog Tutorial, Blogging Tools, Design and Themes
The beautiful thing about WordPress is that you more or less have a structured theme, sort of, so you have an idea that certain files will exist like the index.php, sidebar.php, header.php, footer.php, single.php, style.css, etc. These also correspond to the main parts of your WordPress theme so it’s really not difficult to manage.
Changing your sidebar theme file
The sidebar usually has the blogroll, the search box, the categories and the information about the blogger.
In most themes, the “About” section in the file sidebar.php would have some filler text like “Insert a little bit of author information here” so that gives you the cue that you edit that part of the sidebar file to make sure that you have something about you there, not some generic thing.
You could try putting the categories below the archives, if you have there a calendar or a list of months. You could also remove your blogroll and list of news feeds and place it on a separate page altogether, if you find that it is already very long. You could also add the little bit of code that you have to insert, especially if you want some WordPress plugins to work on your blog
Template tags
You also have to learn a little bit something about the template tags that WordPress uses. You have div’s and ul’s and such with a bit of <?php templatetag(); ?> there. Those template tags will allow you to tweak how your blogroll will be like, or whatever element it is you want to change. And you don’t really have to be a geek to do that. You just have to like how to do it as you learn it.
Here is the reference for template tags. Codex page for Template Tags.
<?php the_author(); ?> is an example of a template tag. If you want to display author information (which is the name), use this tag. The one to be displayed is the “public” name of the author, which is in the profile.
More on template tags to follow!
[tags]blogging,blogs,wordpress,themes[/tags]
Related Articles
- When Your Wordpress Theme Keeps Reverting To Default
- WordPress themes: A gentle introduction
- Illacrimo Theme for WordPress Released
- Modifying your sidebar contents
- Blog theme frenzy on WordPress
Our Features
-
Design and Themes
Is Your Blog W3C Compliant?
Last night I checked my personal blog’s code hoping I can proudly display the W3C Validated Button. Since I use Blogger and do not really do anything to clean up the code (beyond adding Alt-tags to the images I embed) I wasn’t surprised at all to find that my blog contained lots of errors – [...]
Read on
More Design and Themes Features -
Software and Widgets
Wordpress Plug-ins
If you blog using Wordpress and can’t do something that you want done like adding Sphere-related content at the end of your blog posts you might be surprised to find out that there are already plug-ins available that make it happen.
Read on
To find good Wordpress plug-ins all you need to do is search for “wordpress [...]
More Software and Widgets Features -
Reviews
A Friend In Need
I’m helping out my friends from the UA&P – IShareHappiness Blog Team.
Read on
Whenever you feel pessimistic, angry, troubled, frustrated, and depressed – what have you – you need someone to talk to. Someone who could help you be more optimistic and help make you feel that there is hope. Sometimes it’s hard to talk to someone [...]
More Blog Reviews -
Monetization
Review: Logical Media
Logical Media is one of the innovative services that pay for ad placement within blogs. Do you have a blog and are you seeking a way to make additional money from the blog? Are you seeking a way to offset other programs with the use of ads? Through the registration with Logical Media, the blogger [...]
Read on
More Monetization Features -
Marketing and Search Optimization
Search Rank Drop and False Alarms
Happy Holidays!
Read on
What are the chances of someone being concerned about their blog’s search ranking dropping on Christmas Eve? I have no idea but then again if I’m writing about it right now then there’s probably someone somewhere around the world doing SEO at this very minute.
If you have experienced a sudden drop in ranking, [...]
More Marketing and SEO Features
SUBSCRIBE
CATEGORIES
- Blog Tutorials News
- Design and Themes
- Featured Articles
- Marketing and Search Optimization
- Monetization
- Software and Widgets
- Writing
Bloggy Awards
- Princess Know It All
- Single Independent Sistah
- BULLy the BEAR
- Lady Loves Pinstripes
- The Reyes Report
Blogger Jobs
- Contribute to online education!
- Wanted: Entertainment Writer/Researcher
- Seeking a Long-Term Blogger/Webmaster/Virtual Assistant/ To Run Family Friendly Websites
- Hippie Magazine is looking for writers!
- Where all you have to do is link…

CONTRIBUTORS
RESOURCES
- Blog Herald
- Blog Network Watch
- Copyblogger
- Daily Blog Tips
- Japanese Blogs
- Lorelle on WordPress
- Problogger




