ducati
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Next Page of posts “Error” – it’s empty!I resolved the problem by changing my permalink structure to just /%postname%/ and getting rid of the leading directory.
Is there any way to make it work with my permalink structure as /design-journal/%postname%/?
Forum: Fixing WordPress
In reply to: Cannot Align Text with ImagesI would love to help but the page layout looks completely FUBAR.
Forum: Fixing WordPress
In reply to: Blog and Text on same pageEdit your index.php file in your theme. Above this bit of code
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
Add whatever text or code you want and it will appear above the blog posts on the blog page.
It will also be on all the other pages on the site unless your theme includes a page.php file and a single.php file for pages and single posts to look different from the main blog page.
Forum: Fixing WordPress
In reply to: Double Line SpacingYou could probably just do:
#content p {line-height: 2em;}
Then every paragraph in the content div would have double line-height.
If you post a link to the page we can look at the code. Perhaps there is another css rule taking precedence.
well, if you check now everything should work fine 🙂
I just did the really annoying thing and fully spelled out the links in the header file.
So instead of (images/header.jpg) I just did the full http://wbpickups.com/images/header.jpg but I can’t figure out why it would display correctly on the main index.php of the blog, but not the comment or archive pages?
[and yes, I did have the images in the correct directories, in fact I had those dang images in just about every folder within the wordpress section 🙂 ]