PDA

View Full Version : Text update on main to link to new items on the site


sunxsweet
May-16-2008, 07:06 AM
Hi everyone,

I'm thining about putting a one-liner text under or above my slideshow on the main page that would allow visitors to see the newest updates. for example, a new blog entry or new video or new gallery. and the text would be a link to the new entry.

I expect I'll be hard coding some things in html or something. But I was wondering if somebody could point me in the right direction.

Thanks!

denisegoldberg
May-16-2008, 03:07 PM
Hi everyone,

I'm thining about putting a one-liner text under or above my slideshow on the main page that would allow visitors to see the newest updates. for example, a new blog entry or new video or new gallery. and the text would be a link to the new entry.

I expect I'll be hard coding some things in html or something. But I was wondering if somebody could point me in the right direction.

You can easily use HTML to do this. You could put your "one-liner" in your bio box either above or below your slideshow, or you could choose to put it in the header and just show it on specific pages.

Here's an example of html to link to one of your galleries:
<html>Visit <a href="/gallery/4889958_sAUWt">Month 16 - May 2008</a> to view the latest photos!</html>

--- Denise