Here is the Way to make your posts experpts custom lenth Write it in your functions.php and make the value as you want. [php] function custom_excerpt_length() { return 25; } add_filter('excerpt_length', 'custom_excerpt_length' ); [/php] Keep learning Continue Reading »
Category: Wordpress
Getting Started With Redux Framework
Hi I'm going to start a full tutorial about Redux Framework step by step. Today in this tutorial I'm starting from the beginning. I'll show how to use redux framework not as a plugin. I'll show the custom use of Redux framework. Now lets start. Firstly download the redux fraemwork… Continue Reading »