Multiple post ids

Hi,

I downloaded a free theme for Wordpress for a feature it had a portfolio section http://demo.kolakube.com/kolfolio/ however, I can only add this feature on 1 page and I need to add it to multiple pages. I can only add one post ID at the moment, is there anyway I can change this to have multiple pages from the page IDs?

So far the only code i’ve found relating to post ids is

<code>function kf_portfolio_meta()
{
global $post;
$custom = get_post_custom($post->ID);

$teaser_image = $custom['teaser_image'][0];
$teaser_desc = $custom['teaser_desc'][0];

?>
</code>

Any suggestions?

Hi,

Unfortunately, the theme’s author explicitly states that this is not possible.
http://kolakube.com/forum/index.php?/topic/1401-possible-to-add-more-than-one-portfolio-page/

For the amount of effort it would take to circumvent this limit, you’re probably better off looking for another portfolio theme.
A quick Google search turns up a ton of results. For example: 34 eye-popping wordpress portfolio themes

Alternatively, I notice on the Kolfolio site that you can remove their branding from the theme for $25, so perhaps they can help you up the portfolio limit for a small donation?
Might be worth a try.

HTH