Forum Replies Created

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

    (@digilan2005)

    Wow, thanks a lot!

    Thread Starter digilan2005

    (@digilan2005)

    Here’s my index file, below is my header file.

    <?php
    /* Don’t remove these lines. */
    $blog = 1;
    get_header();
    ?>
    <body>
    <!– Start of StatCounter Code –>
    <script type=”text/javascript” language=”javascript”>
    <!–
    var sc_project=1384183;
    var sc_invisible=1;
    var sc_partition=12;
    var sc_security=”9a54a201″;
    //–>
    </script>

    <script type=”text/javascript” language=”javascript” src=”http://www.statcounter.com/counter/counter.js”></script><noscript&gt;<img src=”http://c13.statcounter.com/counter.php?sc_project=1384183&java=0&security=9a54a201&invisible=1&#8243; alt=”free web page counters” border=”0″> </noscript>
    <!– End of StatCounter Code –>

    <div id=”headerblock”>
    <br><br><br><br><br><br><br><br>
    </div>
    <!– headerblock –>

    <?php if (have_posts()) { while (have_posts()) { the_post(); ?>
    <h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”>
    <?php the_title(); ?>
    <br> Date posted: <?php the_date_xml(); ?>

    <?php if (get_the_author() !== “Flashmagazine News”):
    echo ‘| ‘; sayfa_sayac(1, 0, 1, 1, 1, ‘d.m.Y – H:i’,” , ”,”, ”, ”);
    endif; ?>
    <br>Author: “><?php the_author(); ?></h2>

    <div class=”centreblock”

    <h3 class=”storytitle” id=”post-<?php the_ID(); ?>”><div align=”right”><?php if(function_exists(‘wp_print’)) { print_link(‘<img src=”http://www.blog.digital-landscaping.ca/MyFlashWorld/wp-admin/images/print.gif”&gt; Print This Post’); } ?></div>
    </h3>
    <div class=”meta”>
    </div> <!– meta –>

    <div class=”storyContent”>
    <?php the_content(); ?><?php cjm_insert_catposts(“[postsincategory#5]”); ?>
    </div> <!– story content –>

    <div class=”storyLinks”>
    <div class=”feedback”>
    <?php wp_link_pages(); ?>
    <?php comments_popup_link(‘[Comments (0)]’, ‘[Comments (1)]’, ‘[Comments (%)]’); ?> 

    </div>
    </div> <!– storyLinks –>

    <!–
    <?php trackback_rdf(); ?>
    –>

    <?php comments_template(); ?>
    </div> <!– centreblock –>

    <?php } } else { // end foreach, end if any posts
    ?>
    <div class=”centreblock”>
    Sorry, no posts matched your criteria.

    </div> <!– centreblock –>
    <?php } // end else no posts
    ?>

    <p class=”centerP”>
    <div align=”center”><?php wp_pagenavi(); ?></div><br>
    <div align=”center”>Copyright &copy 2006 Digital Landcaping</div>.

    <?php
    include_once(‘leftcolumn.php’);
    include_once(‘rightcolumn.php’);
    ?>

    <p class=”centerP”><?php echo $wpdb->num_queries; ?> queries. <?php echo number_format(timer_stop(),3); ?> seconds
    <?php do_action(‘wp_footer’); ?>

    <script type=”text/javascript”>
    <?php
    global $userdata;
    if ($userdata) {
    echo “z_user_name=\”” . $userdata->display_name . “\”;\n”;
    echo “z_user_email=\”” . $userdata->user_email . “\”;\n”;
    }
    ?>
    z_post_title=”<?php the_title();?>”;
    z_post_category=”<?php $c=get_the_category();echo $c[0]->cat_name;?>”;
    </script>
    <script id=”stats_script” type=”text/javascript” src=”http://metrics.performancing.com/wp.js”></script&gt;
    </body>
    </html>

    Header file:

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml”&gt;

    <head profile=”http://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”text/html; charset=<?php bloginfo(‘charset’); ?>” />

    <title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>

    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>

    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />

    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <?php wp_get_archives(‘type=monthly&format=link’); ?>
    <?php wp_head(); ?>

    </head>

    digilan2005

    (@digilan2005)

    Did anyone end up setting up a group for this? I too would be interested in this stuff.

    Thread Starter digilan2005

    (@digilan2005)

    Any idea on how to make a function that would work from the optioncount. I tried a bit but haven’t had any success yet…

    Also does anyone know how to display just one category at a time by giving the id?

    Forum: Plugins
    In reply to: editor monkey problem

    Uh, yeah I have the same problem. I backed up my site. Deleted it all and re-installed wordpress and put my old config file and theme files back into the new install. And I STILL get the messed up toolbar buttons !!! How is this possible?

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