Beskrivning
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/)
Skärmdumpar
Installation
Instructions
- Unzip the plugin archive
- Upload the entire folder wp-foliolio to your plugins folder (/wp-content/plugins/)
- Ensure your wordpress uploads directory exists and is writable (/wp-content/uploads/)
- Activate the plugin through the ‘Plugins’ menu in WordPress
- A new Projects Admin Menu should appear below Comments
- Go to Projects -> Options to configure your preferences
- 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.
- Create a new, blank, page selecting the ”Projects” page template.
- (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
Vanliga frågor
- 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.
Recensioner
Detta tillägg har inga recensioner.
Bidragsgivare och utvecklare
”WP Folio” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”WP Folio” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
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