slippyaah
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Removing Title From BlogrollAnyone found an answer for this one yet?
Forum: Fixing WordPress
In reply to: Weblog Entry Display SplitHey Moshu,
Thanks for the reply. The link was pretty helpful and from looking at “The Loop” in more depth I think it should be possible so I’ll give it a go and post back when I have something working.
Cheers
Forum: Fixing WordPress
In reply to: Weblog Entry Display SplitI take that as a no then??
Forum: Fixing WordPress
In reply to: Removing Title From BlogrollHi,
I’ve still not had any luck removing the “blogroll’ title from my blogroll display.
This is the closest I can get so far:
<h3>Blog Roll</h3> <ul> <?php wp_list_bookmarks('title_li=&title_before=&title_after=&category_before=&category_after='); ?> </ul>This displays “blogroll” as a list item in my styled list (which obviously isn’t good as I need to remove it completely but at least it isn’t as big as a h2 title!).
Any help or suggestions appreciated.
Cheers
Forum: Fixing WordPress
In reply to: Weblog Entry Display SplitHandySolo,
Sorry for the poor description. It sounds right in my head anyway 🙂
Well imagine a newspaper style layout. You may have one large story at the top (this is you most recent and therefore displayed bigger). Under neath that one I want to have two other “sub stories” in the main column but sitting side by side (smaller than the main).
So the first BIG story will need to have a BIG style and the second story will need to have a float left style and the their story will need to have a float right style.
In CSS this isn’t a problem but I need the functionality to call only the most recent (for the BIG one), then the second most recent (for the sub float left one) and then only the third most recent (for the sub float right) story as opposed to the typical “if stories exist display the 10 most recent” weblog styles.
Hope that explains it a little better 🙂
By the way you don’t happen to know of a wordpress theme that splits entry display like this do you? It would be hugely helpful to actually see it implemented and then I can chop and change the code from there.
Many thanks
Forum: Fixing WordPress
In reply to: Removing Title From BlogrollYeah I had a look at that page before I posted and it also said:
“If passed a null or empty value (”), no heading is displayed, and the list will not be wrapped with
ul, /ul
tags.”So I left the values as null to remove the
ul items (this worked) and also to remove the title (this didn’t work).Just wandered if there is something wrong with the formatting of my arguments. I’m not too php efficient so was hoping someone could amend the string as appropriate.
Cheers