duangu9997 2010-09-16 20:12
浏览 32
已采纳

Wordpress帮助显示依赖于页面的帖子类别

I wanting to show a particular post type dependent on the page, so for example I have a blog post type, and I want to show that when the user is at /blog and I have a link post type and want to show those when the user is at /link. Is that possible currently I have this code in my index.php

<?php get_header(); ?>
<div id="content"><!-- CONTENT START -->
<h2><?php echo ucwords($post->post_title);?></h2>    
    <div id="subNavigation"><!-- SUBNAV START -->
        <?php
            if(get_the_title($post->post_parent) == "Members Content") {
                $children .= '<li><a href="forums">Forums</a></li>';
                $children .= '<li><a href="members">Members</a></li>';
                $children .= '<li><a href="groups">Groups</a></li>';
            } else {
                $permalink = get_permalink($post->post_parent);
                $children .= '<li><a href="'.$permalink.'">'. get_the_title($post->post_parent). '</a></li>';
            }
          if($post->post_parent)
              $children .= wp_list_pages("title_li=&child_of=".$post->post_parent."&echo=0");
          else
              $children .= wp_list_pages("title_li=&child_of=".$post->ID."&echo=0");
              if ($children) { ?>
                  <ul>
                      <?php echo $children; ?>
                  </ul>
              <?php } ?>        
    </div><!-- SUBNAV END -->

    <div id="contentMainInterior"><!-- CONTENT MAIN START -->
        <?php while (have_posts()) : the_post(); ?>
            <?php the_content(); ?>
        <?php endwhile; ?>                
    </div><!-- CONTENT MAIN END -->    
    <div class="clear"></div>
</div><!-- CONTENT END -->

  • 写回答

2条回答 默认 最新

查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料