WordPress displays posts according to publish date, newer comes first. It happens in all archive pages, even in home page. Did you ever need of changing order of posts in archive page? Or you thought? Well, there is an easy code snippet to shows posts in reverse order. You can add this codes in your… Continue reading Change the order of posts in an archive page
Month: October 2013
WordPress Multisite: How to show popular post acrosee the network (without any plugin)
WordPress Multisite is a very popular platform now a days for owning of a series of blog site. Well, it can be any e-commerce market. You can easily develop a etsy ptsy style market with MarketPress. Also you can charge your store owner for using your platform as well themes and plugins using Pro Sites.… Continue reading WordPress Multisite: How to show popular post acrosee the network (without any plugin)
WordPress Multisite: How to define a common upload folder for all blogs or subsites
In WordPress multisite, media uploaded from the subsite users are stored to different subdirectories using blog id into uploads folder. But, if you need to save all media files in one folder rather than uploads folder with lots of child folders, then you are in right place. Use the following code into your theme functions.php… Continue reading WordPress Multisite: How to define a common upload folder for all blogs or subsites
How to add extra field in the wordpress user profile
Hi Folks! Sometimes we need to add extra fields in wordpress user profile page for some more information like website URL, bio or AIM etc. Well, there is an easy solution from admin dashboard if you use BuddyPress. You can add new profile fields from Users > Profile fields. But what if you don’t use… Continue reading How to add extra field in the wordpress user profile