WP Manifestindependent plugin directory
manifest / content / cwp-frontend-post-bootstrapify

CWP Bootstrapify

Modify certain HTML elements output in WordPress posts to adhere to Bootstrap class conventions.

by Robert Andrews · github.com/robertandrews/cwp-frontend-post-bootstrapify

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/robertandrews/cwp-frontend-post-bootstrapify/archive/refs/heads/master.zip

Readme

CWP Bootstrapify

This repository contains a WordPress plugin called CWP Bootstrapify. It allows you to bootstrapify the content of your WordPress website by adding custom classes and modifying certain elements.

Features

  • Bootstrapify blockquote elements
  • Add custom classes to headings
  • Add classes to images

Installation

  1. Download the repository as a ZIP file.
  2. In your WordPress admin panel, navigate to PluginsAdd New.
  3. Click on the Upload Plugin button, and select the ZIP file you downloaded.
  4. Activate the plugin.

Usage

The CWP Bootstrapify plugin provides the following features:

Bootstrapify blockquote elements

  • Applies the .blockquote class to <blockquote> elements
  • Applies style classes to <blockquote>
  • Wraps <blockquote> in <figure> element
  • Ignores tweet embeds (iframes fall back to blockquote with class .twitter-tweet)
  • Ignores blockquote followed by a <p> containing an `

Read the full README on GitHub →