ھي پلگ ان WordPress جي جديد 3 وڏين رليزز سان آزمايو نه ويو آھي. اهو ٿي سگهي ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

Custom CSS for Pages and Posts

وضاحت

This plugin adds a metabox to all post and page edit screens ( and optionally to
custom post type edit screens ) that allows the user specify custom CSS for that
page or post. All it does is wrap your CSS in tags
and then inserts the block into the section of your page/post. Pretty simple.

تصوير

  • New metabox with Custom CSS text area

انسٽاليشن

  1. If you use FTP to upload your plugins, unzip the zip file and upload the resulting directoy to /wp-content/plugins/
    If you use the automatic uploader, there’s no need to unzip the file first.

  2. Activate the plugin through the ‘Plugins’ menu in WordPress

You will now see a new metabox on all edit screens for posts and pages.

FAQ

Q: How do I enable this for my custom post types?
A: Add this line to your theme’s functions.php file and change POST_TYPE to the name of your post type.

add_post_type_support( ‘POST_TYPE’, ‘ahjira-custom-css’);

Examples:

add_post_type_support( ‘book’, ‘ahjira-custom-css’);
add_post_type_support( ‘event’, ‘ahjira-custom-css’);
add_post_type_support( ‘product’, ‘ahjira-custom-css’);

For more information, please visit the plugin’s home page at:
http://ahjira.com/plugins/custom-css-for-pages-and-posts

جائزا

3 سيپٽمبر 2016
Love it, works perfect…the CSS box on each page is a SMART little feature, and I definitely automatically install this plugin on EVERY WordPress project I start…clients always end up wanting little page-specific tweaks, man, much easier. A+!
3 سيپٽمبر 2016 1 reply
It seems like it wont output the CSS in the custom field generated by this plugin. I am using Genesis framework and not much customization done yet. I’d be willing to change my review if it is fixed. Looks like a great plugin.
جمع: سڀ 7 تبصرا پڙهو

تعاون ڪندڙ & ڊولپرز

“Custom CSS for Pages and Posts” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

ترجمو ڪريو “Custom CSS for Pages and Posts” توهان جي ٻولي ۾.

ڊولپمينٽ ۾ دلچسپي؟

ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.

لاگ تبدیل ڪريو

1.1

• Updated for auto-update
• Refined the code for better performance

1.0

• Initial release