ballyhoopro
Forum Replies Created
-
Hello,
Yes, we have the paid members plugin.
I know where to find the documentation I just wanted to make sure that I was using the right addons.@angel Love,
code – <?php echo do_shortcode(‘[google-translator]’); ?> – needs to be inserted in the <header> section so you would go to appearance-editor-header.php and insert by itself, meaning that DON’T place inside a <div>
Hope this helps.
Thanks avadh.
Its been a while since I posted this. After playing around with it I figured it out. The home page was structured different than the rest of the pages so I adjusted home page php to match the inner php templates.Not sure if that is good practice but I cannot understand the need to create two different php templates that cannon communicate with each other like this case where Home page had its own structure (header,footer, etc) and the rest of the site has another template structure making it more difficult to reproduce same content like footer, side bars etc.
Anyways, It took me a few hrs but It’s over now.
Cheers!