Kester
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Serena] Font changed after update…OK – I think I sorted it. Found a bunch of stuff referring to Palatino Small Caps in the style.css, which I then changed to Adobe Caslon Pro
Forum: Fixing WordPress
In reply to: Gave WP it’s own directory: no formattingOK – thanks, installed newest version of theme and that’s sorted it. Phew!
Thanks for your time.
KB
Forum: Fixing WordPress
In reply to: Gave WP it’s own directory: no formattingThanks for getting back to me. Not sure where the word formatting would have come in… The point is that the site works perfectly, formatted etc according to theme, when I run it at shsmaths.com/wordpress but when I move it to shsmaths.com using the normal instructions it loses all the formatting from the theme.
Any further ideas?
Forum: Installing WordPress
In reply to: WordPress API KeySo I’ve got a WordPress.com account… now how do I associate it with my blog? Keep getting a message that:
“You are not a member of this blog.
If you have just installed the WordPress.com Stats plugin, this error probably appeared because the API key entered in the plugin belongs to a different WordPress.com user account.”
Any ideas?
Forum: Fixing WordPress
In reply to: Still can’t get images to show in posts…Thanks – just sorted it actually. For info for others: I’d created the missing /uploads folder (had been missed in installation somehow) but then needed to change settings in ‘Settings’ ‘Misc.’ and point uploads to correct place.
Hopefully that’s sorted it now!
Forum: Fixing WordPress
In reply to: Can’t get any images to show in new posts/pages…Sorted it.
For some reason the installation didn’t create /wp-content/uploads
Created it. Problem solved.
Thanks,
KB
Forum: Fixing WordPress
In reply to: Can’t get any images to show in new posts/pages…No, they’re not from previous blog. That ‘about’ page is totally new, and I’ve been trying to upload a new image – but it just won’t go. The upload appears to go fine, but then in the options page to size the image/place it in post etc there’s just the question mark box, and there’s the same in the image gallery – so it appears it’s just not getting the image to the upload directory…
I’ve just tried uploading an image to another blog I’m a part of, also on WP (but still back in version 2.5 or something, and that worked fine. So it appears it’s not my system at home, but something else.
Again, any help much appreciated!
Forum: Fixing WordPress
In reply to: Can’t get any images to show in new posts/pages…Thanks, yes.
Forum: Fixing WordPress
In reply to: Totally blank when moving root directoryThanks. I could get to the site via /wordpress before attempting the move. So it did ‘work’. But nothing now.
Site url to mysite.com/wordpress
Blog url to mysite.comForum: Themes and Templates
In reply to: Cutline – How To Display Post AuthorActually, just found Cutline-Chris’ own answer:
Author names are actually already coded into the Cutline framework, but I commented them out to keep them from displaying here. For people running single-author blogs, the name of the author is less important, so that’s why the default setting is to have the author’s name “hidden.”
Anyway, to allow for author names to display, you’ll need to make a simple change to each of the following files:
archive.php
index.php
search.php
single.php
In each file, the edit will be identical, and the line you want to edit begins with the following code:<h4><?php the_time('F jS, Y') ?><!–- by <?php the_author() ?> -–>Simply replace with:
<h4><?php the_time('F jS, Y') ?> by <?php the_author() ?>
and your author names will show up just beneath the post titles!Sweet.
Forum: Themes and Templates
In reply to: Cutline – How To Display Post AuthorHmmm… sorry for being dumb, but not ‘resolved’ for me!
I’m using Cutline 3 column, and want to add post author too – but not sure in which file to drop this piece of code. Further info and/or example would be much appreciated.
Thanks.