Noob question about placing code from plugin into template
-
I’ve just installed a plugin called Wp-Carousel
I did it by going to Plug-Ins>Add New
The problem is in the readme text file that came with it it gives these instructions:
== Installation ==
1. Upload
wp-carousel
folder to the/wp-content/plugins/
directory
2. Activate the plugin through the ‘Plugins’ menu in WordPress
3. Place<?php wp_carousel(''); ?>
in your templates== Frequently Asked Questions ==
= How can I edit the carousel’s style =
You can edit the carousel’s images placed in
img
folder (insidewp-carousel
folder).CSS code is located in
carousel-css.php
, inwp-carousel
.————–
So I’ve done 1 and 2, but as far as placing the code in the template i’m lost.
I don’t know which template it is referring too.
I’m assuming it’s one of the php files in Appearance>Editor, but for the life of me can’t figure out which one.
Any help would be greatly appreciated.
Also I don’t understand the information given on how to edit the carousel’s style. I understnad the first line but I get lost with
‘CSS code is located in
carousel-css.php
, inwp-carousel
.’I have no clue what that means. I hope I don’t offend anybody with such a simplistic enquiry.
I hope you can help.
- The topic ‘Noob question about placing code from plugin into template’ is closed to new replies.