Title: Simple Custom Content
Author: Jeff Starr
Published: <strong>17 نوامبر 2012</strong>
Last modified: 27 مارس 2026

---

جستجوی افزونه‌ها

![](https://ps.w.org/simple-custom-content/assets/banner-772x250.jpg?rev=1391059)

![](https://ps.w.org/simple-custom-content/assets/icon-256x256.png?rev=1474778)

# Simple Custom Content

 توسط [Jeff Starr](https://profiles.wordpress.org/specialk/)

[دانلود](https://downloads.wordpress.org/plugin/simple-custom-content.20260130.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/simple-custom-content/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/simple-custom-content/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/simple-custom-content/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/simple-custom-content/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/simple-custom-content/)

## توضیحات

[Simple Custom Content](https://perishablepress.com/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.

**Features**

 * 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:

 * Before content
 * After content
 * 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](https://wordpress.org/plugins/simple-custom-content/screenshots/)
to get a better idea of how it works.

**Privacy**

This plugin does not collect or store any user data. It does not set any cookies,
and it does not connect to any third-party locations. Thus, this plugin does not
affect user privacy in any way.

Simple Custom Content is developed and maintained by [Jeff Starr](https://x.com/perishable),
15-year [WordPress developer](https://plugin-planet.com/) and [book author](https://books.perishablepress.com/).

**Support development**

I develop and maintain this free plugin with love for the WordPress community. To
show support, you can [make a donation](https://monzillamedia.com/donate.html) or
purchase one of my books:

 * [The Tao of WordPress](https://wp-tao.com/)
 * [Digging into WordPress](https://digwp.com/)
 * [.htaccess made easy](https://htaccessbook.com/)
 * [WordPress Themes In Depth](https://wp-tao.com/wordpress-themes-book/)
 * [Wizard’s SQL Recipes for WordPress](https://books.perishablepress.com/downloads/wizards-collection-sql-recipes-wordpress/)

And/or purchase one of my premium WordPress plugins:

 * [BBQ Pro](https://plugin-planet.com/bbq-pro/) – Blazing fast WordPress firewall
 * [Blackhole Pro](https://plugin-planet.com/blackhole-pro/) – Automatically block
   bad bots
 * [Banhammer Pro](https://plugin-planet.com/banhammer-pro/) – Monitor traffic and
   ban the bad guys
 * [GA Google Analytics Pro](https://plugin-planet.com/ga-google-analytics-pro/)–
   Connect WordPress to Google Analytics
 * [Head Meta Pro](https://plugin-planet.com/head-meta-pro/) – Ultimate Meta Tags
   for WordPress
 * [Simple Ajax Chat Pro](https://plugin-planet.com/simple-ajax-chat-pro/) – Unlimited
   chat rooms
 * [USP Pro](https://plugin-planet.com/usp-pro/) – Unlimited front-end forms

Links, tweets and likes also appreciated. Thank you! 🙂

## عکس‌های صفحه

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

## نصب

**Installation**

 1. Upload the plugin to your blog and activate
 2. Visit the settings to configure your options

[More info on installing WP plugins](https://wordpress.org/documentation/article/manage-plugins/#installing-plugins-1)

**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:

 * Before content
 * After content
 * 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](https://wordpress.org/support/plugin/simple-custom-content/reviews/?rate=5#new-post).
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.

**Uninstalling**

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.

## سوالات متداول

### 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](https://digwp.com/2022/02/custom-code-wordpress/):

    ```
    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](https://plugin-planet.com/support/#contact).
Thanks! 🙂

## نقد و بررسی‌ها

![](https://secure.gravatar.com/avatar/296b8de46c55cf788b0fb3db38f49b222b8e36ef2bcac3a1355b45b749d6ff31?
s=60&d=retro&r=g)

### 󠀁[Superb!](https://wordpress.org/support/topic/superb-1035/)󠁿

 [snoop23](https://profiles.wordpress.org/snoop23/) 11 اکتبر 2024

Amazing. Exactly what I needed. And works like a charm. Thanks for making it.

![](https://secure.gravatar.com/avatar/590c1a85322729f2345aa128684db6522b37951ea328215b6f501ed8439c0a91?
s=60&d=retro&r=g)

### 󠀁[Simply Effective!](https://wordpress.org/support/topic/simply-effective-10/)󠁿

 [Jimmy Lee](https://profiles.wordpress.org/shirtguy72/) 13 نوامبر 2020

Using as above content widget for multiple share button shortcodes, couldn’t live
without this plugin. Another great J. Starr plugin!

![](https://secure.gravatar.com/avatar/8b6867e6975600a38515d11cfc403ee61af69d5fc18739547c54fbc595ee8780?
s=60&d=retro&r=g)

### 󠀁[Does what it says on the tin](https://wordpress.org/support/topic/does-what-it-says-on-the-tin-442/)󠁿

 [hungryandgrumpy](https://profiles.wordpress.org/hungryandgrumpy/) 10 سپتامبر 2020

Superb plugin and very easy to use.

![](https://secure.gravatar.com/avatar/21532bc23b2e544818b4242544061ca8ebb2b6c106e9f151e4f0a2fa7c7be2eb?
s=60&d=retro&r=g)

### 󠀁[Does As It Says & Outstanding Support](https://wordpress.org/support/topic/does-as-it-says-outstanding-support/)󠁿

 [kairenv](https://profiles.wordpress.org/kairenv/) 7 سپتامبر 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.

![](https://secure.gravatar.com/avatar/11cf7c9a8f378b8b5dc39b9204c9220b586b1e3d6345a10a05f06d8956c7c027?
s=60&d=retro&r=g)

### 󠀁[Celebrating 3 Years of Simple Custom Content!](https://wordpress.org/support/topic/celebrating-3-years-of-simple-custom-content/)󠁿

 [Jeff Starr](https://profiles.wordpress.org/specialk/) 3 سپتامبر 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!! 🙂

 [ خواندن تمامی 7 نقد و بررسی‌ ](https://wordpress.org/support/plugin/simple-custom-content/reviews/)

## توسعه دهندگان و همکاران

“Simple Custom Content” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ Jeff Starr ](https://profiles.wordpress.org/specialk/)

“Simple Custom Content” به 1 زبان ترجمه شده است. با تشکر از [مترجمین](https://translate.wordpress.org/projects/wp-plugins/simple-custom-content/contributors)
برای همکاری و کمک‌هایشان.

[ترجمه “Simple Custom Content” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/simple-custom-content)

### علاقه‌ مند به توسعه هستید؟

[Browse the code](https://plugins.trac.wordpress.org/browser/simple-custom-content/),
check out the [SVN repository](https://plugins.svn.wordpress.org/simple-custom-content/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/simple-custom-content/)
by [RSS](https://plugins.trac.wordpress.org/log/simple-custom-content/?limit=100&mode=stop_on_copy&format=rss).

## گزارش تغییرات

If you like Simple Custom Content, please take a moment to [give a 5-star rating](https://wordpress.org/support/plugin/simple-custom-content/reviews/?rate=5#new-post).
It helps to keep development and support going strong. Thank you!

**20260130**

 * Improves readme.txt documentation
 * Generates new language template
 * 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](https://plugin-planet.com/wp/changelog/simple-custom-content.txt)

## اطلاعات

 *  نگارش **20260130**
 *  Last updated **1 هفته پیش**
 *  نصب‌های فعال **100+**
 *  نگارش وردپرس ** 4.7 یا بالاتر **
 *  Tested up to **7.0**
 *  نگارش PHP ** 5.6.20 یا بالاتر **
 *  زبان‌ها
 * [English (US)](https://wordpress.org/plugins/simple-custom-content/) و [Japanese](https://ja.wordpress.org/plugins/simple-custom-content/).
 *  [به زبان خودتان ترجمه کنید](https://translate.wordpress.org/projects/wp-plugins/simple-custom-content)
 * Tags
 * [content](https://fa.wordpress.org/plugins/tags/content/)[custom content](https://fa.wordpress.org/plugins/tags/custom-content/)
   [feeds](https://fa.wordpress.org/plugins/tags/feeds/)[posts](https://fa.wordpress.org/plugins/tags/posts/)
   [rss](https://fa.wordpress.org/plugins/tags/rss/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/simple-custom-content/advanced/)

## امتیازها

 4.9 از 5 ستاره.

 *  [  امتیاز 6 5-ستاره     ](https://wordpress.org/support/plugin/simple-custom-content/reviews/?filter=5)
 *  [  امتیاز 1 4-ستاره     ](https://wordpress.org/support/plugin/simple-custom-content/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/simple-custom-content/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/simple-custom-content/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/simple-custom-content/reviews/?filter=1)

[افزودن ارزیابی من](https://wordpress.org/support/plugin/simple-custom-content/reviews/#new-post)

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/simple-custom-content/reviews/)

## مشارکت کنندگان

 *   [ Jeff Starr ](https://profiles.wordpress.org/specialk/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/simple-custom-content/)

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](https://monzillamedia.com/donate.html)