Jump to content
  • 0

Карта сайта


line
 Share

Question

У меня в этом коде отражаются только страницы.

Пожалуйста подскажите сделать чтобы и записи тоже были видны и рассортированы по категориям

map.jpg

<?php
/*
Template Name: Archive Page
*/
?>

<?php get_header(); ?>

<div id="content">

<div id="contentleft">

<div class="postarea">

<div class="breadcrumb">
<?php if (class_exists('breadcrumb_navigation_xt')) {
echo 'Browse > ';
// New breadcrumb object
$mybreadcrumb = new breadcrumb_navigation_xt;
// Options for breadcrumb_navigation_xt
$mybreadcrumb->opt['title_blog'] = 'Home';
$mybreadcrumb->opt['separator'] = ' / ';
$mybreadcrumb->opt['singleblogpost_category_display'] = true;
// Display the breadcrumb
$mybreadcrumb->display();
} ?>
</div>

<h1>Карта сайта</h1>


<DIV class="archive">

<p align="left"><b>Страницы:</b></p>
<p align="left"><b>
[b][u]<ul>
<?php wp_list_pages('title_li='); ?>
</ul>[/u][/b]
</b></p>




</div>

</div>

<?php include(TEMPLATEPATH."/sidebar_post.php");?>

</div>




<?php get_footer(); ?>

Edited by line
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

да

точнее мне нужна исправить строчку чтобы был не просто список страниц

<?php wp_list_pages('title_li='); ?>

а к каждой странице прилагались заметки (этой категории)

я представляю это но не могу написать кодом

Edited by line
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy