Linux 软件免费装
Banner图

Filterable Portfolio

开发者 sayful
更新时间 2023年8月8日 22:35
PHP版本: 7.0 及以上
WordPress版本: 6.1
版权: GPLv3
版权网址: 版权信息

标签

portfolio portfolio gallery filterable portfolio portfolio plugin wordpress portfolio sortable portfolio images portfolio responsive portfolio wp portfolio wordpress portfolio plugin filtrable portfolio project portfolio

下载

1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.3.2 1.4.0 1.5.0 1.6.2 1.5.1 1.6.0

详情介绍:

A WordPress Portfolio plugin to display portfolio/project images to your site. Features Usages If you are using Gutenberg Block Editor (WordPress 5.0 or later), search 'Filterable Portfolio'. There is a dedicated 'Filterable Portfolio' block with live preview for Gutenberg Block Editor. After installing and activating the plugin, a new custom post type called "Portfolios" will appear at your WordPress Admin area. Just create your Portfolio from the "Portfolios" menu & paste the following shortcode where you want to display this Portfolio: [filterable_portfolio] The shortcode can include following attributes. Example 1: [filterable_portfolio featured='yes' show_filter='no'] Theme Integration Filterable Portfolio works with most theme out of the box. But the following theme support its full features like single, archive and taxonomy template. Filterable Portfolio is fully integrated with the following themes.
  1. Shapla - https://wordpress.org/themes/shapla/

安装:

Installing the plugins is just like installing other WordPress plugins. If you don't know how to install plugins, please review the two options below: Install by Search If you still need help. visit WordPress codex

屏幕截图:

  • Screenshot of Theme two.
  • Filterable Portfolio in Gutenberg Block Editor.
  • List of portfolios in admin dashboard.
  • Filterable Portfolio settings.
  • Filterable Portfolio edit page.

升级注意事项:

Upgrade the plugin to get latest feature and faster speed and compatibility with new version.

常见问题:

After changing portfolio slug, portfolio link is not working.

After change portfolio slug, you need to regenerate permalink. To regenerate permalink, go to Settings --> Permalinks from WordPress admin and press on "Save Changes" button.

How to use Filterable Portfolio in Gutenberg Block Editor (WordPress 5.0 or later)

Filterable Portfolio is first class citizen in Gutenberg Block Editor. Just search 'Filterable Portfolio'. There is a dedicated 'Filterable Portfolio' block with live preview for Gutenberg Block Editor.

I want to remove Project Date. Is it possible?

You can add, remove or modify any field using filter hook. filterable_portfolio_meta_box_fields Here is an example to remove Project Date. `function filterable_portfolio_remove_product_date( $fields ) { // Remove product date unset( $fields['_project_date'] ); return $fields; } add_filter( 'filterable_portfolio_meta_box_fields', 'filterable_portfolio_remove_product_date' );` Here is a list of all default meta fields: _project_images, _client_name, _project_date, _project_url

更新日志:

version 1.6.2 - 2022-09-23 version 1.6.1 - 2022-07-22 version 1.6.0 - 2022-07-17 version 1.5.2 - 2022-06-23 version 1.5.1 - 2021-08-01 version 1.5.0 - 2019-11-17 version 1.4.0 - 2019-01-31 version 1.3.2 - 2018-05-11 version 1.3.1 - 2017-12-09 version 1.3.0 - 2017-10-12 version 1.2.2 - 2017-06-22 version 1.2.1 - 2017-03-27 version 1.2.0 - 2017-03-21 version 1.1.2 - 2017-03-20 version 1.1.1 - 2017-03-13 version 1.1.0 version 1.0.1 version 1.0.0