X

Add TinyMCE Font Select to 3rd Row, Always Visible

Snippets by IsItWP

TinyMCE font support allows you to add more fonts to your WordPress website. You can add TinyMCE font select to 3rd row in your WordPress admin settings.

Instructions: Add the following code to the functions.php file of your WordPress theme.

function add_fontselect_row_3( $mce_buttons ) {
$mce_buttons[] = 'fontselect';
return $mce_buttons;
}

You may also enjoy using Google fonts with wp_register_style and wp_enqueue_style.

Comments   Leave a Reply

  1. This actually doesn’t work with the new wordpress, cant get that 3rd row to show up 🙂 any ideas? great snipps all over the site, congratz!

Add a Comment

We're glad you have chosen to leave a comment. Please keep in mind that all comments are moderated according to our privacy policy, and all links are nofollow. Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.

WordPress Launch Checklist

The Ultimate WordPress Launch Checklist

We've compiled all the essential checklist items for your next WordPress website launch into one handy ebook.
Yes, Send Me the Free eBook!