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,310 views | January 22, 2016 | Tips And Tricks,WordPress Themes Development | No |
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 ) : […]
Md Abul Bashar | 2,265 views | January 12, 2016 | Tips And Tricks,WordPress Themes Development | No |
Hi, Today i will show with you how to enable masonry or how to use Masonry in your WordPress website. What is Masonry? Masonry is a JavaScript grid layout library. It works by placing elements in optimal position based on available vertical space, sort of like a mason fitting stones in a wall. You’ve probably […]
Md Abul Bashar | 2,075 views | January 11, 2016 | Tips And Tricks,WordPress Themes Development | No |
Hi, Today I will teach you how to get enable rss for custom post type’s. You can use this link without any coding http://www.yoursite.com/feed/?post_type=portfolios Just change the post_type name to the one that you want to create a separate RSS feed for. Are you looking to take it to the next level and make it […]