css - 如何做一个wordpress链接 block ?

标签 css wordpress

有没有人对将以下内容变成链接 block 的 css 有想法?

<div class="one_third"> 
<?php
//The Query
query_posts('posts_per_page=1&cat=15');
    //The Loop
    if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<small><?php the_time('F jS, Y') ?></small>
  <?php if ( has_post_thumbnail()) the_post_thumbnail('medium-thumbnail'); ?>
<div class="entry">
<p><a style="display: block;" rel="bookmark" href="<?php the_permalink(); ?>"><?php echo strip_tags(get_the_excerpt());?></a></p>

抱歉,没有符合您条件的帖子。

谢谢

最佳答案

@索蒂里斯

很抱歉回复晚了只能在下类时间才能在这个网站上工作。

 <div class="one_third">    
    <h2><a href="http://localhost:8888/edinburghshiatsuclinic/news-offers/news-letters-suday-test-post/." rel="bookmark" title="Permanent Link to News Letters Suday test post">News Letters Suday test post</a></h2>
<small>May 15th, 2011</small>
  <div class="thumbnail"><a href="http://localhost:8888/edinburghshiatsuclinic/news-offers/news-letters-suday-test-post/." title="News Letters Suday test post"><img width="190" height="140" src="http://localhost:8888/edinburghshiatsuclinic/wp-content/uploads/2011/05/front-page3-200x147.jpg" class="attachment-medium-thumbnail wp-post-image" alt="front-page3" title="front-page3" /></a></div>    <div class="entry">

    <p><a style="display: block;" rel="bookmark" href="http://localhost:8888/edinburghshiatsuclinic/news-offers/news-letters-suday-test-post/.">Suspendisse tempus semper dignissim. Pellentesque ac tempus ligula. Aenean eu nisi eu mi consequat vehicula venenatis et leo. Praesent ornare aliquam ultricies. Nunc justo tellus, varius quis viverra a, scelerisque non justo. Suspendisse leo turpis, elementum in dignissim sed, facilisis &hellip; Continue reading &rarr;</a></p>
</div>
</div>

关于css - 如何做一个wordpress链接 block ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6243949/

相关文章:

css - 如何在鼠标悬停在表格行中时覆盖 CSS 样式?

html - CSS 文本布局问题

php - 在 Woocommerce 单一产品的标题后添加特定产品属性

css - 将带有链接的图像居中

html - 删除wordpress网站 slider 上方的文本

css - wordpress中的自定义样式表标签

CSS 悬停效果?

javascript - Firefox CSS悬停错误

html - 如何正确对齐 Bootstrap 中的工具栏?

wordpress - 同一台服务器上的多个站点和 SSL 问题