Is that possible, I cant make a menu from my pages list with category name or tag name (or one word).
I can put the page ID and the date, but tags or category name not?!
Riddiculous.
Could you tell me why, please?
Thanks.
And how or what can I do, to add a description or category name or anything (just one word each page name) to the pages list items?
So, I cant fill the post-template.php with get_the_tags?
<?php
$posttags = get_the_tags();
if ($posttags) {
foreach($posttags as $tag) {
echo $tag->name . ' ';
}
}
?>
Thanks, but I know this page, and it cant help my problem.
My question is: how can I build the get_the_tags or the_tags into the “wp_list_pages”?