Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Fixing WordPress
    In reply to: error with v3.1
    fred0815

    (@fred0815)

    I found a workaround
    Hope this fixes your problem as well

    Thread Starter fred0815

    (@fred0815)

    I guess I found a workaround… not the most elegant solution but it seems to work…. Instead of calling a category directly, I created a Page, which contains all the posts of a category…. So when I open this page I see all my posts as I did before the update without any error message…

    How to do this?

    1. Install and enable the Allow PHP in Posts and Pages Plugin

    2. Create a new Page and insert the following code:

    [php]
    query_posts('cat=x');
    [/php]

    Change the x to the ID of the category you want to show.

    3. Change the links in your menu that directed to the category for links to your newly created Page

    4. I had to change some CSS in order to fix some little design problems

    Repeat steps 2-4 for all your categories in all languages…

    Done!

    Forum: Fixing WordPress
    In reply to: error with v3.1
    fred0815

    (@fred0815)

    Hi,
    I have the same problem and already posted it: here.
    WPML stopped working on the free version and made the plugin commercial and you have to purchase the newest version via their website ….
    I hope someone can provide a fix for the 2.0.4 version which seems to be the last free release… Anyone any ideas?

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