Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter orbital2000

    (@orbital2000)

    I mean to say:

    Is it possible to include a button class, with associated php script that links each post to it’s respective full-post page?

    Thanks…

    Thread Starter orbital2000

    (@orbital2000)

    Resolved with the folliwing code:

    <?php if ($post->post_excerpt != "" ) {the_excerpt();}else {the_content_rss('', FALSE, '', 10);}?>
    
    							<p><a class="button" href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">">More >></a></p>
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Custom ‘Read More’ button using <a class=”button” with php’ is closed to new replies.