vashichino7 Posted October 31, 2012 Posted October 31, 2012 Hey guys I am trying to add the category name on top of the product listing page but I cannot seem to put the correct code. I have product_listing.php opened and am in the correct spot, but what should I enter? <?php echo display category... something... I dont know what the code is, sorry I am not a coder, please help.
♥joli1811 Posted November 1, 2012 Posted November 1, 2012 Hi Try <h1><?php echo $catname; ?></h1> Regards John To improve is to change; to be perfect is to change often.
vashichino7 Posted November 1, 2012 Author Posted November 1, 2012 @@joli1811 Thank you Joli, I was told to place it in the index.php because that is where it is called from in the beginning, I think that should work also! But what I was mainly looking for was "$catname" so yeah.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.