Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m kinda frustrated, and I just happened to land on this thread after searching for about ten minutes. I’m looking to (1) create a my-hacks.php file to upload and use, and (2) use this file to change the behavior of the allowed_tags() function to customize the XHTML markup that is allowed during comments submission. Can anyone suggest where I might find some instructions to accomplish this? Much thanks in advance.

    Forum: Fixing WordPress
    In reply to: confused LOL

    Make mine with LOL please.

    No, s/he is saying that s/he changed the number from “10” to “1000”, as in, s/he wants to display “1000” items in the feed, instead of “10”.

    I am actually having this same problem. The number in the box was set to “50” and I changed it to “300”, but my feeds are still capping out at fifty. Any ideas?

    Thread Starter spc0000

    (@spc0000)

    UPDATE
    I think I’ve found the problem, but now I need help in fixing it.

    Since I was upgrading from 2.3.3 to 2.5.1, I had to make changes to my wp-config file (since the SECRET_KEY variable was added to this file in the 2.5.x release). So I used the wp-config-sample.php file as a template and copied the values over from my existing wp-config.php file. The mistake I made was that I did not delete the following snippet of code:

    // You can have multiple installations in one database if you give each a unique prefix
    $table_prefix  = 'wp_';   // Only numbers, letters, and underscores please!

    So what happened was that new duplicate tables were created in my database with the wp_ prefix. What should I do at this point? I have already run the installation for the 2.5.1 upgrade. Is the solution as simple as deleting this code snippet from my wp-config.php file? I am tempted to try this, but at this point I am going to play it safe and see what others have to say.

    I can offer no help on this, except to say that this exact same thing has been on my “wish-list” for a long time.

Viewing 5 replies - 1 through 5 (of 5 total)