Okay
  Public Ticket #215943
Portfolio author
Closed

Comments

  • Nathan started the conversation

    Hi,

    I can't find where to edit the author of a portfolio item.

    If this is not possible, what sort of adjustments do I need to make to the code in shortcode-processing.php?

    Thanks!

    Nathan

  •  8,839
    Tahir replied

    Hey Nathan!

    The portfolio author is the WP user that publishes the post. I dont think changing anything in shortcode-processing would have any effect on it. 

    Thanks


    ThemeNectar Support Team 

  • Nathan replied

    Ah ok, thanks Tahir.

    Do you know how I would go about revealing the author panel when editing a portfolio item?

    I know I can reveal the author panel (to switch authors) for posts and pages and pretty much everything else, but this appears to be purposely disabled for Salient's portfolio items.

    I know with most Wordpress theme portfolios it is usually accomplished by adding author to:

    'supports' => array('title','thumbnail','excerpt','editor','comments')

    But I'm not sure about Salient, so I thought I'd post here. :)

    Nathan

  • Nathan replied

    Just a follow up.

    I was able to accomplish this using wp-types plugin, which allows you to add your own custom fields to a portfolio item (or any post or page in Wordpress). In doing so, you can check the box that enables the author panel when editing a portfolio item or other post type.

    Cheers,

    Nathan