mrkablooey
Forum Replies Created
-
Forum: Plugins
In reply to: Ad-minister Reports Inaccurate Click and Impression StatsI’ve got the same issue. Was excited to see that many clicks on a banner ad, but the store login didn’t show as many. Still a very nice plugin!
Forum: Fixing WordPress
In reply to: Getting back to main page?whoops…
should be
<a href="/wp/index.php">Forum: Fixing WordPress
In reply to: Getting back to main page?ha! fixed it. i’m so new at this it isn’t even funny. anyhow, found a sixapart site with tags on it and changed the typical HTML href to:
works great and colors match.
thanks everyone.Forum: Fixing WordPress
In reply to: Getting back to main page?hmm, ok, seems to work, now that I have:
<?php
get_header();
?><?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php if ($single) { ?>
<?php previous_post(‘% |’,”,’yes’) ?> Home <?php next_post(‘| %’,”,’yes’) ?>
<?php } ?><?php the_date(”,'<h2>’,'</h2>’); ?>
Thanks. Color is black instead of the other which is red but I can probably deal with it. 😉 Thanks again.
Forum: Fixing WordPress
In reply to: Getting back to main page?still can’t get it working. this is frustrating. just using the “classic” theme. Here’s the top part of my index with the error:
<?php
get_header();
?><?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php if ($single) { ?>
<?php previous_post(‘% |’,”,’yes’) ?> “>Home <?php next_post(‘| %’,”,’yes’) ?>
<?php } ?><?php the_date(”,'<h2>’,'</h2>’); ?>
Forum: Fixing WordPress
In reply to: Getting back to main page?hmm, nope. 😉 i’ll try dropping it down some more.
Forum: Fixing WordPress
In reply to: Getting back to main page?okay found where this goes. “the loop” wasn’t in one of the themes I had (at least the code wasn’t the same) but it was in another. Now it looks right, except “Home” is just text (not a link). Looks like this:
“>Home
Is there something I’m missing (obviously!)?
Thanks.
Forum: Fixing WordPress
In reply to: Getting back to main page?which file does that get added to? thanks!