In WordPress, the menu can add a new menu item programmatically without using the Menus widget in the WordPress dashboard. This involves the addition of a function to functions.php To add the menu item, create a menu function in the functions.php which sets a variable that holds the menu list item. A list item contains the anchor tag. An anchor […]
Continue Reading
There are various slider plugins a theme can use to add sliders to a specific post type. Plugins can fail to meet your demand. The quick solution to design a carousel the way you want is to create a custom post type slider without a plugin. The customized slider can be created by having an array that defines the name […]
Continue Reading
The integration of bootstrap carousel in WordPress can be achieved without a plugin. For someone who knows the bootstrap slider scheme will add the carousel to WordPress in less than 5 minutes. The home page of this blog displays the slider of bootstrap. Although, the StackOverflow answers regarding this matter have shown various ways to include a bootstrap slider in […]
Continue Reading
Add slider to a WordPress pages without installing any wordpress plug-in
The post has simplified the procedures to create slider from scratch
Seriously, if you have litle skills of HTML you will find simple to create carousel
Let’s dive in now…
Continue Reading
Avoid the error 404 when loading the image, pdf, or image in WordPress. The proper method to load the image and video to a page in WordPress is by using get_template_directory_uri. get_template_directory_uri is a WordPress function that points to a directory of a current active WordPress theme. Therefore, to access the file that resides in the active theme directory the […]
Continue Reading