hi...
please advice me how to I set the link on the top-banner sliding door ?
it says it's some kind of category... i tried but to no avail.
please help.
thanks.
regards,
desaintlights.
hi...
please advice me how to I set the link on the top-banner sliding door ?
it says it's some kind of category... i tried but to no avail.
please help.
thanks.
regards,
desaintlights.
forgotten.... here's the link.
You need to make some wordpress categories, and then the slides will link to them automatically.
Hi,
I have made wordpress categories but still they are not linking to the slides. There seems no way of renaming the slides.
Also is there any way of making the index - ie the slides on every page?
Check out the sliding door theme support page. http://mac-host.com/support
I think your site is working, it's just that you don't have any posts in that category yet!
Wayne
I'm having the same problem linking the top banner sliding door to my catagories. the catagory numbers aren't matching up with the catagories I have created.
Deb
I figured it out from the notes on your support page. You suggested that we type in the entire url in the header php file but since it was just a matter of matching the catagory numbers that's all I changed.
It works fine now. thanks!
Deb
Basically, by default the images point to 6 different categories.
If you don't have 6 categories set up in wordpress, or if the categories are empty, then you get that message.
You can change the URL to point straight to a post, see the support forum for how to do that. The forum is at mac-host.com/support
What I think the original poster was asking was how to change the links to something else.
For example, by default it links to ?cat=1,?cat=2 but if you want to make it something else, load your header.php file and change this code:
<li class="bk1"><a href="<?php bloginfo('url'); ?>/?cat=1">Category 1</a></li>
<li class="bk2"><a href="<?php bloginfo('url'); ?>/?cat=2">Category 2</a></li>
<li class="bk3"><a href="<?php bloginfo('url'); ?>/?cat=3">Category 3</a></li>
<li class="bk4"><a href="<?php bloginfo('url'); ?>/?cat=4">Category 4</a></li>
<li class="bk5"><a href="<?php bloginfo('url'); ?>/?cat=5">Category 5</a></li>
<li class="bk6"><a href="<?php bloginfo('url'); ?>/?cat=6">Category 6</a></li>
<li class="bk7"><a href="<?php bloginfo('url'); ?>/?cat=7">Category 7</a></li>This topic has been closed to new replies.