Hi,
i installed wvb some days ago and now i would not dipalying the buttom in mu html site map page.
I think i have two option:
- insert the php code manually adding some condition
- adding some php row in the page o wouldn't buttom displayed (i have php exec plugin installed
but
could someone suggest me the right php conditional code to do that?
Thanks
http://wordpress.org/extend/plugins/wikiovote-button/
H.-Peter Pfeufer
Member
Posted 1 year ago #
You can choose the position as "manual".
If you choose the position as "manual choice" you have to edit your template-file and add the following code at a position of your choice.
<?php if(function_exists('wikiovote_button')) { wikiovote_button(); } ?>;
Hi Peter and thanks for the answer.
Could you suggest me some code to add for NOT displaying the buttom in a specific/s posts or pages?
Thanks
H.-Peter Pfeufer
Member
Posted 1 year ago #
For this, you can choose shortcode as position and add [wikiobutton] in every post you want to have the button.