timmbbo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing Number of Columns in a Theme?For anybody who’s curious, I did find these helpful articles:
http://www.blogohblog.com/adding-extra-sidebar-to-your-wordpress-theme/
http://bloggingexperiment.com/archives/adding-sidebars-to-wordpress-themes.phpApparently, I was using the wrong terminology. I should be talking about adding a “sidebar”, instead of adding a “column”. I’m a little bummed out on the solutions though. Apparently, I need to make code-level modifications to add a sidebar. So, any time I custom modify the code, this makes upgrades to future WordPress releases more difficult.
Forum: Fixing WordPress
In reply to: How to – Seperate Sidebar and TopBar links?> Edit your theme: the header.php and the sidebar.php template files.
> Everything that is displayed it is done by Template_Tags
> Stepping_Into_Template_TagsSo, you mean I need to go into the code to make this navigation change? Ug. I’d thought there would be some plugin, or combination, to deploy for these changes. Being able to control the navigation of a site would practically be a FAQ, so I would think greater minds than mine have already tackled this issue.
Forum: Fixing WordPress
In reply to: How to – Seperate Sidebar and TopBar links?> just have a list of categories in the sidebar.
Can’t. I’m already using categories for my blog postings, “Engine Upgrades”, “Sound Systems”, ect. If I list categories in the sidebars, then these links for all of these categories show up as well.
Forum: Fixing WordPress
In reply to: How to – Seperate Sidebar and TopBar links?Subject = Cars. My sight is discussing a couple of classic cars, so I want the side links to be “Mustang 67-70”, “Cobra 57”, and “Thunderbird 62”
All of the link structures seem to place the top nav links into the side bar, or place the side links into the top nav bar. I want to keep the two groups completely separate.