socomoddjob
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP/jQuery Problems…figured it out on my own.
needed <?php bloginfo(‘template_url’); ?>
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Display image thumbnail in postfunny 2 minutes after posting this i find the answer…
[ thumb=id ]
Forum: Plugins
In reply to: [Plugin: Google Doc Embedder] Embedded docs not showing on IEWow this stinks. Hopefully google fixes this.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Caption In Thumbnail Issuereally? nobody here has anything to tell me about this?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Caption In Thumbnail Issueany thoughts on this? its driving me nuts.
Forum: Plugins
In reply to: What can i use to replicate this?anyone?
Forum: Fixing WordPress
In reply to: Author Tag Not WorkingMaybe instead of scolding me like a child you can contribute by helping me solve my issue.
Douchebag.
Forum: Fixing WordPress
In reply to: Author Tag Not Workingpretty crazy that all the people who read this board have no input on my problem….
support is not so good here.
Forum: Fixing WordPress
In reply to: Author Tag Not WorkingStill seeking a solution.
Forum: Fixing WordPress
In reply to: Author Tag Not WorkingYes. No difference.
This isnt a theme related issue. Either a file is corrupted or something is wrong in the database.
Stumped.
Forum: Fixing WordPress
In reply to: Author Tag Not Workingill keep bumping this until i get this fixed.
Forum: Fixing WordPress
In reply to: Author Tag Not Workingany help anyone? this is driving me nuts.
Forum: Fixing WordPress
In reply to: Author Tag Not WorkingI know my author tag is inn the right place within the loop. Anyplace else that could make this tag not show?
I have also deactivated all plugins to no avail.
Forum: Fixing WordPress
In reply to: Author Tag Not WorkingHere is my index.php
<?php get_header(); ?> <div id="contentWrapper"> <?php get_sidebar(); ?> <div id="content"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div <?php post_class() ?> id="post-<?php the_ID(); ?>"> <h2 class="posttitle"><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"> <?php the_title(); ?> </a></h2> <div class="postinfo"> <?php the_time('l, M jS, Y'); ?> by <?php the_author(); ?> | <strong><a href="<?php comments_link(); ?>"><?php comments_number('0','1','%'); ?> Comments</a></strong><?php edit_post_link('Edit',' | ',''); ?><br /> Filed under: <?php the_category(', '); ?><?php the_tags(' | Tags: ', ', ', '<br />'); ?> </div> <div class="entry"> <?php the_content('Read the rest of this entry »'); ?> </div> </div> <?php endwhile; ?> <?php if(function_exists('wp_pagenavi')) : ?> <?php wp_pagenavi() ?> <?php else : ?> <div class="alignleft"><?php next_posts_link('« Older Entries'); ?></div> <div class="alignright"><?php previous_posts_link('Newer Entries »'); ?></div> <br /> <?php endif; ?> <?php else: ?> <h1>Not Found</h1> <p>Sorry, but you are looking for something that isn't here.</p> <?php endif; ?> </div> <br class="clearFloat" /> </div> <?php get_footer(); ?>
Here is the site im working on..
Forum: Fixing WordPress
In reply to: Guest Permissionsguess not.