Hi
I use wordpress to manage my collection of online material. When I insert a link using the panel I have the default http://. Is it possible to change that into the full url of the domain where I keep my stuff?
Hi
I use wordpress to manage my collection of online material. When I insert a link using the panel I have the default http://. Is it possible to change that into the full url of the domain where I keep my stuff?
If you mean for the Address field under Blogroll >Add Link, and it's a simple (permanent) replacement to the default http:// you're looking for, this simple plugin should do:
Link Address Insert:
Download plugin | View source
It has a single user-configurable variable you should know about:
$url = ''
This is empty by default, as the plugin will use your blog's url unless this variable has a value. You can edit the variable either through the Plugin Editor in WordPress, or in a text editor off-line before uploading and activating it.
This topic has been closed to new replies.