Title Attribute For Menu Items in WordPress Title attribute can be helpful to expand on the meaning of your navigation label and give your users more context to the link. You can provide useful information such as what users can expect from following the link when users hover the link to see the title attribute. […]
Install WordPress On Amazon Server
Install WordPress On Amazon Server We all know allowing WordPress to work on amazon server is not an easy job.This tutorial assumes that you have launched an Amazon Linux instance with a functional web server with PHP and MySQL support. To download and unzip the WordPress installation package 1.Download the latest WordPress installation package with […]
WordPress 4.8 “Evans” – Exciting Widget Updates
WordPress 4.8 “Evans” – Exciting Widget Updates Gear up for a more intuitive WordPress! Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent […]
Enqueue a Script -WordPress
wp enqueue scripts WordPress has an enqueuing system for adding local/remote scripts along with styles to prevent conflicts with plug-ins. Since most users run WordPress with a theme and several plugins, developers are advised to use the correct method of loading scripts into WordPress. Descriptions wp_enqueue_scripts is the proper hook to use when enqueuing items […]
Post Types in WordPress
Post Types WordPress can display many different types of content. A single item of such a content is generally called a post, although post is also a specific post type. Internally, all the post types are stored in the same place, in the wp_posts database table, but are differentiated by a column called post_type. WordPress […]
How to Create a Custom Menu in WordPress
A. To get started creating a custom menu, log in to your WordPress site and click to expand the Appearance menu on the left side of the WordPress Dashboard.
B. Click on the Menus link in the Appearance menu. You’ll now see the Menus editor page.