to allow visitors on your site to add the desired page from your site to Zorpia Gossip and vote for it.
Find the current theme's folder which is under wp-content/themes, (or find it at the wp admin center --> Presentation --> Theme Editor) and edit single.php (if there is theloop.php, edit theloop.php instead): put the following code between and :
you can also edit index.php in the current theme's folder,(similar to editing single.php) to add 1 widget to each entry in your blog homepage.
There is another predefined compact theme(width=200px,height=20px) of the 'Zorpia Thats Hot Box' for your choice, and the relevant code is:
<?php if (function_exists('zorpia_hot_box')) zorpia_hot_box('compact') ?>
If you use the compact theme of the widget, you can also define the font color and background color of the widget, for example, if you expect the font color is #FFFFFF and background color is #000000, just call it:
<?php if (function_exists('zorpia_hot_box')) zorpia_hot_box('compact', 'FFFFFF', '000000') ?>
The reference of function zorpia_hot_box(): zorpia_hot_box($theme = '', $point_font_color = '', $point_bg_color = '', $content_tag_id = '')
Requires: 0.1 or higher
Compatible up to: 0.1
Last Updated: 2007-7-24
Downloads: 449
Got something to say? Need help?