Title: ducati's Replies | WordPress.org

---

# ducati

  [  ](https://wordpress.org/support/users/ducati/)

 *   [Profile](https://wordpress.org/support/users/ducati/)
 *   [Topics Started](https://wordpress.org/support/users/ducati/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ducati/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ducati/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ducati/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ducati/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ducati/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Next Page of posts “Error” – it’s empty!](https://wordpress.org/support/topic/next-page-of-posts-error-its-empty/)
 *  Thread Starter [ducati](https://wordpress.org/support/users/ducati/)
 * (@ducati)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/next-page-of-posts-error-its-empty/#post-797054)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot Align Text with Images](https://wordpress.org/support/topic/cannot-align-text-with-images/)
 *  [ducati](https://wordpress.org/support/users/ducati/)
 * (@ducati)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/cannot-align-text-with-images/#post-797036)
 * I would love to help but the page layout looks completely FUBAR.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blog and Text on same page](https://wordpress.org/support/topic/blog-and-text-on-same-page/)
 *  [ducati](https://wordpress.org/support/users/ducati/)
 * (@ducati)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/blog-and-text-on-same-page/#post-797033)
 * Edit 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Double Line Spacing](https://wordpress.org/support/topic/double-line-spacing/)
 *  [ducati](https://wordpress.org/support/users/ducati/)
 * (@ducati)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/double-line-spacing/#post-797031)
 * You 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.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Header image & javascript file disappear when comment link is clicked](https://wordpress.org/support/topic/header-image-038-javascript-file-disappear-when-comment-link-is-clicked/)
 *  Thread Starter [ducati](https://wordpress.org/support/users/ducati/)
 * (@ducati)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/header-image-038-javascript-file-disappear-when-comment-link-is-clicked/#post-449644)
 * 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](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 🙂 ]

Viewing 5 replies - 1 through 5 (of 5 total)