/    Sign up×
Community /Pin to ProfileBookmark

Having issues with adding php to WordPress function.php?

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,

[url]http://wcdocs.woothemes.com/codex/third[/url] … 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.

[url]http://www.smarterbarcodes.co.uk/phpcontent.docx[/url]

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?

to post a comment
PHP

0Be the first to comment 😎

×

Success!

Help @acknowledged74 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...