Add Twitter Cards v2.0.2 released

Add Twitter Cards

Add Twitter Cards to attach rich photos to Tweets, helping to drive traffic to your website.

Options allow:

  • Card Types of Summary or Summary With Images.
  • Excerpt or first 200 characters of post added to card.
  • Featured Image or first post image will be added to card (subject to configurable minimum size).
  • Integrate with [Floating Featured Images](https:/development.azurecurve.co.uk/classicpress-plugins/floating-featured-image/) for card image.

This plugin is multisite compatible; each site will need settings to be configured in the admin dashboard.

note Changelog

  • Update readme file for compatibility with ClassicPress Directory.

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

Avatars v2.2.3 Released

Avatars

Upload a new avatar and set as the default avatar and allow users to upload their own avatar and override the default.

Admin setting allows only use of local avatars; prevents use of Gravatars; if user doesn’t upload their own avatar, a local default is used instead.

This plugin is multisite compatible; each site will need settings to be configured in the admin dashboard.

note Changelog

  • Update readme file for compatibility with ClassicPress Directory.

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

BBCode v2.1.3 Released

Allows users to use standard bbcodes in posts and pages in place of HTML tags.

The following bbcodes can be used:

Bold:
    [b]bold[/b]
Italic:
    [i]italics[/i]
Underline:
    [u]underline[/u]
Center Text:
    [center]centered text[/center]
Strike:
    [strike]strike[/strike]
Quote:
    [quote]quote[/quote]
Color:
    [color=blue]color[/color]
Font size:
    [size=12pt]12pt font size[/size]
    [size=1.2em]1.2em font size[/size]
    [size=12px]12px font size[/size]
Image:
    [img]https://docs.classicpress.net/wp-content/classicpress/logos/icon-gradient-600.png[/img]
    [img=ClassicPress logo]https://docs.classicpress.net/wp-content/classicpress/logos/icon-gradient-600.png[/img]
