Clean CSS3 WordPress Responsive Pricing Table is a premium plugin developed to display Pricing Tables in a lot more professional way. The plugin is designed with clean CSS3, and no JavaScript is used. Moreover, it is responsive as well, aimed to deliver an optimum viewing experience across a wide range of devices and in all […]
Md Abul Bashar | 3,369 views | January 31, 2016 | WordPress Plugins | No |
Md Abul Bashar | 1,968 views | January 27, 2016 | Tips And Tricks | No |
Hi, Today i will teach you how to add favicon icon in your WordPress website. it’s easy work. just you can open your header.php file in your current active theme, then you can find </head> tag, then you will input this code above/before your </head> tag. You can use any img format example: .jpg, .png, […]
Md Abul Bashar | 2,310 views | January 22, 2016 | Tips And Tricks,WordPress Themes Development | No |
Today i will teach you how to query custom post types with taxonomy or without taxonomy How to register custom post types in WordPress How to register Taxonomies in custom post or WordPress default post Way One using while function With Taxonomy support You can see tab_category in above codes, you can understand this […]
Md Abul Bashar | 2,408 views | January 20, 2016 | Tips And Tricks,WordPress Themes Development | No |
Hello, Today i will teach you How to register Taxonomies in custom post or WordPress default post in your WordPress website, it’s simple work, You can see How to register custom post types in WordPress Open Your functions.php file in your current active theme then you can copy below codes and past in your functions.php […]
Md Abul Bashar | 2,721 views | January 19, 2016 | Tips And Tricks,WordPress Themes Development | No |
Hello, Today i will teach you how to register custom post type in your WordPress website, it’s simple work, Open Your functions.php file in your current active theme then you can copy below codes and past in your functions.php file. You can use action hook is ‘after_setup_theme‘ or ‘init‘ but now update code is […]
Md Abul Bashar | 2,086 views | January 18, 2016 | Tips And Tricks | No |
I will fix your WordPress any errors within 24 hours I will fix WordPress issue and errors, I have 3+ years of experience in WordPress development, I am expert in themes and plugins development. I will fix your any type of WordPress websites issues or problems. I can help you in following errors but you […]
Md Abul Bashar | 2,496 views | January 18, 2016 | jQuery,Tips And Tricks | No |
Md Abul Bashar | 1,947 views | January 17, 2016 | Tips And Tricks,WordPress Themes Development | No |
Hello, Today i will teach you how to register widgets in WordPress. It’s simple work. just open your functions.php file in your current active theme folder, and input this code Now you can call / show display your content use below code If you want to use with condition then you can use below codes […]
Md Abul Bashar | 1,963 views | January 15, 2016 | Tips And Tricks,WordPress Themes Development | No |
Today i will teach you how to register shortcode for custom post or your default post option. you can see below codes for register shortcode. Your Shortcode wp-post Example: If you will register post type is testimonial see below register new custom post codes. You we can understand our post type is testimonial and if […]
Md Abul Bashar | 2,274 views | January 13, 2016 | Tips And Tricks,WordPress Plugins,WordPress Themes Development | No |
Today i will teach you, How to Allow Media file upload access for contributor users role, we know WordPress default system is contributor users role can’t upload any media files. if you want to allow upload media files for contributor users role, then you can use two way. Way One ( Using Plugin ) : […]