Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter vulturo

    (@vulturo)

    Like this??:

    <?php
    /* Short and sweet */
    define('WP_USE_THEMES', true);
    require('./wp-blog-header.php');
    $cat=-5;
    ?>

    Apart from this, how easy, or difficult would it be to write a plugin which excludes certain categories from feeds. For example, folks over at the K2 Forum had been discussing this (A solution for having different feeds for posts and asides)

    It would be nice if there can be such a plugin.

    Thread Starter vulturo

    (@vulturo)

    Cool!

    Thread Starter vulturo

    (@vulturo)

    I’ve been through the list. I’m desparately searching for an MT clone

    Forum: Plugins
    In reply to: Plugin Writing Issues
    Thread Starter vulturo

    (@vulturo)

    Thanks Skippy.

    It does work. But it also appends the following warning in my admin area:

    Warning: Cannot modify header information - headers already sent by (output started at /home/vulturo/public_html/wp-content/plugins/blogmela1.php:18) in /home/vulturo/public_html/wp-admin/admin.php on line 7

    Warning: Cannot modify header information - headers already sent by (output started at /home/vulturo/public_html/wp-content/plugins/blogmela1.php:18) in /home/vulturo/public_html/wp-admin/admin.php on line 8

    Warning: Cannot modify header information - headers already sent by (output started at /home/vulturo/public_html/wp-content/plugins/blogmela1.php:18) in /home/vulturo/public_html/wp-admin/admin.php on line 9

    Forum: Plugins
    In reply to: Plugin Writing Issues
    Thread Starter vulturo

    (@vulturo)

    Also…. The error is “unexpected T_string on some line in blogmela.php (the name of the plugin)” if I include the hyperlinks

    Forum: Fixing WordPress
    In reply to: Enabling Comments
    Thread Starter vulturo

    (@vulturo)

    The wp-content/themes/default contains “comments.php” and “comments-popup.php”, also the main blog directory contains “wp-comments.php”, “wp-comments-post.php”, “wp-comments-popup.php”, “wp-comments-reply.php” and “wp-commentsrss2.php”

    Can you tell me where exactly to enable comments on all posts in the Admin Panel

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