LulaViolet
Member
Posted 4 months ago #
Hello dear WP-People,
In the 'Footer' of my website will be the Copyrightstuff (copyright©2012 etc) and a link called 'impressum. I've putted the following code into the footer.php:
<?php wp_list_pages('include=118' ); ?>
I expected to see this:
- impressum
But got this:
- pages
- impressum
'Pages' itself is not clickable/ no link. What can I add to the code, that ' - pages ' will disappear?
Thank you a lot for your help.
Which theme are you using?
LulaViolet
Member
Posted 4 months ago #
LulaViolet
Member
Posted 4 months ago #
It looks like '-pages' is a parent of '-impressum'.
- pages
- impressum
Can you provide a link to a webpage with the copyright stuff in footer?
LulaViolet
Member
Posted 4 months ago #
Thanks for your help, your question made me think in a different way. I putted a link to the page with html code :)
<a href="http://...">Impressum</a>
Now everything works fine.
Have a nice day.