URL:
    [url]https://www.classicpress.net/[/url]
    [url=https://www.classicpress.net/]ClassicPress[/url]
    [link]https://www.classicpress.net/[/link]
    [link=https://www.classicpress.net/]ClassicPress[/link]
Ordered lists:
    [ol]ordered list[/ol]
Unordered lists:
    [ul]unordered list[/ul]
List items:
    [li]list item[/li]
Table:
    [table][/table]
Table Row:
    [tr][/tr]
Table Header:
    [th][/th]
Table data (cell):
    [td][/td]
Code:
    [code]function azc_bbcode_bold($atts, $content = null){ return "".do_shortcode($content).""; }[/code]

Allows users to use standard bbcodes in posts and pages; Shortcodes in Comments can be used to allow bbcodes in comments and Shortcodes in Widgets can allow them in widgets.

This plugin is multisite compatible.

note Changelog

  • Update readme file for compatibility with ClassicPress Directory..

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

Breadcrumbs v1.3.5 Released

Breadcrumbs

Allows breadcrumbs to be placed before and after the content on a post, page or other post type.

The getbreadcrumbs() function can be added to a theme template to position the breadcrumbs elsewhere on the page such as before the post heading; the

azurecurve » Breadcrumbs v1.3.5 Released

shortcode can also be used to place breadcrumbs.

Function usage, to avoid errors if the plugin is not active is:

if (function_exists(azrcrv_getbreadcrumbs)){
    echo azrcrv_getbreadcrumbs('arrow');
}

Shortcode usage is

azurecurveBreadcrumbs v1.3.5 Released

or

azurecurve » Breadcrumbs v1.3.5 Released

to choose between arrow and text breadcrumbs.

The plugin supports both text based and arrow breadcrumbs; styles maintainable via the admin console.

Backward compatibility for those migrating from WordPress to ClassicPress has been maintained by retaining the azc_b_getbreadcrumbs() function..

This plugin is multisite compatible; each site will need settings to be configured in the admin dashboard.

note Changelog

  • Update readme file for compatibility with ClassicPress Directory.

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

Call-out Boxes v1.5.3 Released

Call-out Boxes

Place configurable call-out box in posts, pages or other post types.

Integrates with the Call-out Boxes plugin from azurecurve for call-out box icons.

The following parameters can be used with the [code]call-out-boxes[/code] shortcode:

  • icon
  • heading
  • width
  • margin
  • padding
  • border
  • border-radius
  • color
  • background-color

This plugin is multisite compatible; each site will need settings to be configured in the admin dashboard.

note Changelog

  • Update readme file for compatibility with ClassicPress Directory.

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

Check Plugin Status v1.1.3 Released

Check Plugin Status

This plugin allows you to check the status of plugins on your site:

  • Are they in the WordPress Repository.
  • Do they use a 3rd party update mechanism such as Update Manager.
  • Are they supported on ClassicPress or on WordPress 5+.
  • Are they up-to-date.

Exception handling has been built in for Contact Form 7 and Google Sitemap Generator which report a different slug in the API to the slug on the WordPress Repository.

note Changelog

  • Update readme file for compatibility with ClassicPress Directory.

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

Code v1.3.4 Released

Code

Set of shortcodes which can be used for manual syntax highlighting of code:

  • `formatcode` adds pre and span tags
  • `copyright` displays user defined copyright message
  • `highlight` highlights text
  • `sqlblue`
  • `sqlred`
  • `sqlgrey`
  • `sqlgreen`
  • `sqlpink`
  • `phpgrey`
  • `phpblue`
  • `phpgreen`

This plugin is multisite compatible; each site will need settings to be configured in the admin dashboard.

note Changelog

  • Update readme file for compatibility with ClassicPress Directory.

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

Comment Validator v2.0.2 Released

Comment Validator

Checks comment to ensure they are longer than the minimum, shorter than the maximum and also allows comments to be forced into moderation based on length.

This plugin is multisite compatible; each site can be set to use network settings or locally defined ones.

note Changelog

  • * Update readme file for compatibility with ClassicPress Directory.

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

Conditional Links v1.2.4 Released

Conditional Links

Conditional links allows shortcodes to be created which will automatically link when a page or blog post exists with the same slug or title. If the conditionally linked page or post exists, the text will be wrapped in anchor tags otherwise plain text will be returned.

The following shortcodes are available:

  • cpl for page links.
  • cbl for blog post links.

Shortcodes can be used in the following ways:

  • [cpl slug="link"]
  • [cpl title="this link title"]link[/cpl]
  • [cpl slug="link" title="the link title"]

This plugin is multisite compatible.

note Changelog

  • Update readme file for compatibility with ClassicPress Directory.

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

Contact Forms v2.0.3 Released

Contact Forms

A simple contact forms plugin with an options page allowing default settings to be configured; these settings can, in most cases, be overridden when adding a contact form to a page. This plugin supports the use of multiple contact forms on a page.

Contact forms can be placed on pages using the simple-contact-form shortcode which supports the following parameters:

  • id is the only mandatory parameter; a unique id for each contact form on the page must be supplied.
  • send-from-email allows the default send from email address to be overridden.
  • send-from-name allows the default send from email name to be overridden.
  • recipients is a comma separated list of email address which allows the default recipients to be overridden.
  • label-name allows the default label for the name field to be overridden.
  • label-email allows the default label for the email field to be overridden.
  • label-subject allows the default label for the subject field to be overridden.
  • label-message allows the default label for the message field to be overridden.
  • subject allows the default subject for the name field to be overridden. If an empty subject is provided, users can free form type a subject. Multiple subjects to allow picking from a drop down list can be supplied, separated with a |.
  • subject-prefix allows a subject prefix to be added to all subjects when the email is sent and override the default.

Example shortcode usage:
[simple-contact-form id="contact-us" recipients="bob@example.com,jane@example.com" subject="Sales|Support|Accounts" subject-prefix="Contact us from example.com:"]

This plugin is multisite compatible, with options set on a per site basis.

note Changelog

  • Update readme file for compatibility with ClassicPress Directory.

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.