Search Results for: wp theme

WordPress Create Child Theme

A WordPress child theme is a theme that inherits the functionality of parent theme. Child theme allows you to modify, or add to the functionality of that parent theme. …

How to Setup WordPress Cache – video

Mythemeshop,  has uploaded an excellent video for all WordPress beginners. The video is titled “How to Setup WordPress Cache” Mythemeshop has booth free and premium themes. And the best …

How to secure and speed up wordpress

  1. Choose a good host If you plan to run reliable wordpress website, managed WordPress hosting may be a good choice. Benefits of Managed WordPress Hosting Server is …

How to Add Default Content in WordPress Post

Open  WordPress theme’s functions.php file ( or child theme functions.php ) and paste the following code within the PHP tags. add_filter( 'default_content', 'my_editor_content' ); function my_editor_content( $content ) { …