【 自有用處 】

如何添加日志缩略图 WordPress

首先,在需要显示插图的文件中查找下面的语句,因为我只需要在显示单独日志的页面上显示,所以只要在 single.php 里查找。
1. < ?php while ( have_posts() ) : the_post() ?>
   2. <div id="post-<?php the_ID() ?>">
在下面添加一句:
   1. < ?php $image = get_post_meta($post->ID, 'sinimg', true); ?>
这一句的作用是控制日志中自定义域的名称,这里设置为sinimg。
接下来,在需要显示插图的位置添加下面的代码来调用这个自定义域:
   1. <div class="singleimg"><img width="120" src="<?php echo $image; ?/>" alt="" /></div>
上面的代码将显示插图的宽度设置为120,并设置了这个图片的 CSS 属性。为了让它在你希望的位置显示使页面更漂亮,就需要相应的布局安排,在主题的 style.css 文件中要增加相应的 CSS 属性设置,对这个元素进行样式化。
< ?php the_content(’Read the rest of this entry &raquo;’); ?>这里,在之前加上代码” title=”< ?php the_title(); ?>”><img src=”<?php $values = get_post_custom_values(”image_thumb”); echo $values[0]; ?/>” alt=”< ?php the_title(); ?>” />
=============
 
1. < ?php while ( have_posts() ) : the_post() ?>
   2. <div id="post-<?php the_ID() ?>">
在下面添加一句:
   1. < ?php $image = get_post_meta($post->ID, 'image', true); ?>
 
<div class="image">” title=”< ?php the_title(); ?>”><img width="120" src="<?php echo $image; ?/>" alt="" /></div>
 
<br /><div class="image"> title=< ?php the_title(); ?>><img width="120" src="<?php echo $image; ?/>" alt="" /></div>
 
</div></div>
 
< <dt>< ?php wp_related_posts(); ?>

更新日:2014/10/22 · 15:33


————本日志版权归花莫笑所有。
日志内的相关图文请勿转载。

Leave a Reply

Your email address will not be published.

[太开心] [二哈] [doge] [太阳] [允悲] more »
Support By henghost
©2006-2023 ファモシャオの声優レコード | WordPress Theme: Cosimo by CrestaProject.