Simple Custom Content

Descrizione

Simple Custom Content (SCC) enables you to add custom content to all of your WP Posts and RSS Feeds. Additionally, SCC provides several shortcodes for adding custom content to individual Posts, Pages, or any location in your theme template. This plugin is ideal for adding copyright information, official policies, disclaimers, credits, thank-you messages, custom links, special offers, and anything you can imagine.

Caratteristiche

  • Custom content can be text and/or markup
  • Display custom content automatically on all WP Posts
  • Display custom content automatically on all RSS Feeds
  • Optionally display custom content only in Post Excerpts
  • Optionally display custom content only in Feed Excerpts
  • Provides setting to reset all plugin options to default values
  • Provides Shortcodes to add custom content to Posts and Pages
  • Specify location of custom content (before or after content)
  • Works perfectly with or without Gutenberg Block Editor
  • Option to limit custom content to WP Posts
  • Option to allow custom content on WP Pages

Automatic Custom Content

For each of the automatic inclusion methods (WP Posts and RSS Feeds), you can specify where you would like to display the custom content:

  • Prima del contenuto
  • Dopo il contenuto
  • Both before and after
  • Do not display (disable)

Post-Specific Custom Content

Here is a summary of the SCC Shortcodes, which may be used to display your custom content based on where it is viewed:

  • [scs_post] – display custom content for single posts
  • [scs_feed] – display custom content for RSS feeds
  • [scs_both] – display custom content for single posts & feeds
  • [scs_alt] – displays content wherever shortcode is included

Dynamic Post Shortcodes

Customize your content with any of the following post variables:

%%id%%        = Post ID
%%date%%      = Post Date
%%title%%     = Post Title
%%author%%    = Post Author
%%permalink%% = Post URL
%%year%%      = Current year

You can use any of these shortcut variables in any of your custom content. More info provided in the plugin settings.

Check out the screenshot to get a better idea of how it works.

Privacy

Questo plugin non raccoglie o conserva alcun dato dell’utente. Non imposta alcun cookie e non si collega a nessun servizio di terze parti. Per questo motivo, questo plugin non influisce sulla privacy dell’utente in nessun modo.

Simple Custom Content is developed and maintained by Jeff Starr, 15-year WordPress developer and book author.

Supporta lo sviluppo

Sviluppo e mantengo con dedizione questo plugin gratuito per la comunitΓ  di WordPress. Puoi dare il tuo contributo facendo una donazione o acquistando uno dei miei libri:

E/o acquista uno dei miei plugin premium per WordPress:

Links, tweets and likes also appreciated. Thank you! πŸ™‚

Screenshot

  • Simple Custom Content: Plugin Settings (panels toggle open/closed)

Installazione

Installation

  1. Carica il plugin nel tuo blog e attivalo
  2. Visit the settings to configure your options

More info on installing WP plugins

Example

For example, to display a copyright statement, you can add something like this:

<p>Copyright %%year%% My Company dot com</p> 

You can add that snippet to any of the “Custom Content” settings. So you can include it on posts, pages, feeds, and in the header and/or footer, or exactly wherever is required.

Simple Custom Content enables automatic and post-specific custom content. Both of these are discussed below.

Automatic Custom Content

To display your custom content automatically, visit the “Automatic Custom Content” settings. There you can enter custom content for WP Posts and RSS Feeds. And for each, you have the following options:

  • Prima del contenuto
  • Dopo il contenuto
  • Both before and after
  • Do not display (disable)

Check out the plugin settings for more infos.

Post-Specific Custom Content

To display custom content only on specific posts, visit the “Post-Specific Custom Content” settings. There you can define custom content for any of the following shortcodes:

  • [scs_post] – custom content for single posts
  • [scs_feed] – custom content for RSS feeds
  • [scs_both] – custom content for single posts and feeds
  • [scs_alt] – content wherever shortcode is included

You can add any of these shortcodes to your posts, pages, or any custom post type. Visit the plugin settings for more infos.

Dynamic Post Shortcodes

Customize your content with any of the following post variables:

%%id%%        = Post ID
%%date%%      = Post Date
%%title%%     = Post Title
%%author%%    = Post Author
%%permalink%% = Post URL
%%year%%      = Current Year (e.g., for copyright)

You can use any of these shortcut variables in any of your custom content. More info provided in the plugin settings.

Like the plugin?

If you like Simple Custom Content, please take a moment to give a 5-star rating. It helps to keep development and support going strong. Thank you!

Restore Default Options

To restore default plugin options, either uninstall/reinstall the plugin, or visit the plugin settings > Restore Default Options.

Disinstallazione

This plugin cleans up after itself. All plugin settings will be removed from the WordPress database when the plugin is deleted via the WP Plugins screen.

FAQ

How do I change the priority of the custom content filter?

You can use the scs_content_priority filter hook, for example you can add the following code via your theme functions.php, or add via custom plugin:

function scs_custom_content_priority() { return 999; }
add_filter('scs_content_priority', 'scs_custom_content_priority');

This can help if you want to display your custom content at the very end of the post, after any content that may be added via other plugins, etc.

Questions? Feedback?

Send any questions or feedback via my contact form. Thanks! πŸ™‚

Recensioni

11 Ottobre 2024
Amazing. Exactly what I needed. And works like a charm. Thanks for making it.
13 Novembre 2020
Using as above content widget for multiple share button shortcodes, couldn’t live without this plugin. Another great J. Starr plugin!
7 Settembre 2016
Plugin does just as it says and delivers it without problems. When I came across a few things that I wanted the plugin to do that it didn’t do the support from the developer was simply outstanding. Fast and efficient replies. It’s now the perfect plugin for my needs.
3 Settembre 2016
Simple Custom Content was launched in October of 2012, and has been rocking custom content ever since! So huge THANK YOU to everyone who uses the plugin — here’s to another 3 years of Simple Custom Content!! πŸ™‚
Leggi tutte le recensioni di 7

Contributi e sviluppo

“Simple Custom Content” Γ¨ un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“Simple Custom Content” Γ¨ stato tradotto in 1 lingua. Grazie a chi traduce per il contributo.

Traduci “Simple Custom Content” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.

Changelog

If you like Simple Custom Content, please take a moment to give a 5-star rating. It helps to keep development and support going strong. Thank you!

20260130

  • Improves readme.txt documentation
  • Genera nuovi template di lingua
  • Tests on PHP 8.4 and 8.5
  • Tests on WordPress 6.9

Full changelog @ https://plugin-planet.com/wp/changelog/simple-custom-content.txt