[wordpress插件] Content and Image Teaser内容和图像预告片

wordpress 插件 文章 2020-03-31 21:40 511 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

This plugin limits content on front or archive page after set number of words, add gettexted more link to the end of it , pull out only wordpress allowed html tags, check if any xhtml tag is unclosed and close it, take and resize

此插件在设置了单词数之后限制了首页或存档页面上的内容,在其末尾添加了更多的gettexted链接,仅拉出wordpress允许的html标签,检查是否未关闭任何xhtml标签并关闭它,并调整其大小

first image from the post.

帖子中的第一张图片。

In your theme file find

在主题文件中找到

 <?php the_content('阅读更多...'); 

?>

?>

And replace it with

并替换为

 <?php content(100,__('(more ...)')); 

?>

?>

安装步骤

    1. Unzip the content-and-image-teaser.zip file.
    2. 解压缩content-and-image-teaser.zip文件。

    3. Upload the content-and-image-teaser folder to the /wp-content/plugins/ directory.
    4. 将content-and-image-teaser文件夹上传到/ wp-content / plugins /目录。

    5. Activate the plugin through the ‘Plugins’ menu isn WordPress.
    6. 通过“插件”菜单激活插件不是WordPress。

    7. Place following code in your theme (index.php, archive.php) within the loop:
    8. 在循环内的主题(index.php,archive.php)中放置以下代码:

     <?php content(100,__('(more ...)')); 

    ?>

    ?>

下载地址
https://downloads.wordpress.org/plugin/content-and-image-teaser.zip
-EOF-

AI助手支持GPT4.0