Articles

WordPress Dash incons

Can be used with your custom post types Link reference:
Read More

Adding custom post types (CPT) without a plugin

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

Advertising banner sizes

The following are the most common sizes used in advertising banners, and they're commonly used
Read More

Creating a template object

This might come in handy when using elements such as creating a menu on a page you want to show on different layouts. Go to windows symbols Select and group the object that you
Read More

How to transfer email accounts and messages between cPanel servers?

Go to etc/ sub folder Download your site domain file Re-upload the your site domain folder to your new server under etc/ Go to the mail/ sub folder Download your site domain file
Read More

WordPress disable admin navigation bar

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