![]() |
WordPress Gurus...I need your help please...
Hey all! Long time, no post. I'm having a major issue with the design of a WordPress site I'm working on for a buddy of mine, and I knew if anyone had the answer, it would be the GFY crew.
Actually, this is probably a pretty easy problem that one of you will be able to help with in a matter of minutes...but for me...it's been 2 weeks of trying different things and failing miserably. Ok, here's all the details, the best that I can explain it... The site is www.bizarrolive.com. It's for a wresting promotion that I work for based out of Ohio. We are using Brian Gardner's "Revolution Church 2.0" as the basis of the site, but we have modified it until it bares little resemblance to the original, in both design and functionality. Where the problem comes in is on the main page. "Church" is written so that you have to choose which category and how many posts you want for your top stories...and then it posts them all (how many ever you choose) in one long box on the front page. It looks like this... http://www.bizarrolive.com/temp/wrong.jpg What we are wanting to do it make it work more like an actual blog, whereas it will post stories from every category on the front page, and not just from one specific one. We are also wanting to to post each story in it's own box, something like this... http://www.bizarrolive.com/temp/right.jpg The current code for that section of the page is... Code:
<div class="hpbottom">Code:
<?php get_header(); ?>Thanks in advance to anyone that can help us out with this. I have literally been playing with the template for two weeks straight, and can't work out all the little bugs such as this. Any help will be greatly appreciated and you will have my undying gratitude. |
|
why don't u just use the free suffusion them plugin for wordpress? you can make that do anything you want.
|
use the magazine template in suffusion and you are gold
|
Quote:
|
Quote:
As for the Bizarro site, I wanna stay with the template we have now, I just need to get those few little problems worked out. We've spent a lot of time getting the site the way we want it, and I don't want to abandon what we already have done. Thanks though...I do like the Suffusion theme, and like I said, I will definitely be using it on the next site I have to do. |
there
Code:
<div class="hpbottom"> |
Quote:
|
Quote:
try using just the default simple WP loop, many times coders try to look cool using queries and they mess things up, so maybe that will solve it for you. so Code:
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>and btw, there's a reason why WP has the post thumbnails feature, try using that. It's better, faster and less workload for you |
Hey! Should have posted this sooner...but that worked like a charm. Something sooo simple and I totally overlooked it. I think I'm losing my mojo. lol
Anyway, thank you all so much for the help! It is greatly appreciated!! |
Quote:
|
The modified simple loop. Haven't messed with the post thumbnails yet...but I will. Not 100% happy with the site yet, so I'll keep playing with it adding new stuff.
|
| All times are GMT -7. The time now is 02:29 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123