Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)
  • Thread Starter ninjawanda

    (@ninjawanda)

    Bump

    Forum: Plugins
    In reply to: WordPress stats not working

    I think youre not doing anything wrong but there’s some problems with the plugin. My stats haven’t updated in a week now.

    Thread Starter ninjawanda

    (@ninjawanda)

    Ok so I reinstalled it but it’s still not working. Maybe it’s because my version of wordpress isn’t tested with the plugin..

    Do you know an other good plugin for adding a thumbnail to your post?

    EDIT: I just deleted the whole Related Posts bit and everythings fine now. Topic resolved 🙂

    Thread Starter ninjawanda

    (@ninjawanda)

    YES! Thank you! It works now. I had to input a second ” after title=” like you said.

    Thanks a lot 🙂

    EDIT: Oh wait, somethings still wrong. I’m gonna reinstall the plugin.

    Thread Starter ninjawanda

    (@ninjawanda)

    Arent those two codes the same?

    I can’t find that line in my single.php

    Hey, ive been trying out new themes on my test site so the one that im asking the qeustion for is ninjawanda.com. as you can see now the newest post doesnt look very good on the main page…

    hmmppfff 🙁

    Ive had this problem for a couple of days now, Reinstalled 5.1, updated to 5.2 and 5.3 but still no stats showing.

    Thank you. I’ve tried that but now this happens:

    Soz, this is the original code that came with the theme:

    <?php get_header(); ?>
    <div id="mid" class="fix">
    	<div id="mainCol" class="fix"><a name="main"></a>
    	<?php if (have_posts()) : ?>
    	<?php while (have_posts()) : the_post(); ?>
    		<div id="postMain">
            <div class="post" id="post-<?php the_ID(); ?>">
    			<div class="postMeta"><span class="date"><?php the_time('M j, Y') ?></span><span class="comments"><?php comments_popup_link('0', '1', '%'); ?></span></div>
    			<h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title() ?></a></h2>
                <h5><?php the_tags(); ?></h5>
    			<div id="mainEntry" class="entry">
                <div id="introIMG"><a href="<?php the_permalink() ?>" class="Tips2" title="Read More :: Click here to read the rest of this entry."><img src="<?php $key="thumbnail"; echo get_post_meta($post->ID, $key, true); ?>"/></a></div>
    			<a href="<?php the_permalink() ?>" class="Tips2" title="Read More :: Click here to read the rest of this entry."><p><?php the_content_rss('', TRUE, '', 200); ?></p></a>
    			</div>
    		</div>
            </div>
    		<?php endwhile; ?>
    		<?php else : ?>
    		<div class="post">
    			<div class="postMeta"><span class="date">No Matches</span></div>
    			<h2>No matching results</h2>
    			<div class="entry">
    			<p>You seem to have found a mis-linked page or search query with no associated results. Please trying your search again. If you feel that you should be staring at something a little more concrete, feel free to email the author of this site or browse the archives.</p>
    			</div>
    		</div>
    		<?php endif; ?>
    
            <div id="more_reading">
    			<?php next_posts_link('<span class="navforward"></span>') ?><?php previous_posts_link('<span class="navback"></span>') ?>
    		</div>
    	</div>
    	<?php include (TEMPLATEPATH . '/second.php'); ?>
    </div>
    <?php get_footer(); ?>

    The one above is the one ive been dicking around with

    I can’t take it anymore! Mine already saiy the_content but it’s still not working!

    <?php get_header(); ?>
    <div id="mid" class="fix">
    	<div id="mainCol" class="fix"><a name="main"></a>
    	<?php if (have_posts()) : ?>
    	<?php while (have_posts()) : the_post(); ?>
    		<div id="postMain">
            <div class="post" id="post-<?php the_ID(); ?>">
    			<div class="postMeta"><span class="date"><?php the_time('M j, Y') ?></span><span class="comments"><?php comments_popup_link('0', '1', '%'); ?></span></div>
    			<h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title() ?></a></h2>
                <h5><?php the_tags(); ?></h5>
    			<div id="mainEntry" class="entry">
                <div id="introIMG"><img src="<?php $key="thumbnail"; echo get_post_meta($post->ID, $key, true); ?>"/></a></div>
    			<p>< ?php_the_content(); ?></p></a>
    			</div>
    		</div>
            </div>
    		<?php endwhile; ?>
    		<?php else : ?>
    		<div class="post">
    			<div class="postMeta"><span class="date">No Matches</span></div>
    			<h2>No matching results</h2>
    			<div class="entry">
    			<p>You seem to have found a mis-linked page or search query with no associated results. Please trying your search again. If you feel that you should be staring at something a little more concrete, feel free to email the author of this site or browse the archives.</p>
    			</div>
    		</div>
    		<?php endif; ?>
    
            <div id="more_reading">
    			<?php next_posts_link('<span class="navforward"></span>') ?><?php previous_posts_link('<span class="navback"></span>') ?>
    		</div>
    	</div>
    	<?php include (TEMPLATEPATH . '/second.php'); ?>
    </div>
    <?php get_footer(); ?>

    http://test.heavenly-sword.nl

    Thread Starter ninjawanda

    (@ninjawanda)

    forgot to say, the website is http://ninjawanda.com

    I’m also getting no stats

Viewing 15 replies - 1 through 15 (of 21 total)