Hi again, hopefully someone can show me what i'm doing wrong here, i've changed the headline button to link to a catagory and also changed the code in the index.php file from this...
echo '<a href="'.get_permalink($k_option['mainpage']['buttonLink']).'"
to this...
echo '<a href="'.get_category_link($category_id).'"
but it's still not working, now it just links to the homepage, not sure what's going on, i saw this thread that had been put up about 8 months ago with this very thing, and it seemed to work for him.














