Very simply try adding this to your wpt_cpt.php file and explore what this does for your WordPress site. In a nutshell, this adds a new post type that you can now define in Read More
To disable the admin navigation bar. Apply the following script to the function.php file. /* Disable the Admin Bar. */ add_filter( 'show_admin_bar', '__return_false' ); Read More
the following code will return a featured image with <img> tags in a medium size. the_post_thumbnail('medium'); the following code will give you the URL of the featured Read More
If you would like to include a part of a template like frontpage-services.php in the main front-page.php template file you will need to add it in the following Read More
I often get asked if WordPress is scalable, ie. can you add a large proportion of articles to it. The answer is yes it is and to prove it here are a few big named websites that Read More