WP Autoblogged - How to delete trackback URL's?

timestimes

BANNED
Joined
May 12, 2009
Messages
11
Reaction score
4
With WP Autoblogged, how would I go about deleting the trackback URL's or changing them to my page? (since I'm using WP as a doorway)

Is this in the code or in the database?

Any help would be greatly appreciated!
 
You will need to open each post and delete it manually in the edit post mode. To change it for your future posts you will need to change the "post" template.

I am sorry but you will have to google it or wait for someone else to answer how to change the "post" template.

I know it but I have forgotten. Used it long ago.
 
Ok, no need to hard code any files. In the RSS feeds setup menu, go to the bottom of the list where it states" Advanced settings" and click on "Post Templates"

Change:
HTML:
<a target="_blank" href="%link%" title="%title%">%title%</a>

To:
HTML:
<a target="_blank" href="h**p://yoursitename.com" title="%title%">%title%</a>
 
Back
Top