Linux 软件免费装

Simple Blog Card

开发者 Katsushi Kawamori
ishitaka
更新时间 2024年4月29日 07:30
捐献地址: 去捐款
PHP版本: 8.0 及以上
WordPress版本: 6.5
版权: GPLv2 or later
版权网址: 版权信息

标签

block external link internal link blogcard linkcard

下载

2.21 2.22 2.20 1.21 1.23 1.38 1.04 1.05 1.06 1.07 1.09 1.10 1.11 1.14 1.16 1.18 1.17 1.27 1.31 1.00 1.01 1.03 1.34 1.36 2.02 2.00 2.01 2.03 1.08 1.19 1.22 2.04 2.05 2.10 2.24 1.12 1.13 1.24 1.25 1.26 1.29 1.20 1.33 1.37 2.08 2.06 2.07 2.23 2.25 2.26 1.39 1.02 1.28 1.30 1.32 1.35 1.40 1.15 1.41 2.09 2.11

详情介绍:

Blog card How it works [youtube https://youtu.be/xTicX7DiGjU] Customize /** ================================================== * Filter for CSS file. * */ add_filter( 'simple_blog_card_css_url', function () { $wp_uploads = wp_upload_dir(); $upload_url = $wp_uploads['baseurl']; if ( is_ssl() ) { $upload_url = str_replace( 'http:', 'https:', $upload_url ); } $upload_url = untrailingslashit( $upload_url ); return $upload_url . '/tmp/simpleblogcard.css'; }, 10, 1 );

安装:

  1. Upload simple-blog-card directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

屏幕截图:

  • View2
  • Block
  • Block search
  • Settings

升级注意事项:

1.32 Security measures. 1.31 Security measures. 1.00

更新日志:

[2.26] 2024/04/29 [2.25] 2024/04/27 [2.24] 2024/04/21 [2.23] 2024/04/21 [2.22] 2024/04/21 [2.21] 2024/04/10 [2.20] 2024/04/10 [2.11] 2024/03/31 [2.10] 2024/03/31 [2.09] 2024/03/26 [2.08] 2024/03/25 [2.07] 2024/03/25 [2.06] 2024/03/25 [2.05] 2024/03/24 [2.04] 2024/03/24 [2.03] 2024/03/23 [2.02] 2024/03/23 [2.01] 2024/03/23 [2.00] 2024/03/20 [1.41] 2024/02/09 [1.40] 2024/02/04 [1.39] 2024/01/19 1.38 Fixed an error that occurred when the URL was a file. 1.37 Site information retrieval was changed from cURL to wp_remote_get. 1.36 Rebuild blocks. 1.35 Rebuild blocks. 1.34 Rebuild blocks. 1.33 Supported WordPress 6.4. PHP 8.0 is now required. 1.32 Fixed an issue where protected content could be retrieved with subscriber user. ThanksBob. 1.31 Fixed problem of XSS via shortcode. ThanksDmitrii Ignatyev. 1.30 Fixed a ratio problem with portrait images. 1.29 Fixed problem with sites without description. 1.28 Fixed problem with sites without thumbnails. 1.27 Fixed the display of thumbnails in the same host. 1.26 Host names are now hidden within the same host. 1.25 Host name is now displayed. 1.24 Added escaping of html special characters. 1.23 Fixed a problem in which the site name was not displayed on some sites. Fixed a problem with insufficient string retrieval at some sites. The maximum length of the description in the settings has been changed to 300. 1.22 Fixed a translation issue. 1.21 WordPress 6.1 is now supported. 1.20 Fixed a problem with parameters. 1.19 Supported WordPress 6.0. 1.18 Fixed a problem with parameters. Rebuilt the block. 1.17 Supported WordPress 5.7. 1.16 Added the ability to modify CSS in the admin panel. 1.15 Separated some style CSS for cards as files. 1.14 Added the ability to change the line height of the title, the line height of the description, and the width of the vertical line color. 1.13 Supported WordPress 5.6. 1.12 Added description of shortcode. 1.11 Fixed a translation issue. 1.10 The block now supports ESNext. 1.09 Fixed block loading error. 1.08 Supported open new tab. 1.07 Cache interval change. Fixed problem of timeout. 1.06 Add cache removal option. Add timeout change option. 1.05 Changing the timeout value. 1.04 Added cache function. 1.03 Added input place of URL. 1.02 Changed the parsing method. 1.01 Fixed OGP acquisition issue. 1.00 Initial release.