Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter metalious

    (@metalious)

    Sorry man but aren’t both of these programs made for php only?
    My problem is I have to insert the feed into a standard html page.
    I unfortunately can’t even rename the index.html to .php.

    Thread Starter metalious

    (@metalious)

    Thanks a million Joe.

    Forum: Plugins
    In reply to: Breadcrumb Hack for 1.01

    Can some one tell me exactly where to paste the code for this last hack [Anonymous].
    Sorry to be such a newbie. But I could not make any sense of the instructions Lennart
    provided regarding where to past the code.
    Plus, is it just me or is the actual code he pasted nonexistent in the index.php?
    My index.php:
    <div id=”content”>
    <?php if ($posts) { foreach ($posts as $post) { start_wp(); ?>
    <?php the_date(”,'<h2>’,'</h2>’); ?>
    <div class=”storycontent”>
    <?php the_content(); ?></div>
    Lennarts Example:
    <div id=”content”>
    <?php get_breadcrumb(); ?>
    <?php if ($posts) { foreach ($posts as $post) { start_wp(); ?>
    This is very confusing.
    Could someone please post the exact code and where it exactly should be pasted in what file?

    Thread Starter metalious

    (@metalious)

    Thanks for the reply.
    I’m afraid I have no idea where to paste that code.
    I would like for the category name to appear directly below the header, logo etc..
    I’ll experiment with pasting it into the index.php somewhere unless someone tells me not to bother.
    Also, can I assume that I can replace the CSS style “h2” with any other style?

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