Jump to content

Having issues with adding php to Wordpress function.php?


Acknowledged74

Recommended Posts

Hi

I have a Wordpress setup and theme running nicely. I want to add a shop and Woocommerce has been recommended as the right way to go, so I've installed that nice and easy, but it doesn't work with my theme.

I found this,

http://wcdocs.woothemes.com/codex/third ... atibility/

I am trying to implement the hook. But I'm struggling as I find the instructions unclear.

I'm sure this doesn't need any past knowledge of Woocommerce just of php.

I've added the following to line 31 of the function.php file

add_action('woocommerce_before_main_content', 'my_theme_wrapper_start', 10);
add_action('woocommerce_after_main_content', 'my_theme_wrapper_end', 10);

function my_theme_wrapper_start() {
echo '<section id="maincontent">';
}

function my_theme_wrapper_end() {
echo '</section>';
}

which to be honest is just area of the function.php with a gap. I've copied the function.php content into a Word doc linked to below.

http://www.smarterbarcodes.co.uk/phpcontent.docx

Any help on this would be great, Woo won't help until you have bought additional extensions, but if I can't get it to work, why should I?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.