在WP MU中显示Thumb的正确URL

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在WP MU中显示Thumb的正确URL相关的知识,希望对你有一定的参考价值。

http://www.binarymoon.co.uk/2009/10/timthumb-wordpress-mu/
  1. $theImageSrc = 'path/To/Image.jpg';
  2. global $blog_id;
  3. if (isset($blog_id) && $blog_id > 0) {
  4. $imageParts = explode('/files/', $theImageSrc);
  5. if (isset($imageParts[1])) {
  6. $theImageSrc = '/blogs.dir/' . $blog_id . '/files/' . $imageParts[1];
  7. }
  8. }

以上是关于在WP MU中显示Thumb的正确URL的主要内容,如果未能解决你的问题,请参考以下文章

php Alterarfunçãoquegera URL |样式表目录em WP MU - Corrigindo Erro 404 Subdiretório.php

WP Editor - wp_editor() 在 ajax 调用中未正确显示

让 Wordpress 显示每月存档的代码?

php [WordPress] [WP Rocket]自定义功能(MU)插件的Boilerplate。

WP 主题在 FF 中无法正确显示

php WP迁移DB Pro迁移后清除Elementor缓存 - 必须使用插件(mu-plugins)