I’m sorry but we don’t really have time to watch videos here. Please explain your problems here – in text.
Well its hard….
My template wont make the slideshow plugin work. . . If i chang the template to some other, it will fine show the slideshow.
So im adding the plugin rigth, but im missing some “hooks”.
I added the “<?php wp_head(); ?>” to header, and also the “<?php wp_footer(); ?>” for footer, but i guees im still missing something.
sry…. i ofc mean theme, not template. sry.
What theme are you using? Where did you download it from?
A costum theme i created myself….
Im trying to make it work….
But plugin wont work yet. . . Im missing “hooks”.
Have you tried asking the plugin’s author for assistance via his/her forum?
At 1:48 when showing your page.php, there seems to be no call to get_footer()
Suppose the plugin hooks to wp_footer() that you already have in footer.php, still the page.php is missing it.
Also, it’s wrong to have nothing in index.php.
Oki. Why is it wrong not to have anything in index.php? Its seems i can do oki without?
Thx alot, it worked with the get_footer() in page.php π Ofc. π
The slideshow is working perfectly now.
But that index thing… Why do i need it? When it seems i can do wihtout? I called the page “Forside” as my frontpage, as if i told it not to use index.php at all??
In short, it’s the default and will be used when no other template in the hierarchy is found.
Theme Development
http://codex.ww.wp.xz.cn/Theme_Development
Template Hierarchy
http://codex.ww.wp.xz.cn/Template_Hierarchy