Giter VIP home page Giter VIP logo

blog-entry-topper's Introduction

blogEntryTopper

Featured images for RapidWeaver blog entries

This small little plugin uses jQuery to add featured images above your blog entries in RapidWeaver's built-in blog page style.

Installation

Using the blogEntryTopper feature in your own RapidWeaver themes is pretty easy.

  1. First we want to include our CSS for formatting the blogEntryTopper images in the head of our document. Here we've placed our CSS file in the CSS sub folder within our theme:

    <link rel="stylesheet" href="%pathto(css/blogEntryTopper.css)%" />

    Be sure to change the path to match your theme.

  2. You'll want to make sure you're calling jQuery. Most any version will do. Here we'll use v1.9. Include this, and the code from step 3 just before the closing body tag:

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
  3. Finally we'll call our javascript which does the work.

    <script src="%pathto(js/blogEntryTopper.js)%"></script>

    Again, here you'll want to make sure the path matches the folder structure of your theme.

blog-entry-topper's People

Contributors

elixirgraphics avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.