Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I have updated some HTML via the .PHP file in a storefront theme in this file

wpsc-single_product.php

I got the desired effect, but I don't know if I should be editing theme php files directly.

If not here, where can I edit HTML for my theme files. I'm adding another button next to the Add to Cart button.

Thanks in advance.

share|improve this question

1 Answer

up vote 2 down vote accepted

In general modifying theme files is normal, however that depends on specifics of the theme and it is highly recommended to make use of Child Theme for modifications (if possible).

share|improve this answer
someone is blanket downvoting my posts..fix! – Hiro Protagonist Oct 14 '12 at 16:08
1  
@Hiro Protagonist if you have a problem requiring moderator attention please post about it on meta. – Rarst Oct 14 '12 at 16:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.