Karrde
Forum Replies Created
-
Forum: Plugins
In reply to: Patch for James Carppe's Flickr Thumbnail WidgetWow, blast from the past.
I’m James and I originally wrote the plugin. It’s now housed at http://www.karrderized.com/old-stuff/flickr-thumbnails-widget/ though I haven’t touched it for years. I think it was only ever available with Squible, so I imagine you got it from there.
I’d be happy to add your changes into the codebase (giving you full credit of course) and then add it to the plugin directory here.
– James
Forum: Fixing WordPress
In reply to: adding links to main page within a postMost designs will have the logo image/heading for the site clickable and linked back to the front page of the site. If your theme doesn’t, then you’ll need to manually add that code in.
Forum: Fixing WordPress
In reply to: Merging Two WP blogs?Good question! I can’t answer it, but it’s something I hadn’t thought of before.. I’d probably never need to use it, but it might be handy to know how to do in any case 🙂
Forum: Themes and Templates
In reply to: True Odyssey themeNice, but please, for the love of all that is holy, DON’T make the audio autoplay on load. Personally, I’d ditch it entirely. Audio in websites is (in my opinion) as much of a sin as blinking text.
Forum: Plugins
In reply to: A main topic and children topicsOr pages and sub-pages, and configure the navigation menu so you can nicely navigate.
Forum: Installing WordPress
In reply to: Pre-Installation Question: MT & WP in same directory?I’d suggest then making a new directory for your WordPress install, get it up and running under there while having your MT blog still in the original place, then when you’re ready to convert, remove all your MT stuff from that directory and follow the instructions at Moving WordPress to shift the WordPress install into where MT was.
Forum: Fixing WordPress
In reply to: Cant show author of post -_- help -_-No, the index.php page of your theme.
in your /wp-content/themes/whichevethemeyourusing/ directory.
Forum: Fixing WordPress
In reply to: echo conditional tag depending on conditional tag?Yeah, I had to re-edit the post a couple of times cus those parens confused the bejeezus out of me.
The order is important though, for precedence’s sake.
Forum: Fixing WordPress
In reply to: WHAT HAPPENED? Blog is GONE!Forum: Installing WordPress
In reply to: Can’t post…homepage errors?And triple-check the permissions on the files too, that can be a really obtuse breakage issue.
Forum: Installing WordPress
In reply to: Pre-Installation Question: MT & WP in same directory?Nope.
They’d both use index.php files, for one, which would overwrite each other. Just stop considering and convert! We all know WordPress wipes the floor with MT 😉
Forum: Plugins
In reply to: Gallery Solution RecommendationsI prefer the Flickr method myself, but if you wanna keep it all in-house, try out this Gallery2 plugin for WordPress.
Forum: Fixing WordPress
In reply to: sidebarDoes taking out the Youtube video code fix it at all?
Forum: Themes and Templates
In reply to: convert blogger template into WP themeIn short, no.
Blogger is an entirely different system to WordPress, so it’s no easy task converting from Blogger format themes to WordPress format themes, as is the case when converting between any other blogging systems.
The easiest solution is to find a WordPress theme that looks similar to the one you’re using on Blogger and use that. If you need to use the exact same theme and aren’t comfortable modifying it yourself, then there’s probably some people here who could do the conversion for you, for a price.
Failing that, read through the Theme Development documentation in the WordPress codex, and have a go at converting it yourself 🙂
Forum: Fixing WordPress
In reply to: Posting HTML code in WordPress1) Use the
<code>and</code>tags around the HTML in your post, and it should display properly.2) To write a post, you generally need to have a username and password on the blog – just don’t let anyone else register! Also, it might pay to have a look at Roles and Capabilities.