iand
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Search OptionYou will have to make/ modify a
search.phppage. If you need to make one, rename a copy of your themeindex.phpfile for starters. Reformat it as you want – maybe replacethe_contentwiththe_excerptor just have permalinked titles.Then use one of the following to change the number of results (and order) on your searches:
Custom query stringsForum: Fixing WordPress
In reply to: Comment Popup, with Scroll bars?This example resizes the pop-up to 465 by 500:
<?php comments_popup_script(465,500); ?>(Should be in the<head>section, you should have<?php comments_popup_script(); ?>already).
As for scroll bars, if your content is larger than the box they will appear (I think).Forum: Fixing WordPress
In reply to: How do I transfer all entries from one database to another?You can take your whole database with you. See here, under ‘moving’.
Forum: Your WordPress
In reply to: Comments ErrorA theme will work without
single.phpprovided it was intended to (cf. classic theme). Likewise, if there is nocomments.phpfile, the one from the default theme is called (I think).Anyway, Looks like it might be permalink issue as the comments, archives, and category links are wrong too. Try setting permalinks to the ?p=123 format, updating, then putting them in the
/%year%/%monthnum%/%day%/%postname%/format and updating again.Forum: Plugins
In reply to: how can I allow apostrophes in my html output?Try tracking down the ‘text control’ plugin. You should then be able to post without WP converting things to character codes.
Forum: Installing WordPress
In reply to: Upgrading after giving WordPress its own directory?You have me confused too. If it is working 100% now, then your upgrade needs to put the new files in exactly the same places (I think this your option 2 🙂 ).
Take a look at this thread, it lists the files that are changed between 2.0.1 and 2.0.2. Also, when you upgrade it is better to delete and upload than overwrite (which can cause problems).
Forum: Fixing WordPress
In reply to: COMMENT COUNTER NOT ADVANCING AND NO PASSWORDFrom the Codex:
If you are NOT running Spam-Karma, then delete yourwp-content/cachedirectory. If that doesn’t work, you should use phpMyAdmin to decrease, by one, the number stored in thedb_versionrecord of yourwp_optionstable, and then runupgrade.phpagain. See also, a related Forum Thread http://wordpress.org/support/topic/53158#post-291151 and http://wordpress.org/support/topic/53509Forum: Fixing WordPress
In reply to: Problem with first loginYou most likely have some whitespace either at the beginning or end of your config file. See here for more information and the fix.
Forum: Fixing WordPress
In reply to: Rich Text Editor in Opera not workingI meant Opera/ OS version. I see the same thing with 8.52 on OS X.
Forum: Fixing WordPress
In reply to: Rich Text Editor in Opera not workingI think it is due the shortcoming in Opera (much like Safari that also has trouble). Which version/OS are you using? Would help others confirm the problems.
Also, can you describe how it is not working – not there? Behaving badly?Forum: Installing WordPress
In reply to: I’ve tried everything I can find…define('DB_USER', 'nocturni_'); // Your MySQL username
Going to have a guess that it should read:
define('DB_USER', 'nocturni'); // Your MySQL usernameForum: Everything else WordPress
In reply to: hostingFree (as in WordPress.com):
1. Free
2. Maintained by someone else
3. Cannot install own themes/plugins
4. Cannot import/export posts etcHosting company:
The inverse of the above.Forum: Fixing WordPress
In reply to: More tag not trimming contentMy code is on a Page template
The
moretag is disabled for pages. A quick search pulls up this:
http://wordpress.org/support/topic/60060Forum: Installing WordPress
In reply to: Installation within a local networkI think you need to use the 220.xxx address and you will need to edit your systems
hostsfile. You should be able to sort out what do from this threadForum: Fixing WordPress
In reply to: Broken RSS feeds after server moveGoogle reader picked up your lastest post fine:
Just when the tips of the crocuses (or croci?) I planted in my windowbox at Christmas time had started to emerge, albeit tentatively, and spring seemed to be hovering tantalisingly just around the corner, Paris is now horribly cold again. Cold, and damp. Tuesday was the nadir of this sorry week. First [...]
So it looks like it your feeds are ok so it could be a problem at the Bloglines end. Their contact page might be the next stop?