darkhorn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can I show the the_date() only within the post?Sadly there is no single.php
Sorry for my broken English. I’ve found it https://www.quickonlinetips.com/archives/2011/02/disable-remove-wordpress-admin-bar/
Forum: Fixing WordPress
In reply to: Plugin "Update Automatically" won't workI have same issue. Automatic update does not work. Why?
Forum: Themes and Templates
In reply to: wp_register() prints li !?Forum: Fixing WordPress
In reply to: wp_register() prints !?Forum: Fixing WordPress
In reply to: wp_register() prints !?prints li
Forum: Developing with WordPress
In reply to: Contact Form 7 doesn’t work with Permalinkyes, permalinks does not work. i’ve done everthyng that is necessary. it shows me 404 error. why my wiki works but wordpress does not work?
Forum: Fixing WordPress
In reply to: Post Revision problem!!!define(’WP_POST_REVISIONS’, false);
works when it is added afterdefine('DB_COLLATE', '');
Mercime, thanks. i’m using wordpress just because of its simple theme, its other stuffs are complitly mess.
Forum: Fixing WordPress
In reply to: Post Revision problem!!!define(’WP_POST_REVISIONS’, false);
method does not work, still “Post Revision” is working.Forum: Themes and Templates
In reply to: Verena Segert’s Icon SetThank you jleuze ??
Forum: Fixing WordPress
In reply to: Block registration of .ru email addressesForum: Fixing WordPress
In reply to: RSS Doesn’t Work – XML Parsing ErrorI have the same problem, and there is no blank spaces out of PHP script. What to do is to say that WordPress is one of the biggest poorly codded system.
This is the error message:
XML Parsing Error: XML or text declaration not at start of entity Location: https://mozillazine-tr.org/?feed=rss2 Line Number 3, Column 1:<?xml version="1.0" encoding="UTF-8"?> ^
What is responsible of these 2 blank lines? I have checked all files you have suggested and I see that everything is okay. But still the same error.
blank blank <?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="https://purl.org/rss/1.0/modules/content/"
feed-rss2.php
<?php /** * RSS2 Feed Template for displaying RSS2 Posts feed. * * @package WordPress */ header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true); $more = 1; ?><?php echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?><rss version="2.0" xmlns:content="https://purl.org/rss/1.0/modules/content/"