Home Forums Aside WordPress Theme Repeat portfolio link

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6698
    saibhaidupare
    Participant

    i like to create repeat portfolio with different feature images because only 4 portfolio images not looking good on home page. i m trying to create duplicate but i am not able to link to specific page due to different permalink address .

    #6703
    SeaTheme
    Keymaster
    Purchased
    Expired

    The portfolio module is shown for portfolio format posts only. Yes, you need add more portfolio format posts. If you don’t have enough posts, you can use image format post, there is a link option in image format post(paste a portfolio post’s url, use different featured image for image post).

    please edit the ../functions/pagebuilder/modules/portfolio.php, let it show image format post:
    find the code(2 places)
    'terms' => array('post-format-gallery'),
    update to:
    'terms' => array('post-format-gallery','post-format-image'),

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.