Thread Starter
saoir
(@saoir)
Sorry guys… I mean the “Comments” page of course ….
If you mean the comments page, the file you need to edit is ‘wp-comments.php’
Which parts did you want removed / changed ?
(Please don’t post the whole file here though)
Thread Starter
saoir
(@saoir)
Apols for delay – I appreciate your help… having major DSL problems…
I want to remove the bit after the Comments header where is says:
“The URI to TrackBack this entry is: http://www.opinioneight.com/wp-trackback.php/9”
Also after the “Leave a Comment” header where it says:
“Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: [Moderated – tags removed as they break things 🙂 ]
Thanks again 🙂
Thread Starter
saoir
(@saoir)
Any ideas ? if so I’d really appreciate it.
Okay .. I’m using Notepad++ for the line numbers.
Line 31
<p><?php _e("The <acronym title=\"Uniform Resource Identifier\">URI</acronym> to TrackBack this entry is:"); ?> <em><?php trackback_url() ?></em></p>
That’s your first request. You might just want to make it less intrusive though, so try replacing it with this ? :
<p><a href="<?php trackback_url() ?>" rel="trackback"><?php _e('TrackBack <abbr title="Uniform Resource Identifier">URI</abbr>'); ?></a></p>
Second part:
Line 51
<p><?php _e("Line and paragraph breaks automatic, e-mail address never displayed, <acronym title=\"Hypertext Markup Language\">HTML</acronym> allowed:"); ?> <code><?php echo allowed_tags(); ?></code></p>
All those tags are produced by the last tag there
<code><?php echo allowed_tags(); ?></code>
And Notepad++ is an excellent little text editor for this sort of job:
http://notepad-plus.sourceforge.net/uk/site.htm
Thread Starter
saoir
(@saoir)
You’re a star Podz. I appreciate your time.
Thread Starter
saoir
(@saoir)
Done………… Looking good 🙂
Now I need to research how to put replies in some kind of shaded boxez the way the original article is….