{ // module_execution Limit word count in word press content there is a predefined function to set word limit in wordpress [code lang=”php”] <?php $wordCount = 50; echo wp_trim_words(get_the_content(),$wordCount,’….’); ?> ... STACK: [WORDPRESS] DATE: [December 7, 2015] } _EXECUTE_SYSTEM() =>
{ // module_execution How to use editor in wordpress There is a predefined function in wordpress to add editor anywhere in your code. use following code to display editor ... STACK: [PHP] [WORDPRESS] DATE: [October 3, 2015] } _EXECUTE_SYSTEM() =>
{ // module_execution How to remove outer ul and div from WordPress menu [code lang=”php”] <?php $aMenuParams = array( ‘container’ => false, ‘echo’ => false, ‘items_wrap’ => ‘%3$s’, ‘depth’ => 0, ); echo ... STACK: [PHP] [WORDPRESS] DATE: [August 9, 2015] } _EXECUTE_SYSTEM() =>