I need vote up and down button on homepage
HI,
i need the vote up and vote down button on the homepage excerpt exactly same as it is inside idea single page.
Currently i am able to display it by making it
<?php if ( !is_singular( IDEAX_PTYPE ) ) echo ideax_vote_arrows(); ?> in content-idea.php page but it is not able to do ajax request. I even tried putting idea-single.
js on homepage.
Please give me stepwise solution. It is kind of urgent.
Thanks in advance.