Call voting over PHP Code
-
Hello.
I would like to display the current voting of yop poll on my homepage. Therefore I need a code like this (wp polls):
<?php if (function_exists(‘vote_poll’) && !in_pollarchive()): ?>
<?php get_poll(25);?>
<?php display_polls_archive_link(); ?>
<?php endif; ?>
I couldnt find any php code, only the standard [xxx] variables.
Can somebody please help me with this?Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Call voting over PHP Code’ is closed to new replies.