wordpress help

wegotitugetit

On the hit list !!!
Messages
7,151
Name
alex
Edit My Images
Yes
as my current gallery is shot i started to look at other avenues and some one mentioned wordpress.

now wordpress is something i have never dabled in so a bit stuck but working things out slowly

anyway i have got a gallery set up on there

LINKY

now i installed wp - e commerce in the hope that when i start the sunday matches with the kids football i might bring in a few quid i know it wont be a lot but i want the option there to sell the images

anyway when i have done the cattegories i can enable them on the home page but if you go to the store there is cattegorys for them shown

any idea ?

but if you look on the home page it is showing the cattegories
 
Last edited:
From memory you need to include this in the template for the page
<?php show_cats_brands(); ?>

or add [showcategories] to a wordpress page
 
and where would this need to go ?

The first code would be hard coded into the template - usually into the sidebar.php file - it depends on the shape of oyur template and where you want it. the second bit of code is simply added to a post or page in the std. wordpress editor

you may also be able to add the same code to the "text widget"
 
Back
Top