Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
LuckySevens
Feb 16, 2004

fear not failure, fear only the limitations of our dreams

cross posting this from the php thread, it would probably go better here anyway:

Actually I change my question, I managed to find a wp plugin which does the job nicely, the only problem now is getting the category image to format nicely with the blog post text. When I put the functions together:

code:
  <?php if (function_exists('get_cat_icon')) get_cat_icon("class=myicons"); ?>

<?php  the_content('[Read more &rarr;]');  ?> 
On the same line, it just places the image above the blog text. I'd like it to do a nice text wrap around for the get_cat_icon() image, I've tried to play around with the CSS but no luck, I've tried doing a few mods to how the plug in posts the <img> tags but no luck, I assume its some basic php knowledge that I'm missing that stops me from doing this.

Edit: In case its needed, documentation on the function from the plugin here

Adbot
ADBOT LOVES YOU

LuckySevens
Feb 16, 2004

fear not failure, fear only the limitations of our dreams

KuruMonkey posted:

Floating the image will usually have the effect you ask for. So fix in CSS.

Edit: check there's no clear: on the paragraph(s) in question.

Gotta love it when a simple solution works first time. Thanks for the point in the right direction!

LuckySevens
Feb 16, 2004

fear not failure, fear only the limitations of our dreams

I'm new to wordpress and I'm having trouble with a blog page I just whipped up. For some reason its not looping through and its only displaying the most recent post. I've been tweaking my code but I can't seem to find a way for it to display a list, can anyone help me?

http://pastebin.com/utTHWsuu

LuckySevens
Feb 16, 2004

fear not failure, fear only the limitations of our dreams

cocteau posted:

What theme are you using? Do you have a link to the website itself?

http://www.sixthstreetcareers.com/

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply