davidsmoss
Member
Posted 10 months ago #
How do i add an extra column to the "The Fundamentals of Graphic Design 1.3" theme ??
The theme is cool, just i feel that the meta and links would be more appropriate for me on an extra column on the right hand side aswell as the bottom.
Can have a look and help.... click through to Italian Property Consultant to see what i mean.
Any suggesstions ?
You would have to create a new php file - something like r-sidebar.php and enter the code you want displayed in it. Then you would have to adjust the widths of any other existing columns on your main template so the total width including the new column doesn't exceed your original width. The bottom is your footer.php, which WP requires, and it should expand to the width of your layout.
There are 5 files that any theme MUST have - style.css, header.php, sidebar.php, footer.php, and index.php. Anything else you wish to add is your option.