我爱占星网 我爱占星网
首页
编程
java
php
前端
首页 编程 java php 前端

wordpress迁移:功能问题

I have migrated my wordpress blog to another server and now I find a problem ...

Some functions do not work.

For example the function of showing the thumbnail of each posts or category listing.

No errors, just does not show anything in the html code.

Example:

<?php the_post_thumbnail ();>

Output = ""

Use This code

if ( have_posts()  ) :  
      $thumb = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID) );
      $url = $thumb['0'];
endif;
     <img src="<?php echo $url;?>"/>

近期文章

  • 带有两个按钮的表单需要两个不同的功能
  • 使用class.phpmailer.php向两个不同收件人发送同一封电子邮件的两个版本
  • 根据条件将数组分离为多维数组
  • 将图像或css样式图标放置在单击的(网格)单元格内
  • 识别第二次鼠标单击网格中的同一单元格
  • 使用foreach时按日期排序
  • 我无法控制linkedIn api返回的记录数
  • PHP登录表单问题
  • mysql join显示复制结果
  • 为COUNT查询连接表
  • 如何在这个类中添加PHP wordwrap?
  • 如何获取Web服务器请求率以动态修改网页
  • 在动态输入中使用datepicker
  • 使用htaccess保护单个URL,但没有SetEnvIf
  • VB.Net和PHP之间的数学差异
  • 在Wordpress中隐藏某个自定义字段
  • 使用php参数创建一个干净的URL
  • 无法设置0%的税率
  • zf2“join as”语法
  • 在哪里查询其他表+ Doctrine

Copyright ©2022 我爱占星 All Rights Reserved.

浙ICP备2022030071号-1

部分图文来自网络,如有侵犯您的版权,请告诉我们删除

友情链接:代码精华