mibsolutionsllc
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] No Images Are Uploadinganyone?
Forum: Themes and Templates
In reply to: New iPhone Makes Website Show ListTried it again, still seeing it as a list. When you open a page it has the picture associated w/the page but no headers, etc.
Forum: Installing WordPress
In reply to: wp-admin/install.php problemsmake sure you that you need to specify you host location. Instead of localhost, some servers make you put in a long url
Forum: Themes and Templates
In reply to: Display the number of posts beside categoryHow would I do the same idea, but for tags?
Forum: Plugins
In reply to: List of Contributors Plugin/Widget?Many thanks! Works perfectly!
Forum: Themes and Templates
In reply to: Only One Category of Posts Shown on Front Page?you are a genius. thank you so much.
Forum: Themes and Templates
In reply to: Only One Category of Posts Shown on Front Page?it’s to include the styling of the post itself.
Forum: Themes and Templates
In reply to: Only One Category of Posts Shown on Front Page?Hum. Where exactly would that go in this code?
<?php get_header(); ?> <div id="content"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <?php include('folio-format.php'); ?> <?php endwhile; ?> <div class="navigation clear"> <div class="alignleft"><?php next_posts_link('« Previous Page') ?></div> <div class="alignright"><?php previous_posts_link('Next Page »') ?></div> </div> <?php else : ?> <h2 class="center">Not Found</h2> <p class="center">Sorry, but you are looking for something that isn't here.</p> <?php endif; ?> </div> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Styling Text Widgetsseriously. i asked pretty please.
Forum: Fixing WordPress
In reply to: # of Posts on Front Page and Pages/Search Results/Categories/Tagsthanks! works perfectly.
Forum: Plugins
In reply to: user upload five photos to header areaThis can’t be that unheard of. Bump.
Forum: Themes and Templates
In reply to: WP 2.7 With a 2.6 Dashboard?seriously. bump.
Forum: Themes and Templates
In reply to: Rounded Border on entire SidebarAH! Finally figured it out. I’ll update what I did on my blog in a bit and update here for future Wpers like me.
Forum: Themes and Templates
In reply to: Rounded Border on entire SidebarRight, but implementing this around the sidebar which is widgetized makes it a bit hard. Any ideas?
Don’t know why I didn’t think of this sooner:
Put the post in a div, as well as the author in a div. Put Post float right, Date area float right. I will write a more descriptive article on my blog and link it. Hope this helps someone until then….