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

WP Folio

설명

About the Plugin

This plugin is unmaintained, please contact me if you wish to take over maintenance.

Support

Please contact me through [my website] (http://mjco.me.uk/contact/)

스크린샷

  • How the Projects Plugin appears in the wordpress admin, very familiar.
  • Example of two listed websites within the Portfolio plugin.
  • How the WP-Foliolio plugin, extends the existing Wordpress Editor.
  • Platform choosing capabilities, works just like standard categories.

설치

Instructions

  1. Unzip the plugin archive
  2. Upload the entire folder wp-foliolio to your plugins folder (/wp-content/plugins/)
  3. Ensure your wordpress uploads directory exists and is writable (/wp-content/uploads/)
  4. Activate the plugin through the ‘Plugins’ menu in WordPress
  5. A new Projects Admin Menu should appear below Comments
  6. Go to Projects -> Options to configure your preferences
  7. Place copies of the php files from the /wp-content/plugins/wp-foliolio/views/ folder into your theme folder /wp-content/themes/your_theme_name/portfolio/ folder.
  8. Create a new, blank, page selecting the “Projects” page template.
  9. (If using a custom menu) Add a link to this page to your menu.

Requirements

  • Only PHP 5+ is supported, although PHP 4 may work.
  • PHP Safe Mode is not supported, you may be able to hack it to work though
  • WordPress 3.x + only

FAQ

I’m getting 404 errors for my project links

Should this occur, the easiest solution to this is to visit the permalinks section of your WordPress admin. This will flush your permalinks settings and should make the site realise the Portfolio plugin is installed.

The plugin isn’t working for me, please help

I will do my best to answer any comments that are left in the official channels (see support section), but I cannot offer any kind of guaranteed support.

The Feature I want isn’t available

This is version 0.1 software. Visit the plugin homepage and leave a comment if you have a feature request, I’m not a plugin developer generally but I will do my best to assist.

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

0.1

  • No Changes as is brand new

0.2

  • Removed <? opening tags from “WPFO_Project.php” due to the requirement to have support defined in php.ini
  • Added <?php opening tags to “WPFO_Project.php”
  • Removed <? opening tags from “template-tags.php” due to the requirement to have support defined in php.ini
  • Added <?php opening tags to “template-tags.php”

0.2.5

  • Added admin option to display “Project” title on Projects Page.
  • Added admin option to display “Project” tags or “Platforms” on Projects Page.
  • Added admin option to diplsay “Project” information on Projects Page.
  • Corrected error in instructions which gave incorrect instructions for placing template files