This 10 Useful WordPress functions will certainly reduce your WordPress development time.I found this functions when i do some research for my projects. So i think i better share this with you. 1.Custom Excerpt Length By default, excerpt length is set to 55 words. To change excerpt length using excerpt_length filter, add the following code […]
Arrange WordPress Posts and Custom Post Types Using a Drag and Drop
As WordPress show your post in same order what you will do if you want to change the order? The custom solution is changing the WordPress post publish date. But i think its not a convenient way to do it right? What if you can do it by using a plugin? First thing you need […]