I am trying to replicate a Table of Contents in an article excerpt on a different page. Is this possible or am I chasing a rabbit? I have tried all sorts of editing of the following code from the Index.php page:
<div class="entry">
<img class="header" src="<?php echo $imgpath; ?>" alt="<?php the_title(); ?>" />
<div class="toc">
<?php themefunction_content(110,'[]');?>
</div>
</div>
</div>
Anyone able to help?