Link to home
Start Free TrialLog in
Avatar of adimit19
adimit19Flag for Canada

asked on

Word Press: Add code to run plugin

First off I am a wordpress beginner just having looked at wordpress for the first time 30 minutes ago.

I installed a slideshow viewer into wordpress.

I added photos to the slideshow viewer

Now all i want is to see the slideshow on my page.

To see the slideshow viewer on my page, I am given the following instructions by the slideshow viewer I installed (WP Photo Album Plus ):

To use this slideshow in your website either add this piece of short code to your posts or pages:

[slideshow_deploy id='9']

Or add this piece of code to where ever in your website you want to place the slideshow:

<?php do_action('slideshow_deploy', '9'); ?>

In word press I clicked on TEXT and added the code at the top of the page hoping to see the slideshow at the top of the page, but nothing happened.

What do i have to do to see the slideshow at the top of the page.
SOLUTION
Avatar of Paul Sauvé
Paul Sauvé
Flag of Canada 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
SOLUTION
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
SOLUTION
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
SOLUTION
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
ASKER CERTIFIED SOLUTION
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
Avatar of adimit19

ASKER

thank you. Now that my slideshow is visible, I will try to get rid of the theme and create a child theme