我在我的主頁中有一些鏈接,我想迫使它們在index.php而不是single.php中打開。我如何強制循環/鏈接使用Index.php而不是Single.php
這可能嗎?
<div id="RightBar">
<?php query_posts('category_name=new_publish&showposts=100'); ?> <?php while (have_posts()) : the_post(); ?>
<a class="Publish_Num" href="<?php echo get_post_permalink(); ?> ">
<?php echo rwmb_meta('_mb_monthly_number'); ?>
</a>
<?php endwhile;?>
</div>
<?php wp_reset_query() ?>
你是什麼意思與「我要強迫他們打開?」。 –