Re: Can someone explain how to add tabs to the profile page?
Hi guys,
Thanks for the code it worked perfectly for me. However under the new tab in the page content I want to add a products feed from the wp-ecommerce plugin.
So for example my new tab is “my products” instead of the test one above. Usually to put the products on the page you would just put in [productspage] however this isn’t working for me its just throwing up errors. I’ve tried putting it in an echo statement like the above example has wee content
so I’ve put echo ‘ [productspage] ‘;
But this just prints the words [productspage] to the screen. Usualy these keywords would show up all the products on the screen…. any ideas??
Thanks again for the tab code!