hi,
I wanted to show a theme function voting($q_item) in custom page which is I created, I tried to use this code ;
$themeclass=qa_load_theme_class(qa_get_site_theme(), 'custom', null, null);
$themeclass->initialize();
but not working, how can I show theme function in custom page ?