이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Portfolio Mgmt.

설명

With Portfolio Mgmt., you can bring the power of portfolio content management to your WordPress website. This plugin registers a custom post type developed specifically for organizing and displaying your portfolio posts. Portfolio Mgmt. will also register custom taxonomies for Services and Portfolio Tags, supports post-thumbnails and comes with a custom widget for displaying recent portfolio posts in your widget ready areas.

Please note that Portfolio Mgmt. will not alter the appearance of your theme when displaying portfolio posts or archives. If your currently active theme does not contain the following optional templates, the next available default template, in the WordPress template hierarchy, will be will be used.

  • single-wap8-portfolio.php – This template should be used for customized single portfolio posts.
  • archive-wap8-portfolio.php – This template should be used for customized portfolio archive view.
  • taxonomy-wap8-services.php – This template should be used for customized Services taxonomy view.
  • taxonomy-wap8-portfolio-tags.php – This template should be used for customized Portfolio Tags taxonomy view.

Please see the WordPress Codex for detailed information about template hierarchies at https://codex.wordpress.org/Template_Hierarchy.

For more information about installation and usage, please read this blog post.

스크린샷

  • A custom portfolio edit screen which can be sorted by client name and filtered by Services or Portfolio Tags.
  • A custom meta box will be added to your editor screen to enter optional meta data.
  • Custom Meta Data Help Tab can be accessed on your editor screen at any time.
  • Template Tags Help Tab can be accessed on your editor screen at any time.
  • Portfolio Mgmt. Documentation is available in the admin.
  • Recent Portfolio Posts widget

설치

You can install Portfolio Mgmt. either via the WordPress Dashboard or by uploading the extracted portfolio-mgmt folder to your /wp-content/plugins/ directory. Once the plugin has been successfully installed, simply activate the plugin through the Plugins menu in your WordPress Dashboard.

If you get a 404 error after publishing a portfolio post, click on Permalinks in your Settings menu and click Save Changes.

As of version 2.0.0, you can now set the labels for the custom post type and its custom taxonomies. Changing the custom post type label will change the permalink for you custom post type archive.

FAQ

My portfolio posts look like my blog posts. How can I change that?

If your currently active theme does not contain the optional templates needed for customized display, the next available default templates, in the WordPress template hierarchy, will be used. If you would like to have a customized single post display, add single-wap8-portfolio.php to your currently active theme and customize that template to fit your design direction.

Does Portfolio Mgmt. support post-thumbnails?

Yes. Please note that Portfolio Mgmt. will only add theme support for this feature if your currently active theme does not already.

Can I change the permalink structure to something custom?

Yes. The custom post type and custom taxonomy arguments are filterable allowing themes and other plugins the ability to change the permalink structure.

Does Portfolio Mgmt. come with any widgets?

Yes. Portfolio Mgmt. comes with 1 widget for displaying up to 10 of your most recently published portfolio posts in any widget ready area.

Is the plugin translatable?

Yes. If you have translated the plugin into your language, please send the translation files to hello@heavyheavy.com for inclusion in future releases.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Portfolio Mgmt.”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Portfolio Mgmt.”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • Initial release

1.0.1

  • Improved PHP DocBlock Documentation
  • Lowered priority of wap8_portfolio_add_menu_page() function to 11
  • Lowered priority of wap8_portfolio_help_tabs() function to 11

1.0.2

  • All functions now have a priority of 10
  • Fixed widget issue where all posts were returning instead of set number
  • Fixed an issue where the custom taxonomy links on the edit screen were not working as intended

1.0.3

  • Updated WordPress compatibility version to 3.5

1.0.4

  • Improved nonce verification for custom meta box
  • Fixed incorrect text domains

1.0.5

  • Change admin menu icon
  • Fixed syntax error

1.0.6

  • Added featured image column to post type edit.php screen

1.0.7

  • Added a checkbox to the custom meta box for setting a case study as featured
  • Added an option to the widget for displaying featured case studies only
  • Updated the Admin Documentation Page to include meta key for featured case studies
  • Updated the Help Tab to include meta key for featured case studies
  • Updated screenshots

1.0.8

  • Allow the custom post type and custom taxonomy arguments to be filtered by a theme or plugin
  • Improved data sanitization for custom meta box
  • Plugin documentation is now a tabbed submenu item

1.0.9

  • Fixed a WP_DEBUG error occurring in custom meta box

1.1.0

  • Fixed an issue with the Unordered List of Services with Links returning incorrect markup.