Nicki Faulk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Include description with wp_get_links?Decided to bite the bullet and code them by hand using get_links. Thanks for the reply. 🙂
Forum: Fixing WordPress
In reply to: Include description with wp_get_links?I may have to, I’ll just have to remember to add a new set of code if/when I add a new links category. I preferred the other method because it autogenerated everything for me. ;P
Forum: Fixing WordPress
In reply to: IE display problems with index.php and single.phpAh! I see what you mean. It may be a width issue. I had this problem on a theme I recently dumped … it would look great in everything except IE. I eventually designed a second stylesheet with adjusted widths for IE and added a small bit of code to check for browser and show the ie stylesheet if the visitor was using it. I hated going that route, but was in a pinch at the time.
Forum: Plugins
In reply to: Any Good Recommendation for Meta Description and Keyword Plugin?Ooooh, I love his plugins! I’ll vouch for that one too. 🙂
Forum: Fixing WordPress
In reply to: Scrolling CODE, overflow-x:scroll, how to edit <code> tag😮
OMG … that is SEXY!
Sorry, couldn’t help myself. Solo, that’s tight dude! 🙂
Forum: Everything else WordPress
In reply to: Reverse Front Page Post Order?I’m doing something similar with a friend’s site. What I ended up using was Matt Read’s Custom Query String Plugin. You can use it to arrange any portion of posts, pages, archives, etc. into the order you’d like.
I use it on one of my hobby sites – it’s a recipe database and I have my categories’ posts alphabetized.
(It’s a great plugin, but I’ve had to reset it after a couple of large version WP upgrades.)
Forum: Installing WordPress
In reply to: How to change the headerimage of 1.5 versionHi doggi2, it would help us figure out how to help you if we had a little more information first:
What theme are you using? (and are you using the latest version of that theme?)
When you say “login the link of …” – I’m not sure I follow what you mean. Could you further explain?
Regarding the header image – rightclick on the image and view Properties to see the filename. Then open up your theme’s stylesheet (most likely style.css) and search for that filename. To replace it, put in the URL of your new image’s filename.
Forum: Themes and Templates
In reply to: Gunmetal Theme Issues!How much difference is there between index.php and single.php?
If I understand your post correctly, it sounds like you’re trying to add the “front page” features (sidebar, etc.) to posts. Why not make a backup of the existing single.php and copy the contents of index.php into a new single.php and take out any elements that you don’t want to show?
Forum: Fixing WordPress
In reply to: IE display problems with index.php and single.phpMay we see your website?
Forum: Plugins
In reply to: Any Good Recommendation for Meta Description and Keyword Plugin?I have not used this myself, but several people have recommended it to me, and I’ve seen it praised several times here: Another WordPress Meta Plugin (formerly called xfish).
Forum: Fixing WordPress
In reply to: Creating Static Front Page ErrorI had trouble getting that to work for me, but have had great success from Denis de Bernardy’s Static Front Page plugin.
Forum: Everything else WordPress
In reply to: Is Selling WP legal???I’ve seen several companies/individuals who do this, they sell it as a service; you get the blog setup the way you want, and they do all the work for you.
As for legality, I think that would be up to the plugins’ creators and how their works are licensed.
Forum: Fixing WordPress
In reply to: Blip.tv video cross-post not uploadingHave you contacted Blip’s tech support to make sure that there are no system errors on their side? It sounds like the transmission failed somewhere between their server and your vlog.
I use that plugin on 4 hobby sites and my homepage, and it has worked fine for 3 of those. I had to disable from one hobby site because in IE6&7, some HTML characters weren’t appearing right. (i.e. fancy quotes showing up as aeTM, etc.) Another I had to disable because I could not use my theme switcher when it was turned on … so it does have its limits.
What other plugins are you running?
May we see your site?
Forum: Fixing WordPress
In reply to: Links Directing Wrongly :(Have you tried updating your Permalink structure? (Go to Options, Permalinks)