syndication

Creating and modifying plugins.
Post Reply
KJ

syndication

Post by KJ »

I want to syndicate another blog site to mine. It sould be easy but I am new and do not know how.

Thanks in advance :cry:
KJ

another blog link or other blog lists

Post by KJ »

I am quite new in the blog and computer. Sorry to ask very basic Q...
I re-write my question. I would like to find how to make a link to another blog. Can someone help me?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: another blog link or other blog lists

Post by garvinhicking »

You can make links to other blogs by creating a new sidebar item to your blog.

You can do that by entering your Admin Interface, go to "Configure Plugins".

There click on the link "Click here to install a sidebar plugin".

In the upcoming list, choose the "HTML nugget" plugin and click on the install button next to it.

On the next page you can now enter HTML for that nugget. Enter this:

Code: Select all

<a href="http://www.google.de/">Google</a>
Then check the box below that, which reads "Enabled markup transformations" to "No". Click on Save.

Now go to the frontend of your blog and you will see the new HTML nugget in the sidebar, with the links. You can later edit these links through the Plugin Configuration and clicking on the HTML nugget plugin.

HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply