michaelmcguk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: News page to have image? CSS issue…Brilliant, it did the job ??
Used a mix of this too: https://www.gate303.net/2007/09/25/wordpress-custom-fields-guide/
Forum: Fixing WordPress
In reply to: Get Month and Day from the_excerpt?Hah yes, completely understand what a WHILE loop is, no worries there ?? I just got a bit lost at one point ??
I would never throw fruit at my favourite action hero! ??
Forum: Fixing WordPress
In reply to: Get Month and Day from the_excerpt?Uhm, I’m even more lost now heh.
Aaaah get you now.
I’m more of a C# man at heart, just started this WP way of things so bear with me ??
Forum: Fixing WordPress
In reply to: Get Month and Day from the_excerpt?Only problem, now is with the title:
<?php query_posts('showposts=1&cat=5'); ?><?php the_title('<span style="font-weight:bold">', '</span>'); ?><br /><?php while (have_posts()) : the_post(); ?><?php the_content_rss('', TRUE, '', 14); ?><?php endwhile;?>
it doesn’t show the correct title relating to the most recent post in that category ??
Any ideas?
Forum: Fixing WordPress
In reply to: Get Month and Day from the_excerpt?Many thanks, what a speedy reply ??
Only problem, now is with the title:
<?php query_posts('showposts=1&cat=5'); ?><?php the_title('<span style="font-weight:bold">', '</span>'); ?><br /><?php while (have_posts()) : the_post(); ?><?php the_content_rss('', TRUE, '', 14); ?><?php endwhile;?>
it doesn’t show the correct title relating to the most recent post in that category ??
Any ideas?Do you have your own site? Would love to see what you can do with WP ??
Forum: Fixing WordPress
In reply to: Substr function??
Forum: Fixing WordPress
In reply to: Substr functionHahaha ??
Here have a nickel.
Watch out! Here comes Marvel, they wanna make a movie. Run!
Forum: Fixing WordPress
In reply to: Substr functionHehe and I’m the damsel in distress. But wearing Bapesta’s and my arms don’t “flail” nearly as much ??
Have you got a name yet?
Oh and almost there:
<?php query_posts('showposts=1'); ?><?php while (have_posts()) : the_post(); ?><?php the_content_rss('', TRUE, '', 90); ?><?php endwhile;?>
except it displays the full post and doesn’t chop up the string at 90 characters ?? Any takers?Forum: Fixing WordPress
In reply to: Substr functionHehehe, plus the brass band starting up just as you flew by was a dead give away! ??
OK, RSS Feed is working great, but when I try this in my index.php page it doesn’t work
<?php the_content_rss('', TRUE, '', 90); ?>
Any ideas?
Forum: Fixing WordPress
In reply to: Substr functionBrilliant, thanks again Ivovic, comin to the rescue ??
Forum: Fixing WordPress
In reply to: Substr functionAnd would this keep it to roughly 90 characters?
Or would it be like the_excerpt(90) ??
Forum: Fixing WordPress
In reply to: <div> to <p> – fixed yet?Aaaah, that makes much more sense.
I reckon I’ll turn it off in the profile.
Thank you.
Forum: Fixing WordPress
In reply to: Display “Links” on unique pageBrilliante – many thanks Otto, delighted now ??
Forum: Fixing WordPress
In reply to: Display “Links” on unique pageJust a follow-up, is there an easy way to remove the ‘Blogroll’ part from the list that is echo’d out. Me no likey.
Forum: Fixing WordPress
In reply to: Display “Links” on unique pageWow, dead easy. Found the ‘links.php’ template, and that was me sorted.
Cheers moshu!