Portfolio snippets

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4310
    marko3939
    Member

    Hi,

    Great theme! I am wanting to link the rounded portfolio post snippets on the homepage to a different page than the one it goes to now. How would I do this. Thanks

    #4358
    Raghavendra
    Moderator

    Here is the change you need to make to the file {theme folder}/framework/functions/thumbnail-functions.php file. To make this custom change, pls insert the following line at line number 112 –

    if ($post_type === ‘portfolio’)
    $post_link = get_post_meta($post_id, ‘_portfolio_link_field’, true);

    The image will then link to the external URL you specify in the portfolio edit window (Project URL field).

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.