Hi,
I just used the function call above. Which works. However I get a php warning.
Warning: Missing argument 1 for nimble_portfolio_show(),
EDIT : by using echo nimble_portfolio
and changing
function nimble_portfolio($atts) {
to
`function nimble_portfolio() {
in numble-portfolio.php (line 143)
Then all works fine.