Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter theanand

    (@theanand)

    This error was caused due to blank spaces in plugins…i redownloaded them and it works flawlessly!

    Hence marking as resolved.

    Thanks people,
    Anand

    Thread Starter theanand

    (@theanand)

    hi Ivovic,

    thanks for the tip.

    if (is_page('About')) {
                 // our about page.
                 echo "<p>Paragraph to be displayed in About me page</p>";
            } elseif (is_page('Colophon')) {
                 echo "<p>Paragraph to be displayed in Colophon page</p>";
            } else {
                  // catch-all for other pages
                  echo "<p>Vote for Pedro!</p>";
            }

    I think this is the code, I am only a beginner in PHP. Can anyone tell me if this will achieve the desired effect i want.

    I want my homepage, a static page and 2 single posts to show 4 different paragraphs with the heading “Also See:” on the sidebar….anyone got more ideas? ??

    Thread Starter theanand

    (@theanand)

    Okie, I tried removing all the plugins and adding them again one at a time. I think the following plugins are not usable with the latest of wordpress.

    1. Top posts by category

    2. MyTube

    3. MyAvatars

    4. wordpress stats 1.0

    All the other plugins added did not break the blog. But then if a plugin does not work, will I get the above said error?

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