Title: Custom Classes
Author: Justin Tadlock
Published: <strong>6 فوریه 2012</strong>
Last modified: 27 سپتامبر 2017

---

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

![](https://ps.w.org/custom-classes/assets/banner-772x250.png?rev=1737208)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# Custom Classes

 توسط [Justin Tadlock](https://profiles.wordpress.org/greenshady/)

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

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

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

## توضیحات

The Custom Classes plugin allows you to create custom classes for posts (when `post_class()`
is called) and for the `<body>` class (when `body_class()` is called). It creates
a meta box on the edit post and edit term screens in the admin with input boxes 
for adding your custom classes.

Custom post classes are added whenever your theme calls the `post_class()` function,
which is generally whenever a post is shown. Custom body classes are added on the
single view of the post whenever your theme calls the `body_class()` function.

### Like this plugin?

Please consider helping the cause by:

 * [Making a donation](https://themehybrid.com/donate).
 * [Signing up at my site](https://themehybrid.com/club).
 * [Rating the plugin](https://wordpress.org/support/view/plugin-reviews/custom-classes?rate=5#postform).

### Professional Support

If you need professional plugin support from me, the plugin author, you can access
the support forums at [Theme Hybrid](https://themehybrid.com/board/topics), which
is a professional WordPress help/support site where I handle support for all my 
plugins and themes for a community of 75,000+ users (and growing).

### Plugin Development

If you’re a theme author, plugin author, or just a code hobbyist, you can follow
the development of this plugin on it’s [GitHub repository](https://github.com/justintadlock/custom-classes).

### Will this work with custom post types?

Certainly. This plugin works with any public post type on your site. It’s not just
limited to the “post” post type.

### It’s not working!

Most likely, this means your theme isn’t using the appropriate functions (`post_class()`
and `body_class()`). You’ll need to talk to your theme author to get them to fix
this. Or, better yet, use a correctly-coded theme from [Theme Hybrid](https://themehybrid.com/themes)!

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

[⌊Custom classes meta box⌉⌊Custom classes meta box⌉[

Custom classes meta box

[⌊Body class output in source code⌉⌊Body class output in source code⌉[

Body class output in source code

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

  Why was this plugin created?

I wanted a quick and easy way to add styles to my posts without having to make a
tag, create a category, or use post formats. Those solutions are great, but they’re
not ideal for every situation. By using a custom class, I have complete control 
over post styles.

 How do I use it?

A meta box named “Classes” gets added to the edit post screen in the admin. From
there, you can input a custom post and/or body class for individual posts. On the
edit/new term (category, tag, etc.) screen, a new field labeled “Body Class” is 
also available.

Of course, you actually have to style the class in your theme’s `style.css` file
for anything to actually change on the front end. This plugin just outputs the classes
for you. It’s up to you to decide how to use them.

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

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

### 󠀁[Simply great](https://wordpress.org/support/topic/simply-great-146/)󠁿

 [tastymouse](https://profiles.wordpress.org/tastymouse/) 15 ژانویه 2018

This is really a nice plugin. It makes any theme more flexible.

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

### 󠀁[Works nicely!](https://wordpress.org/support/topic/works-nicely-86/)󠁿

 [Shivanand Sharma](https://profiles.wordpress.org/varun21/) 27 سپتامبر 2017

If all you need is to add custom classes to body on a per page / post basis, this
plugin is all you need.

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

### 󠀁[Perfect](https://wordpress.org/support/topic/perfect-2429/)󠁿

 [innuvo](https://profiles.wordpress.org/innuvo/) 3 سپتامبر 2016

Just what I need – works perfectly running WP version 4.3.1 without any issues at
all. Thanks for a great solution Justin As the other reviewer, could do with an 
update to tell users it is still ok to use today.

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

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

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

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

 *   [ Justin Tadlock ](https://profiles.wordpress.org/greenshady/)

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

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

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

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

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

The change log is located in the `changelog.md` file in the plugin folder. You may
also [view the change log](https://github.com/justintadlock/custom-classes/blob/master/changelog.md)
online.

## اطلاعات

 *  نگارش **1.0.0**
 *  Last updated **9 سال پیش**
 *  نصب‌های فعال **2,000+**
 *  نگارش وردپرس ** 4.8 یا بالاتر **
 *  Tested up to **4.8.28**
 *  نگارش PHP ** 5.3 یا بالاتر **
 *  زبان‌ها
 * [English (US)](https://wordpress.org/plugins/custom-classes/) و [German](https://de.wordpress.org/plugins/custom-classes/).
 *  [به زبان خودتان ترجمه کنید](https://translate.wordpress.org/projects/wp-plugins/custom-classes)
 * Tag
 * [classes](https://fa.wordpress.org/plugins/tags/classes/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/custom-classes/advanced/)

## امتیازها

 5 از 5 ستاره.

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

[Your review](https://wordpress.org/support/plugin/custom-classes/reviews/#new-post)

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

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

 *   [ Justin Tadlock ](https://profiles.wordpress.org/greenshady/)

## پشتیبانی

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

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

## کمک مالی

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

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