thebigkick
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Fixing WordPress
In reply to: post.php is missing/brokenJust tried that, literally, 10 minutes ago. Maybe something to do with my localhost. Getting the same issue on the new install.
What files – outside wp-content – would effect this?
Forum: Fixing WordPress
In reply to: post.php is missing/brokenI’ve noticed this is happening now whenever I update any post or page in the admin.
Forum: Fixing WordPress
In reply to: Permalink for blog post imagesFigured it all out. I’m a WP expert now!
Forum: Themes and Templates
In reply to: Replace logo and change fontsI’d look into using @font-face in CSS to control your global fonts. As for the logo, did you copy/paste your logo over the existing one?
Forum: Plugins
In reply to: Looking for a shopping cart plugin (with dropdown, shipping features)Is there nothing like this for wp?
Forum: Localhost Installs
In reply to: Installing WP on MAMP, getting errorsForum: Fixing WordPress
In reply to: Permalink for blog post imagesSet them as featured images every time I post them during my entry?
Here is a sample of the code. I’m thinking I put it were the /img/postimages/1.jpg is?<div class="post-item"> <img src="<?php echo bloginfo('template_directory') . '/img/postimages/1.jpg' ;?>" alt="post image" /> <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> <p class="meta">posted by <?php the_author();?> on <?php the_date(); ?></p> <?php the_content('Read more...'); ?> <div class="numComments"> <a href="<?php comments_link(); ?>"><?php comments_number('0', '1', '%'); ?></a> </div><!-- end numComments -->Thanks for the quick response btw
Viewing 7 replies - 1 through 7 (of 7 total)