Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Plopfolio - Easy portfolio - Support
#5
Hi!
Sorry for the late reply, I didn't get any notification!

Here are two exemples:
http://plopcom.fr/plopfolio.html
http://amandinelle.fr/projets.php

cheers

(2013-03-07, 02:13:32)jesusda Wrote: Hi!

Nice idea. I think is a good new to have a portfolio plugin. Wink

There are any example to vew how it looks?

Thanks Wink
jEsuSdA 8)

Hi Timbow, sorry for the late reply.
In your template you have to add

PHP Code:
$entriesSorted returnPortfolioEntries();
foreach (
$entriesSorted as $entry) {
//loop on the entries
//end foreach 

each entry is an array. Data available are:
PHP Code:
$entry['name'];
$entry['visuel'];
$entry['thumb'];
$entry['month'];
$entry['year'];
$entry['client'];
$entry['desc'];
$entry['url'];
$entry['keywords']; 

I will make something easier next version. A shortcode will do fine.
thanks for your post.

(2013-03-07, 03:43:47)Timbow Wrote: Hi Gaëtan,

I downloaded the plugin but have not yet been able to get a result. Is it like a gallery? I was able to enter the urls of some images in the PAGES tab but I don't understand the Usage or the Entries in the PLUGINS tab. What do I put in my template or my page to make it work?
Reply


Messages In This Thread
RE: Plopfolio - Easy portfolio - Support - by Petit_Nuage - 2013-03-21, 05:06:13



Users browsing this thread: 1 Guest(s)