Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

okfn-brasil/wordpress-theme

 
 

Repository files navigation

================= OKFN WordPress Theme

OKFNWP is a WordPress theme built on Bootstrap and LESS.

Getting Started

You'll need the following installed before continuing:

  • Node.js: Use the installer provided on the NodeJS website.
  • Grunt: Run [sudo] npm install -g grunt-cli
  • Bower: Run [sudo] npm install -g bower

To get started run:

npm install && bower install && grunt watch

Templates

Homepage

The homepage template is a regular full-width content page. Use the [latestposts] shortcode to display the latest blog posts.

Shortcodes

Latest Blog Posts

To add a 3-column row of the latest blog posts, use:

[latestposts]

To change the section heading from the default 'Latest posts from the blog', pass in a title="" parameter:

[latestposts title="Recent Posts"]

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 61.4%
  • CSS 36.0%
  • JavaScript 2.6%