Categories Blog Coding How to properly use jQuery scripts in WordPress DevotePressPosted onNovember 18, 2013June 4, 2019 9 Comments on How to properly use jQuery scripts in WordPress WordPress just marked it’s 10th Anniversary on May 27, 2013 and it’s little surprising to … Continue ReadingHow to properly use jQuery scripts in WordPress
Categories Blog Writing & Editing Why Use Category In WordPress? (6 Reasons to Create Category) DevotePressPosted onNovember 17, 2013June 4, 2019 Leave a comment on Why Use Category In WordPress? (6 Reasons to Create Category) Most bloggers and WordPress users ask the question, “Why use category in WordPress?” If you … Continue ReadingWhy Use Category In WordPress? (6 Reasons to Create Category)
Categories Blog Coding Why Pagination is not working in my WordPress Custom Loop? DevotePressPosted onNovember 16, 2013June 4, 2019 7 Comments on Why Pagination is not working in my WordPress Custom Loop? If you are searching about WordPress Pagination then click here to read our previous post … Continue ReadingWhy Pagination is not working in my WordPress Custom Loop?
Categories Blog Coding WordPress Pagination DevotePressPosted onNovember 16, 2013June 4, 2019 1 Comment on WordPress Pagination WordPress Pagination WordPress has the ability to to split lists of posts into multiple pages … Continue ReadingWordPress Pagination
Categories Blog Coding Using pre_get_posts in WordPress DevotePressPosted onNovember 14, 2013June 4, 2019 5 Comments on Using pre_get_posts in WordPress The pre_get_posts is a WordPress hook that allows us to easily modify queries anywhere on … Continue ReadingUsing pre_get_posts in WordPress
Categories Blog Writing & Editing How to Create New Tags on WordPress DevotePressPosted onNovember 7, 2013June 4, 2019 Leave a comment on How to Create New Tags on WordPress Tags are very important part of blog organization. Without tags our blog will be a … Continue ReadingHow to Create New Tags on WordPress
Categories Blog Coding How to Use Filter Hooks DevotePressPosted onNovember 5, 2013June 4, 2019 Leave a comment on How to Use Filter Hooks A filter is a function that takes in some kind of input, modifies it and … Continue ReadingHow to Use Filter Hooks
Categories Blog Writing & Editing How to Assign Category to Existing Blog Posts DevotePressPosted onOctober 28, 2013June 4, 2019 Leave a comment on How to Assign Category to Existing Blog Posts We’ve previously discussed and shown you how to assign category to new blog posts. Now, … Continue ReadingHow to Assign Category to Existing Blog Posts
Categories Blog Old Coding Registering Sidebar in WordPress DevotePressPosted onOctober 23, 2013June 4, 2019 13 Comments on Registering Sidebar in WordPress Sidebar can be any part in the page layout and it’s an excellent way to … Continue ReadingRegistering Sidebar in WordPress
Categories Blog Coding A Guide to Action Hooks DevotePressPosted onOctober 21, 2013June 4, 2019 Leave a comment on A Guide to Action Hooks Action hook is very powerful WordPress feature. If you do any customization, create plugin or … Continue ReadingA Guide to Action Hooks