• zoomout

    (@zoomout)


    Hi,

    I’m trying to create a custom way to display my work.
    The problem is that I can only display all default arguments, like ($groups, $template_website, $template_group, $sitesperpage, $showAscending) but I can’t manage to display only let’s say thumbnail or site name for a specific project.
    Your customization from documentation doesn’t work for me.
    If I use echo WPPortfolio_getAllPortfolioAsHTML(‘1,2’, $website_template, false); and $website_template = ‘<div class=”portfolio-website”>
    <div class=”website-thumbnail”>%WEBSITE_THUMBNAIL%</div></div>
    than all the arguments are displayed. And I don’t understand why?

    Can you help me with this?

    Thank you,
    Alex

    http://ww.wp.xz.cn/extend/plugins/wp-portfolio/

Viewing 1 replies (of 1 total)
  • Dan Harrison

    (@danharrison)

    I have responded to this via email, however, for everyone else’s benefit, this is what I said:

    Working 100% as designed for me. if you want to hide the group information, you need to pass a space as the group template, not ‘false’. This is documented:

    $template_group – The HTML template to use for rendering a group description (using the template tags above). Specify false to use the group template stored in the settings. To hide the group description, specify a single space character for $template_group. (default is false, i.e. use template stored in settings.)”

    Dan

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WordPress Portfolio Plugin (WP Portfolio)] custom display doesn’t work’ is closed to new replies.