[wordpress插件] Dig Bloginfo Shortcode您的博客信息简码

wordpress 插件 文章 2020-04-17 01:10 379 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Dig Bloginfo Shortcode fetches the blog info data and allows it to be used as a shortcode in html.

Dig Bloginfo简码获取博客信息数据,并允许将其用作html中的简码。

Examples:

示例:

[bloginfo key='name']

  [bloginfo键='名称']

[bloginfo key='url']

[bloginfo key ='url']

[bloginfo key='description']

[bloginfo key ='description']

Where:

位置:

[bloginfo key=’name’] will return the ‘Blog name’

[bloginfo key ='name']将返回“博客名称”

[bloginfo key=’url’] will return ‘http://www.example.com’

[bloginfo key ='url']将返回“ http://www.example.com”

[bloginfo key=’description’] will return ‘Blog description’

[bloginfo key ='description']将返回“博客说明”

Or use the shortcode to point directly to images in one of your theme’s folder:

或使用简码直接指向主题文件夹之一中的图像:

[bloginfo key='name'] logo

  “

Parameters:

参数:

    • name = Blog name
    • 名称=博客名称

    • description = Blog description
    • 描述=博客描述

    • admin_email = ‘admin@email.com’
    • admin_email =‘admin@email.com’

    • url = ‘http://example.com/home’
    • url =‘http://example.com/home’

    • wpurl = ‘http://example.com/home/wp’
    • wpurl =‘http://example.com/home/wp’

    • stylesheet_directory = ‘http://example.com/home/wp/wp-content/themes/child-theme’
    • stylesheet_directory =‘http://example.com/home/wp/wp-content/themes/child-theme’

    • stylesheet_url = ‘http://example.com/home/wp/wp-content/themes/child-theme/style.css’
    • stylesheet_url =‘http://example.com/home/wp/wp-content/themes/child-theme/style.css’

    • template_directory = ‘http://example.com/home/wp/wp-content/themes/parent-theme’
    • template_directory =‘http://example.com/home/wp/wp-content/themes/parent-theme’

    • template_url = ‘http://example.com/home/wp/wp-content/themes/parent-theme’
    • template_url =‘http://example.com/home/wp/wp-content/themes/parent-theme’

    • atom_url = ‘http://example.com/home/feed/atom’
    • atom_url =‘http://example.com/home/feed/atom’

    • rss2_url = ‘http://example.com/home/feed’
    • rss2_url =‘http://example.com/home/feed’

    • rss_url = ‘http://example.com/home/feedss’
    • rss_url =‘http://example.com/home/feedss’

    • pingback_url = ‘http://example.com/home/wp/xmlrpc.php’
    • pingback_url =‘http://example.com/home/wp/xmlrpc.php’

    • rdf_url = ‘http://example.com/home/feeddf’
    • rdf_url =‘http://example.com/home/feeddf’

    • comments_atom_url = ‘http://example.com/home/comments/feed/atom’
    • comments_atom_url ='http://example.com/home/comments/feed/atom'

    • comments_rss2_url = ‘http://example.com/home/comments/feed’
    • comments_rss2_url =“ http://example.com/home/comments/feed”

    • charset = UTF-8
    • 字符集= UTF-8

    • html_type = text/html
    • html_type = text / html

    • language = en-US
    • 语言= zh-CN

    • text_direction = ltd
    • text_direction = ltd

    • version = 4.6.1
    • 版本= 4.6.1

    Complete list of parameters:

    完整的参数列表:

    Get a complete list of the blog info parameters in WordPress bloginfo function reference<

    WordPress bloginfo函数参考中获取博客信息参数的完整列表 <

    /p>

    / p>

    Localization:

    本地化:

    This plugin is Compatible with WPML, Tested by WPML team

    此插件为与WPML兼容,并由WPML团队测试

安装步骤

The installation is pretty standard:

安装非常标准:

    1. Upload the package contents to to the /wp-content/plugins/ folder
    2. 将包内容上传到 / wp-content / plugins / 文件夹

    3. Activate the plugin through the Plugins menu in WordPress
    4. 通过WordPress中的 Plugins 菜单激活插件

    There are no additional settings to be made.

    没有其他设置。

下载地址
https://downloads.wordpress.org/plugin/dig-bloginfo-shortcode.1.0.4.zip
-EOF-

AI助手支持GPT4.0