编辑整理:整理来源:优酷,浏览量:131,时间:2023-04-15 07:32:01
今有用朋友问我的WordPress主题首页是怎样实现指定内容固度缩略图显示的,我想既然朋友问了,那就一定要帮忙了所以准备把具体的代码及用法公布一下,其实也就是利用WordPre来自ss自定义域实现的,希望对大家有帮助啊!
完整代码如下:
<?php w维长铁值江线很说题头种hile (have_posts()) : the_post(); ?>
<?php query_posts(“showposts=5&cat=7″ ); ?>
<h2><a href=”<?php the_permalink() ?>” rel=”bookmark”><?由php the_title(); ?></a></h且庆坐景烧即块风短应游2><div class=”meta”>[<?php the_time('j M Y') ?> | <?p任航息停积院买电坚支hp comments_popup_link('No Comment', 'One Comment', '% Comments');?> | <?php if(function_exists('t环头的he_views')) { the_views(); } ?>]</div><a href=”<?php the_permalink() ?>” rel=”bookmark” titl般永找头土钟威房e=”Permanent Link to <?php the_title(); ?>”>
<img src=”<?php $key=”image” ; echo get_post_meta($post->ID, $key, true); ?>”
alt=”<?php the_title(); ?>” width=”109px” height=”100px” />
</a>
<?php the_excerpt(); ?>
<a href=”<?php the_permalink() ?>” rel=”bookma鸡rk” title=”Permanent Link to <?php the_title(); ?>”>Read the full story »</a>
<?php endwhile; ?>
代码分解:
<?php query_posts(“showposts=5&cat=7″ ); ?>
这段代码的意思就是调用的分类id为 7 ,并且只显示 5 篇日志。
<h2><a href=”<?php the_permalink() ?>” r胶景层回el=”bookmark”><?php the_t挥边字itle(); ?></a></h2>
<div class=”meta”>[<?php the_time('j M Y') ?> | <?php comments_popup_link('No Comment', 'One Comment', '% Comments');?> | <?php if(function_exists('the_views')) { the_views(); } ?>]</div>
这段代码的作用是调用日什径板宪犯考在什粒志标题及想信息
<a href=”<?php the_permalink() ?>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”>
<img src=”<?php $key=”image” ; echo get_post_meta($post->ID, $key, true); ?>”
alt=”<?资范php the_title(); ?>” width=”109委诉比形兵高谓院混px” height=”100px” />
</a>
这段代码的作用是调用日志的图片,不过需要在撰写日志的时候新建一个image自定义域啊。 其中width=”100px代表图片的宽度 height=”能己100px”代表图片的高度。
<?ph半于标跟市紧p the_excerpt(); ?>
<a href=”<?php the_permalink() ?>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”>Read the full story »</a>
wordpress 获取指定分类,wordpress 获取指定分类,wordpress 获取指定分类
作者:整理来源:优酷,时间:2023-04-15 07:32,浏览:132