…there’s no way to include the style in WordPress posts, at all?
You need to add the style
tag to the list of allowed post tags, and also ensure TinyMCE recognises it in the editor:
function wpse_180472_wp_kses_allowed_html( $tags, $context ) {
if ( $context === 'post' )
$tags['style'] = array();
return $tags;
}
add_filter( 'wp_kses_allowed_html', 'wpse_180472_wp_kses_allowed_html', 10, 2 );
function wpse_180472_tiny_mce_before_init( $init ) {
if ( isset( $init['extended_valid_elements'] ) )
$init['extended_valid_elements'] .= ',style';
else
$init['extended_valid_elements'] = 'style';
return $init;
}
add_filter( 'tiny_mce_before_init', 'wpse_180472_tiny_mce_before_init' );
Related Posts:
- How am I supposed to use index.html?
- Making a
- multiple classes on single element html
- How to insert spaces/tabs in text using HTML/CSS
- How to get these two divs side-by-side?
- Is there a color code for transparent in HTML?
- How to make the HTML link activated by clicking on the
- ?
- How to change text transparency in HTML/CSS?
- Text-decoration: none not working
- How do I right align div elements?
- How would you make two s overlap?
- How to center HTML5 Videos?
- height style property doesn’t work in div elements
- CSS “margin: 0 auto” not centering
- How to center HTML5 Videos?
- How can I insert vertical blank space into an html document?
- How to have an anim gif on a link and play it on hover and reset
- Align
elements side by side- Align text to the bottom of a div
- How to make a
- display in a horizontal row
- CSS – display: none; not working
- Delete white space between divs
- Display Images Inline via CSS
- CSS/HTML: Create a glowing border around an Input Field
- Why CSS3 Animation is not working?
- Need to make a clickable
button- Set line height in Html
to make the html looks like a office word when
has different font sizes
- Using margin / padding to space span tag from the rest of the p tag
- Removing whitespace between HTML elements when using line breaks
- CSS fixed width in a span
- How to get multiple images to auto resize and stay centered within a div
- Why are my divs overlapping?
- How to make canvas responsive
- How can I center
- into a div?
- How to Add Admin Bar and Admin Menu or Submenu Notification Bubbles?
- Why is WordPress changing my HTML code
- raw code vs wordpress
- Write text below a specific part of a sentence
- WordPress stripping out BR tags, need assistance
- How to insert html/css/javascript code to wordpress plugin
- How can i add note, caution, warning quote inside the text? [closed]
- How to create fa-bars animated menu
- Get a blank line after div by simply leaving an empty line in the editor
- Changing CSS FilePath for All Pages
- Can’t Display Table Headers in Responsive table layout
- What makes WP so SEO friendly?
- Title has word broken when viewed in mobile [closed]
- wordpress css file
- how to hide submenus for the not active pages
- How can I get the search form to be selected automatically?
- CSS – Initial HTML Margin Issue On WordPress Site
- Cannot set property ‘className’ of null at setThemeFromCookie
- Is it safe to use WordPress generated classes?
- custom header navigation has odd spacing [closed]
- How to change the settings of a video? [closed]
- Acessing HTML element with no specific tag on it [closed]
- How to Add a Read-only Textbox With Text in it That Has a Button to Copy it?
- Responsive issue with secondary logo – not sticking in position [closed]
- Earlier stylesheet not overriding later one
- With over a page of content the footer remains where the bottom of the screen was at top scroll
- How to add class to an html output element in tinyMCE paragraph drop down menu
- WordPress is not displaying CSS file
- Change class names dynamically added to html elements by wordpress
- I have html form and need to make it work in text editor on template. Only problem is it has .sccs styling file
- Hide Tab Titles from Tabs Block
- WordPress footer always at the bottom of the screen-page
- WordPress login using a completely custom page and no plugins?
- How to display image on WordPress homepage
- Clickable Text To Replace Radio buttons
- How to remove the specific class
- Img load while refreshing
- HTML not resizing
- Navigation menu disappears when I hover the mouse [closed]
- Content going full width even though container is not
- How to Compress Css/js code in wordpress and increase loading speed?
- Bootstrap News: Image Modifciation
- Fonts are parsed in one way but rendered in a different way
- Divi Theme HTML code is different in View Page Source than in the Firefox Inspector
- How to Take Logo Out of Navigation Menu? [closed]
- @media applying globally and not separately for each screen width [closed]
- How would I add this code to a single WordPress page?
- Trouble with adding preloader to my home page index.html and index.js
- WP theme update causes child theme CSS problems
- Import HTML code that loads css and javascript into specific page
- checkbox function not working for dropdown menu
- Pages in another language
- Outputting the blogposts or the_content()
- Converting Static HTML pages to WordPress
- Responsive table on ios safari
- How do I hide a specific div class inside ? [closed]
- Interactive maps in wordpress
- How to add input search field with roudned corners?
- Rollover button doesn’t appear in sidebar [closed]
- Hiding fields a form in via CSS [closed]
- How can I use Advanced Custom Field Option page in CSS WordPress
- Can I upload my HTML/CSS/Javascript game onto a WordPress page?
- WordPress site suddenly not showing some DOM elements but mobile is fine
- Editing size of h3 tag in wordpress on a one-off basis
- IOS Ventura Safari 16.3 position fixed elements goes above scroll bar
- Elementor Contact Form Submit button has empty class