Swimmax
Forum Replies Created
-
thanks Michael, i will try. would it be better to use cfdb-table instead?
Forum: Fixing WordPress
In reply to: Meta widget modificationsorry edit with wordpad
Forum: Fixing WordPress
In reply to: How to hide rss feed on meta login widgetI hope this helps i posted to this a few hours back:
To delete those line You have to change the widget.php file found in the core code for wordpress install
wp-includes/widgets.php
then using your ftp client bring it to your desktop and edit the file with wordpad
use the edit feature to find “meta” and then look for the lines that say the last three i think two RSS’s and the wordpress
save then reload that file to the wp-includes and you are done
the best thing i can think of is to do this:
/* before these three lines- ” title=”<?php echo attribute_escape(__(‘Syndicate this site using RSS 2.0’)); ?>”><?php _e(‘Entries <abbr title=”Really Simple Syndication”>RSS</abbr>’); ?>
- ” title=”<?php echo attribute_escape(__(‘The latest comments to all posts in RSS’)); ?>”><?php _e(‘Comments <abbr title=”Really Simple Syndication”>RSS</abbr>’); ?>
- “>ww.wp.xz.cn
and */ after
Forum: Fixing WordPress
In reply to: Meta widget modificationYou have to change the widget.php file found in the core code for wordpress install
wp-includes/widgets.php
then using your ftp client bring it to desktop and edit the file with wordpress
use the edit feature to find “meta” and then look for the lines that say the last three i think two RSS’s and the wordpress
save then reload that file to the wp-includes and you are done