Forum Replies Created

Viewing 6 replies - 16 through 21 (of 21 total)
  • Forum: Plugins
    In reply to: Specific URL/redirect?
    Thread Starter jblundell

    (@jblundell)

    thanks guys – i downloaded the permalink redirect plugin – now just need to play around with it to make it work.

    Forum: Themes and Templates
    In reply to: Huge IE Font

    seems like i may have had an error in my header file that i finally tracked down – now if only i could get flickr’s slideshow to validate

    Forum: Themes and Templates
    In reply to: Huge IE Font

    i reduced the font size in IE to smallest and I still have busted fonts on the theme I’m developing.
    https://www.encounterthis.com/new2008
    I’m assuming there’s something missing or incorrect in my CSS or one of my php files.
    The CSS seems to validate fine and I can’t seem to find any other errors that relate to the font. Any ideas?

    Thread Starter jblundell

    (@jblundell)

    Well, I’ve worked and worked on code. Its 4 a.m. And my eyes are starting to glaze over. It could be the code, or the 4 beers. Either way. I’ve got the layout about how I want it. But now I’m having some trouble getting the headlines to display from the appropriate category.
    I’m sure there’s only one thing I’m missing. I used part of the code from your theme and then parts from others.
    I thought it might have just been goofy because I didn’t have enough posts, but that doesn’t appear to be it.

    Here’s some of the code I think I’m having issues with.
    <!–sports. for some reason this is not grabbing the right stories.–>
    <div class=”sports”><h5>Sports</h5>

    <?php
    $posts = get_posts(‘cat=3&numberposts=5’);
    foreach ($posts as $post) :
    ?>
    <div class=”sports”>“><?php the_title() ?></div>
    <?php
    endforeach; ?>

    </div>

    <!–end of sports–>

    Thanks

    Thread Starter jblundell

    (@jblundell)

    Thanks for the theme suggestion. I’d like that if it was two columns or three columns with a place for advertising on one of them. I’ll try and play around with it.
    Any other suggestions?

    Thread Starter jblundell

    (@jblundell)

Viewing 6 replies - 16 through 21 (of 21 total)