Viewing 2 replies - 1 through 2 (of 2 total)
  • You should not use <?php inside <?php.

    This code shown below should work.

    echo '<td width="200px"><a href="';
    the_permalink();
    echo '" title="';
    the_title();
    echo '">';

    Thread Starter jvan

    (@jvandelaar)

    Thanks heaps Ounziw! Worked a treat!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘"the_permalink()" issue’ is closed to new replies.