Viewing 3 replies - 1 through 3 (of 3 total)
  • Hiya @ren3784,

    The best and most update-proof way to do that is to create a custom template and call the functions you need there.

    You’ll find all you need to know about how to structure the template in wordpress-ecommerce/marketpress-includes/themes/Themeing_MarketPress.txt

    All the required functions can be found with inline documentation in wordpress-ecommerce/marketpress-includes/template-functions.php

    Thread Starter ren3784

    (@ren3784)

    Thanks! Somehow it was easier to make than I expected…

    However when I called the functions, the title was still on top of the photos so I tried to copy the functions over to my template so that I could edit it.

    Of course that made an error for calling the function twice, so I still had to edit template-functions.php. I didn’t want to rename the function just to change one thing, duh, and deleting it from template-functions.php and moving it over to my template wouldn’t help if there was an update either.

    It’s working the way I have it now, but if there is an update, it will erase my little switch (I wouldn’t mind fixing it right quick)… …. So basically I’m not sure how to switch the title around without messing with that file.

    @ren3784

    the only thing i would suggest if going the template way would be to create a child theme and modify that. That way it wouldn’t be overwritten by an update.

    Cheers

    tom

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Switch Around Photo and Product Title in Product Listing’ is closed to new replies.