Link to home
Start Free TrialLog in
Avatar of Sumesh BNR
Sumesh BNRFlag for India

asked on

how to insert code of wordpress random post plugin in my wordpress website

I have an WordPress site and i am using mystique theme I have downloaded random post plugin and activated how do I integrate in to my theme ?I am using mystique child theme.

I followed and downloaded the plugin from here http://www.gopiplus.com/work/2011/05/28/wordpress-plugin-random-post-slider/#.UIEyIa5esdU

please help where I can include Plugin configuration

Add directly in the theme: Use this code,
<?php if (function_exists (gopiplushome)) gopiplushome(); ?> to add the gallery to your theme files.

Add the gallery in the page : Use the given short code in the page to render the galley into pages.
Short code: [WP-POST-SLIDER]
Avatar of Jason C. Levine
Jason C. Levine
Flag of United States of America image

Which part of the above is giving you trouble?  If you want to add the random post generator to a template file, use the PHP snippet.  To add it in the Visual Editor, use a shortcode.
Avatar of Sumesh BNR

ASKER

template file ? which template files? I am using mystique child theme .Visual Editor, use a shortcode. ?
Have you worked with WordPress before this?
no
Did you mean adding this to style.css?
ASKER CERTIFIED SOLUTION
Avatar of Jason C. Levine
Jason C. Levine
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks i could see that when I insert this code to a post when I am open that post it will show another posts .But how can I insert in to home page?
Any helps?