aniultima
Forum Replies Created
-
Forum: Plugins
In reply to: Display two different excerpts per post?Yep! That did the trick. You’re my hero!
Thanks a lot.
Forum: Plugins
In reply to: Display two different excerpts per post?Thanks a lot. That did the trick!
One question though, I’m trying to make the images link to the post, but I’m getting an odd symbol instead of the permalink. Here’s the code:
<?php $image_tag = gpi_get_image(0,"http://www.myserver.com/default.jpg", "post-image"); $url = get_permalink(); echo "<a href=’$url’>$image_tag</a>"; ?>Any idea? I’m sure it’s fairly simple but I can’t quite figure it out.
Forum: Your WordPress
In reply to: Personal and Development BlogsThanks for the positive responses! I just joined the CSS Reboot so I have a few days to get the finishing touches done.
URL also changed on the first blog to http://www.designdraft.net/ , but the other URL should still work.
Forum: Your WordPress
In reply to: renet@web reboot re-design – Please comment.This is some real beauty. I agree with cwdaniels on the sliding via java. Everything matches together excellently. Quite the piece of art.
Forum: Themes and Templates
In reply to: Links Page FormattingAh, so it has to be a manual table. I figured there might be a function in wordpress that would allow me to do that.
The PHP code I’m using is get_links(). More specifically,
<?php get_links(‘id’, ‘<span>’, ‘</span>’, ”, TRUE, ‘url’, FALSE); ?>
Thanks a lot, Fopa!
Forum: Themes and Templates
In reply to: Links Page FormattingBumping. Was this in the wrong section?