Registering Additional Image Sizes for your Theme You will need to start by adding the support of post thumbnails by placing the following code in your theme’s functions.php file: 1 add_theme_support( 'post-thumbnails' ); Once you enable the support for post thumbnails, you can now use the functionality of registering additional image sizes with the function … Continue reading How to Create Custom Image Sizes in WordPress
Month: February 2016
Do You Want To Add Custom Fonts Or Web Fonts In WordPress wysiwyg editor? Here is Solution For This. Firstly Add Fonts In Theme Then Once Fonts Are Added And Ready To Use, Go To Function.php of Your Theme And Add This Code In function.php if ( ! function_exists( 'wpex_mce_google_fonts_array' ) ) { … Continue reading Add Fonts In WordPress WYSIWYG Editor