HD Quiz

Widget for hd quiz ¿?

Published: December 19, 2019
Support status: closed

Widget for hd quiz ¿?

This thread has been imported from harmonicdesign.ca/hd-quiz/

thread author: Juan Sales

Hi Juan,
there is not widget for HD Quiz, and no plan to create one in the future. However, with that said, there are some easy options for you.

PHP
I don’t know why you want a widget or where you plan to put the widget, but WordPress has a built in function called do_shortcode() that will allow you to display any shortcode anywhere in your theme!

PHP Widget Plugin
If you are not comfortable editing your theme or plan to use a widget in an existing sidebar, then you can try to install the free PHP Code Widget plugin:

PHP Code Widget

. This plugin adds a new widget called “PHP Code”, and with it you can add the shortcode for HD Quiz with ease. If you go this rout, then when using the widget, the following is the code you’ll want to enter:

<?php echo do_shortcode("XXXXXXX"); ?> replaceing the XXXXXXX with the shortcode for your quiz.

19 December 2019 — 15:51 support admin - Dylan

If you are enjoying HD Quiz please leave a review here on the official WordPress.org page. HD Quiz is developed by me, just some dude, and is supported and available for free. It may seem dumb, but truly nothing makes me happier than knowing that people are using and loving HD Quiz and my hard work.

This thread has either been marked as complete or has been automatically closed due to inactivity.