birdfan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to change something on my “more” tagThanks, T
Forum: Fixing WordPress
In reply to: How to change something on my “more” tagThis is the few lines before and after
</div>
<?php endif; ?>
<div class=”PostContent”>
<img align=”left” src=”<?php echo get_post_meta($post->ID, “thumbnail”, true);?>” /><?php the_content(__(‘Read more’));?>
</div>
<div class=”cleared”></div>Forum: Fixing WordPress
In reply to: Need to change cat archive setting from excerpt to full postThat string worked. Thanks a lot!!
Forum: Fixing WordPress
In reply to: Need to change cat archive setting from excerpt to full postHere is the entire context of the section:
<!–loop article begin–>
<?php while (have_posts()) : the_post(); ?>
<!–post title as a link–>
<h3 id=”post-<?php the_ID(); ?>”>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2><!–Post Meta–>
<div class=”post-meta-top”>
<div class=”auth”><span>Posted by <?php the_author_posts_link(); ?></span></div>
<div class=”date”><span><?php the_time(‘F j, Y’); ?></span></div>
<div class=”clearboth”></div>
</div><!–optional excerpt or automatic excerpt of the post–>
<?php the_excerpt(); ?><!–Post Meta–>
<div class=”post-meta-bottom”>
<!–<?php if (function_exists(‘the_tags’)) { ?>Tags: <?php the_tags(”, ‘, ‘, ”); ?>
<?php } ?>–>
<div class=”cat”><span class=”cats”><?php the_category(‘, ‘) ?></span><span class=”tags”><?php the_tags(”, ‘, ‘, ”); ?></span></div>
<div class=”comm”><span><?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘% Comments’); ?></span></div>
<div class=”clearboth”></div>
</div><!–one post end–>
<?php endwhile; ?>I just want the full post to show up when going through category pages instead of the excerpt I’m currently getting.
Thanks
Forum: Fixing WordPress
In reply to: How to code a paragraph into content sectionThanks, How do I code it so it appears? I tried to copy it before the loop and it didn’t appear on my site. Do I need to do some kind of <div> ?
Forum: Fixing WordPress
In reply to: adding “no follow” atribute to nav bar linksBut if I still have links to those pages, won’t page rank still flow to those pages even if they aren’t indexed?
Forum: Fixing WordPress
In reply to: How to add something to just the home pageGet the adsense Deluxe plug-in and attach the ad to a post that only appears on the home page. Don’t add it to the sidebar