Topic: How do I add "Featured Topics" to my homepage like those cools kids at Kete Horowhenua?

Topic type:

The "Featured Topics" block that you see on a lot of Kete homepages is just plain HTML (with some CSS rules in the default theme thrown in) that you can copy, paste, and modify to suit for your site. It is not an automated Kete feature.

Here's what I do when I want to grab the "Featured Topics" block:

  1. go to the page I like that has the featured topics block
  2. in the browser, under edit or view menus, use the "view source" on that page
  3. find the bit that starts with "<h2>Featured Topics</h2>" and ends with a bunch of closing div tags (</div>) and a div like this:
    <div style="margin: 0pt; padding: 0pt; clear: left; width: 0px; height: 0px;"> </div>
  4. then go to the your basket homepage and click "edit", in the description field, click the "HTML" button and paste the bit you copied in
  5. replace the href and src and h3  values that should point at your featured stuff (I.e. your URLs and topic titles, rather than Horowhenua's)
  6. click update and things should show up correctly in the rich text editor, however the exact formatting may not appear correctly until you save the overall edit (CSS rules may not take effect in the editor, but do when the page is displayed)
  7. Adjust as necessary, as your theme's CSS rules may have rules that mean you need to adjust things.

That's it. It's just HTML (with some CSS rules you have to take advantage of).

Discuss This Topic

There are 0 comments in this discussion.

join this discussion

Creative Commons Attribution-Share Alike 3.0 New Zealand License
How do I add "Featured Topics" to my homepage like those cools kids at Kete Horowhenua? by Walter McGinnis is licensed under a Creative Commons Attribution-Share Alike 3.0 New Zealand License