Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter aeropause

    (@aeropause)

    No one have any suggestions?

    Thread Starter aeropause

    (@aeropause)

    well I got the plugin installed, published the post with that code you specified, but still nothing ??

    Thread Starter aeropause

    (@aeropause)

    Oh awesome thanks a lot!

    Thread Starter aeropause

    (@aeropause)

    Hey thanks for the reply. It didn’t output anything though, just a blank screen ??

    Forum: Fixing WordPress
    In reply to: How THis is work?

    I’m finding this too difficult to setup author and commenters photos in the single page. Here is my code I’m hoping someone can modify it to show me where the tags go plus adding the “$authordata” as I have no idea where that goes. I would really appreciate it:

    <?php get_header(); ?>
    <!–include sidebar–>
    <?php include(TEMPLATEPATH.”/l_sidebar.php”);?>
    <!–include sidebar–>
    <?php include(TEMPLATEPATH.”/r_sidebar.php”);?>
    <div id=”content”>
    <!–single.php–>

    <!–loop–>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <!–navigation–>

    <!–post title–>
    <h1 id=”post-<?php the_ID(); ?>”>” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”><?php the_title(); ?></h1>
    <p><b>By <?php the_author(); ?></b> | <?php the_time(‘F j, Y’); ?> <span style=”color:#999999″><?php if(function_exists(‘the_views’)) { the_views(); } ?></span></p>
    <div class=”postspace2″>
    </div>
    <!–content with more link–>
    <?php the_content(‘<p class=”serif”>Read the rest of this entry »</p>’); ?>
    <!–for paginate posts–>
    <?php link_pages(‘<p>Pages: ‘, ‘</p>’, ‘number’); ?>
    <p><b>Topics:</b> <?php the_category(‘, ‘) ?> | <?php edit_post_link(‘Edit’, ”, ‘ | ‘); ?> <?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?></p>
    <div class=”postspace”>
    </div>
    <!–all options over and out–>
    <!–include comments template–>
    <?php comments_template(); ?>
    <!–do not delete–>
    <?php endwhile; else: ?>
    Sorry, no posts matched your criteria.
    <!–do not delete–>
    <?php endif; ?>

    <!–single.php end–>
    </div>
    <!–include footer–>
    <?php get_footer(); ?>

Viewing 5 replies - 1 through 5 (of 5 total)