Ok so long story short, I'm trying to convert my existing HTML and CSS site to a wordpress theme.
Here's my progress
http://malbertdesigns.hostzi.com/?page_id=23
compared to:
http://modenafinefoods.com
Now, I naturally have a few questions that would be WONDERFUL if someone could help me with:
1.Sidebar images for the nav.
I tried for a while to figure this out, but I don't know how I can manually insert my image to go to the correct link, instead of the text as it is set up right now. For example, at http://malbertdesigns.hostzi.com/?page_id=23 I would like to replace the text "Acetum" so that it reflects the link with the correct image, as indicated by this page: http://modenafinefoods.com/acetum.html on the sidebar. In the sidebar code, I don't really understand how the page titles are loaded in as they are not really listed.
2. Another thing that has been driving me batisht crazy, is how I can delete the "pages" text listed above: brands represented.
The HTML source code lists this as:
# <div id="pages-3" class="widget widget_pages"><h1>Pages</h1>
But in the sidebar.php code, the "pages" part isn't listed at all, so I'm not sure how the hell that's showing up. here's the php code:
<?php wp_list_pages('title_li=<h1></h1>'); ?>
Can some kind soul out there please give me a little help? The theme I modified is called "3d-realty".
Thank you very much.