[wordpress插件] CP Image GalleryCP图片库

wordpress 插件 文章 2020-04-04 01:40 549 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Most of the plugins of gallery provide you facility for adding gallery but do not provide SEO friendly gallery URL.

大多数Gallery插件都为您提供了添加画廊的便利,但没有提供SEO友好画廊URL。

This plugin provides you extra SEO friendly features with adding gallery with lightbox on gallery images.

该插件通过在图库图片上添加带有灯箱的图库,为您提供了额外的SEO友好功能。

“CP Image Gallery” add suffix (photos) behide all the gallery link for providing SEO frindly gallery url to make it unique.

“ CP图像库”在所有库链接之后添加后缀(照片),以提供SEO清晰的库URL以使其唯一。

This Plugin let you add gallery with images from backend.

该插件可让您添加来自后端的图库。

And also provide feature for displaying all gallery at one place(Using Shortcode).

并且还提供了在一个地方显示所有画廊的功能(使用简码)。

This Plugin allows you to add lightbox on gallery images.

该插件可让您在图库图片上添加灯箱。

“CP Image Gallery” also provides feature for adding SEO meta value for each gallery and also for diffrent post type.

“ CP Image Gallery”还提供了为每个画廊以及不同帖子类型添加SEO元值的功能。

It provides pagination feature for gallery images.

它提供了图库图像的分页功能。

You can also resize gallery images from bacend feature.

您还可以通过bacend功能调整图库图像的大小。

This Plugin provides run time image resize feature.

该插件提供了运行时图像调整大小功能。

This plugin allows you to easily create an image gallery on any post, page or custom post type.

此插件可让您轻松地在任何帖子,页面或自定义帖子类型上创建图库。

Images of the gallery are can be added and previewed from the metabox.

可以从metabox添加和预览画廊的图像。

Images of gallery can be re-ordered by drag and drop.

可以通过拖放来重新排列画廊的图像。

Features:

功能:

    1. Add custom post type to add “Gallery” from admin area.
    2. 添加自定义帖子类型以从管理区域添加“图库”。

    3. Drag and drop re-ordering
    4. 拖放重新排序

    5. Add gallery to any post, page or custom post type
    6. 将图库添加到任何帖子,页面或自定义帖子类型

    7. Add pagination for gallery images
    8. 为图库图像添加分页

    9. Setting for adding number of images per gallery.
    10. 设置为每个图库添加图像数量。

    11. Setting to turn on or off SEO support for adding meta keywords, meta description as well as meta robots
    12. 设置为打开或关闭SEO支持以添加meta关键字,meta描述以及meta机器人

    13. If more than one image is added to the gallery, the images become grouped in the lightbox so you can easily view the next one
    14. 如果在图库中添加了不止一张图像,这些图像将在灯箱中分组,以便您轻松查看下一张图像。

    15. CSS and JS are only loaded on pages where needed
    16. CSS和JS仅在需要的页面上加载

    17. Images link to Popup(Lightbox) (can be turned off)
    18. 图像链接到Popup(Lightbox)(可以关闭)

    19. Fully Localized (translation ready) with .mo and .po files
    20. 使用.mo和.po文件进行完全本地化(准备翻译)

    21. Add multiple images to the gallery at once
    22. 一次将多个图像添加到图库

    23. Support for fancyBox and prettyPhoto
    24. 支持fancyBox和prettyPhoto

    25. Uses the new WP 3.5+ media manager for a familiar and intuitive way to add your images
    26. 使用新的WP 3.5+媒体管理器以熟悉且直观的方式添加图像

    27. Uses Run time image resizer to resize gallery images.
    28. 使用运行时图像大小调整器调整图库图像的大小。

    Usage

    用法

    Galleries are automatically appended to the bottom of your post/page unless you use the shortcode below.

    除非您使用下面的简码,否则商品将自动添加到帖子/页面的底部。

    Using the shortcode will give you finer control over placement within the content area.

    使用简码可以使您更好地控制内容区域内的位置。

    Plugin settings are located under Settings -> Media

    插件设置位于设置->媒体

    Shortcode Usage

    简码用法

    Use the following shortcode anywhere in the content area to display the all gallery list

    在内容区域的任何位置使用以下简码显示所有画廊列表

    [display_cpgallery]

      [display_cpgallery]

    Template Tag Usage

    模板标签的用法

    The following template tag is available to display all galleries at one place.

    以下模板标记可用于在一个地方显示所有画廊。

    if( function_exists( 'cp_image_gallery_list_page' ) ) {    

      if(function_exists('cp_image_gallery_list_page')){    

    echo cp_image_gallery_list_page();

    回声cp_image_gallery_list_page();

    }

    }

    If you use the template tag above, you will need remove the default content filter:

    如果使用上面的模板标记,则需要删除默认的内容过滤器:

    remove_filter( 'the_content', 'cp_gallery_image_append_content' );

      remove_filter('the_content','cp_gallery_image_append_content');

    Developer Friendly

    对开发人员友好

      1. Modify the gallery HTML using filters
      2. 使用过滤器修改图库HTML

      3. Developed with WP Coding Standards
      4. 使用WP编码标准开发

      5. Easily add your preferred lightbox script via hooks and filters
      6. 通过挂钩和过滤器轻松添加您喜欢的灯箱脚本

      7. Easily unhook CSS and add your own styling
      8. 轻松脱钩CSS并添加您自己的样式

      9. Pass in a different image size for the thumbnails via filter
      10. 通过过滤器为缩略图传递不同的图像大小

      11. Modify pagination query string in url.
      12. 修改网址中的分页查询字符串。

      13. Modify slug from the gallery link url.
      14. 从图库链接URL修改子弹。

安装步骤

    1. Upload the entire cp-image-gallery folder to the /wp-content/plugins/ directory, or just upload the ZIP package via 'Plugins > Add New >

    2. 将整个 cp-image-gallery 文件夹上载到 / wp-content / plugins / 目录,或者仅通过“插件>添加新内容>

      Upload' in your WP Admin

    3. 在您的WP管理员中上传”

    4. Activate Easy Image Gallery from the ‘Plugins’ page in WordPress
    5. 从WordPress的“插件”页面中激活Easy Image Gallery

    6. Configure the plugin’s settings from Settings -> Media
    7. 通过设置->媒体配置插件的设置

    8. Click on “Add New” of the CP Gallery option from the left sidebar in admin area.
    9. 在管理区域的左侧栏中单击CP Gallery选项的“添加新”。

下载地址
https://downloads.wordpress.org/plugin/cp-image-gallery.zip
-EOF-

AI助手支持GPT4.0