vulturo
Forum Replies Created
-
Forum: Plugins
In reply to: Exclude Category From RSS – Suggestions InvitedLike 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.
Forum: Themes and Templates
In reply to: 100% Sidebar Background ColorCool!
Forum: Themes and Templates
In reply to: MT Themes Anyone?I’ve been through the list. I’m desparately searching for an MT clone
Forum: Plugins
In reply to: Plugin Writing IssuesThanks 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 IssuesAlso…. 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 CommentsThe 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