I want to add a custom font into my theme. Please let me know if this is just as simple as uploading the font to a new folder named...
  • May 21, 2022
  • 0 Comments
In my functions.php I have the following: add_theme_support( 'post-thumbnails', 'html5', array( 'comment-list', 'comment-form', 'search-form' ) ); …which in WP 3.8.1 disables e.g. featured image (i.e. post-thumbnails). My question is...
  • May 19, 2022
  • 0 Comments