Hi, today i will teach you, How to show related post by same author in WordPress, We will show you how to display related posts by the same author in WordPress without a plugin. Step #01: Open your current active theme, Step #02: Find functions.php file Step #03: find ?> sign in last below, […]
Md Abul Bashar | 4,173 views | April 22, 2016 | WordPress,WordPress Themes Development | No |
Md Abul Bashar | 3,500 views | April 21, 2016 | JavaScript,jQuery | No |
Md Abul Bashar | 2,845 views | March 23, 2016 | jQuery,Tips And Tricks | No |
Md Abul Bashar | 2,302 views | March 14, 2016 | Tips And Tricks | No |
Md Abul Bashar | 4,867 views | March 13, 2016 | Tips And Tricks | No |
Hi, Today I will teach you, how to dynamic bootstrap carousel bullets in WordPress website or themes, just you will query your posttype, WordPress default post or your custom post, and you can see below query codes then you can understand, just add extra dynamic counting functions in your query then it’s working. You can […]
Md Abul Bashar | 2,292 views | February 5, 2016 | Tips And Tricks,WordPress Themes Development | No |
As default WordPress wp_dropdown_categories() function display category list as a select option but the problem is you can not get category link but it is most important that need each category link. I study by google and get solution for this Link problem here is my code paste this code into functions.php Paste where […]
Md Abul Bashar | 5,331 views | February 4, 2016 | Tips And Tricks,WordPress Themes Development | 2 |
Hello, Today i will teach you how to query any custom post with pagination in your WordPress theme, You can see below code and Now you can use WP-PageNavi Plugin or you can create navigation.php page then past below code in your navigation.php page or you can remove this code above query code and […]
Md Abul Bashar | 5,082 views | February 2, 2016 | jQuery,WordPress Themes Development | No |
Md Abul Bashar | 3,376 views | January 31, 2016 | WordPress Plugins | No |
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 | 1,974 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, […]