rain
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Entry Subtitles beside Entry TitlesFirst of all, thanks for your patience! It’s much appreciated ??
I did follow #3, and it was the one that seamless worked, but as I’ve said, its residing beneath the post title.
This is what I understood of what you said:
<?php
if(get_post_custom_values(‘subtitle’)) {
foreach(get_post_custom_values(‘subtitle’) as $value) {
$subtitle = $value;
}
}
?>
<h2>” title=”Permalink”><?php the_title(); ?></h2> | <?php echo $subtitle; ?>… but its still not working. I don’t have published yet online, its stored locally, so I’m real sorry I can’t show it to further diagnose the issue.
Forum: Fixing WordPress
In reply to: Entry Subtitles beside Entry TitlesQuick followup: how do you get it the subtitle placed beside the post title? The subtitle is already appearing beneath the post title, but I want it to show beside the title. It will have its own styling though, different from the title itself.
I’m using Blix, if that helps.
Quick follow up: how do I make the sidebar color “bleed down” to the bottom of the site? The sidebar background color stops where the sidebar content stops.
Yes! Thanks! ??
Forum: Fixing WordPress
In reply to: HowTo make SubtitlesYes, but how will I able to have both reside on a single line?
Thanks guys for the quick replies. Got it to work. Was a little panicky since the codex didnt document that I will be eventually getting that error.
podz: No. Am I supposed to get an error? Right now, I’m moving the core files, because I’m under the suspicion that the Update Options task did work, because I can’t click on anything right now, and have it work.
oriecat: I’m currently moving files. Let’s see what happens.
Forum: Fixing WordPress
In reply to: Weird SQL errors when Editing Postsdude, i had the same issues. took me a couple of days figuring out which plugin did it, and lo and behold, it was the new plugin i really wanted to keep. gah!
Forum: Fixing WordPress
In reply to: Posts created by w.bloggar not displayedtry zempt instead. been working perfectly so far for me.
was having issues with wbloggar, too, but didnt bother to troubleshoot.