Title: mfux's Replies | WordPress.org

---

# mfux

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Importing Adsense through theme options.](https://wordpress.org/support/topic/importing-adsense-through-theme-options/)
 *  Thread Starter [mfux](https://wordpress.org/support/users/mfux/)
 * (@mfux)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/importing-adsense-through-theme-options/#post-2362926)
 * Resolved using stripslashes around the get_option.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [(May be advanced) Need help with rows of posts…](https://wordpress.org/support/topic/may-be-advanced-need-help-with-rows-of-posts/)
 *  Thread Starter [mfux](https://wordpress.org/support/users/mfux/)
 * (@mfux)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/may-be-advanced-need-help-with-rows-of-posts/#post-2272947)
 * No worries, sorted it with an if function, for anyone who is interested the new
   code is here: [http://pastebin.com/gWqfiCUP](http://pastebin.com/gWqfiCUP)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Help needed with row setup.](https://wordpress.org/support/topic/help-needed-with-row-setup/)
 *  Thread Starter [mfux](https://wordpress.org/support/users/mfux/)
 * (@mfux)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/help-needed-with-row-setup/#post-2261000)
 * Any help?
 * _[continue here: [http://wordpress.org/support/topic/may-be-advanced-need-help-with-rows-of-posts?replies=2](http://wordpress.org/support/topic/may-be-advanced-need-help-with-rows-of-posts?replies=2)–
   this topic is closed]_
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How Do I Create a Solid Black Bar?](https://wordpress.org/support/topic/how-do-i-create-a-solid-black-bar/)
 *  [mfux](https://wordpress.org/support/users/mfux/)
 * (@mfux)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/how-do-i-create-a-solid-black-bar/#post-2260835)
 * When you call the style sheet in the index.php file it will affect the header
   div in the header.php file.
 * If you put the above code in the CSS stylesheet (style.css) then it should sort
   out your problem, hopefully.
 * Make sure you give the #nav a background-color: #000000; too.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Featured text in sticky post](https://wordpress.org/support/topic/featured-text-in-sticky-post/)
 *  [mfux](https://wordpress.org/support/users/mfux/)
 * (@mfux)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/featured-text-in-sticky-post/#post-2260834)
 * Locate the following:
 *     ```
       <header class="entry-header">
       <h3 class="entry-format">Featured</h3>
       ```
   
 * Either delete it or, in CSS use;
 * h3.entry-format{display:none;}
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Page left aligned in IE? How do I center it?](https://wordpress.org/support/topic/page-left-aligned-in-ie-how-do-i-center-it/)
 *  [mfux](https://wordpress.org/support/users/mfux/)
 * (@mfux)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/page-left-aligned-in-ie-how-do-i-center-it/#post-2260745)
 * Make sure you aren’t styling a class rather than an ID, or vice versa. Also make
   sure that nothing else over rides the styling in the CSS, such as a float left.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Help needed with row setup.](https://wordpress.org/support/topic/help-needed-with-row-setup/)
 *  Thread Starter [mfux](https://wordpress.org/support/users/mfux/)
 * (@mfux)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/help-needed-with-row-setup/#post-2260738)
 * Edit: It is not fixed, it is fine if I only display 4 posts on the index page
   however, 6+ and I get a set up of (row 1 first, number of posts); 2,1,1,2.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Help needed with row setup.](https://wordpress.org/support/topic/help-needed-with-row-setup/)
 *  Thread Starter [mfux](https://wordpress.org/support/users/mfux/)
 * (@mfux)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/help-needed-with-row-setup/#post-2260735)
 * Never mind, sorted it. Forgot that counters start at 0 thus my theme was putting
   3 items in per row. Changed the 2 to a 1 in $post ==$posts[2] and all is fine.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How Do I Create a Solid Black Bar?](https://wordpress.org/support/topic/how-do-i-create-a-solid-black-bar/)
 *  [mfux](https://wordpress.org/support/users/mfux/)
 * (@mfux)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/how-do-i-create-a-solid-black-bar/#post-2260728)
 * In the header div have an innerHeader, this will contain the banner at the top,
   define the width as you choose and set the margins to auto.
 * The menu will be a part of the main header div but outside of the innerHeader,
   which will have a width of 100% but with padding of 10%, for example, on the 
   left. Or of course you could have a set amount of pixels as padding.
 *     ```
       #header{width:100%; margin:0;}
       #innerHeader{width:1020px; margin:auto;}
       #nav{width:100%; margin:0; padding-left:100px;}
       ```
   
 * I have something similar in a theme of mine and it works fine.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Images not aligned in 2 column layout (horizontal).](https://wordpress.org/support/topic/images-not-aligned-in-2-column-layout-horizontal/)
 *  Thread Starter [mfux](https://wordpress.org/support/users/mfux/)
 * (@mfux)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/images-not-aligned-in-2-column-layout-horizontal/#post-2257050)
 * Thanks for the help, however I am looking for something a little more automated–
   I don’t want to have to change the code each time I make an excerpt longer than
   the 500px limit, for example, would allow.
 * I am looking for a solution similar to this: [http://www.premiumpixels.com/](http://www.premiumpixels.com/)
 * Where a post-row is created for each row of 2 elements.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Ensuring divs are inline.](https://wordpress.org/support/topic/ensuring-divs-are-inline/)
 *  Thread Starter [mfux](https://wordpress.org/support/users/mfux/)
 * (@mfux)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/ensuring-divs-are-inline/#post-2251736)
 * Sorry, what I mean is, for example, I have a post-item class, this post-item 
   has a set width of 350px, with the content area having a width of 735px, allowing
   a space in between the post-items.
 * However, I also want to ensure that the top of the images in each row are inline,
   at the moment if a excerpt is longer than the one of the post-item next to it
   then the row below will have a vertical indent on one of the post items, due 
   to each post-item having a bottom margin of 30px. Thus, as it stands the only
   way to ensure they are ‘inline’ is to make each excerpt identical in length to
   the other post-items.
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Issue loading image within post.](https://wordpress.org/support/topic/issue-loading-image-within-post/)
 *  Thread Starter [mfux](https://wordpress.org/support/users/mfux/)
 * (@mfux)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/issue-loading-image-within-post/#post-2251714)
 * Marry me! Lol, thanks a lot. 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Issue sorting posts in to two columns.](https://wordpress.org/support/topic/issue-sorting-posts-in-to-two-columns/)
 *  Thread Starter [mfux](https://wordpress.org/support/users/mfux/)
 * (@mfux)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/issue-sorting-posts-in-to-two-columns/#post-2250409)
 * Thanks a lot guys, alch, that last tip was the final thing I needed. Again, thanks
   for your help, it is very much appreciated. I have been killing myself over this
   for a few hours trying to figure it out. 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Issue sorting posts in to two columns.](https://wordpress.org/support/topic/issue-sorting-posts-in-to-two-columns/)
 *  Thread Starter [mfux](https://wordpress.org/support/users/mfux/)
 * (@mfux)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/issue-sorting-posts-in-to-two-columns/#post-2250399)
 * Thanks for your reply, however I am still having an issue. I have placed the 
   </div> before the endif;, however now it produces everything in one single column,
   rather than 2 columns side by side.
 * The amended code can be found here: [http://pastebin.com/SCK5GMiF](http://pastebin.com/SCK5GMiF)
 * Edit: Just seen second reply, will try this out too.
 * Ok, I have tried the above solution and I get my posts in a T shape which has
   been rotated 90 degrees anti-clockwise.
 * Code: [http://pastebin.com/MzEbC20h](http://pastebin.com/MzEbC20h)

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