Hi,
How can I use external links for portfolio items? I would like to implement a portfolio page and the portfolio widget "Latest Portfolio" in the footer.
Portfolio page:
The item image could be linked to external content by using "Link manually" in "Portfolio Entry - Featured Image", but I don“t get a solution for the title of the item. How can I edit this link or refer to the link of featured image?
Latest Portfolio widget:
Out of the box image and text are refered to "...mysite.../portfolio/item", but I want to refer either to an external content or to the portfolio page. As far as I know the link for the item is set in class-framework-widgets.php:
echo "<a class='news-link' title='".get_the_title()."' href='".get_permalink()."'>";
Is it possible to use the "external link of featured image" instead of permalink?
Matthias














