Forum Replies Created
Viewing 8 posts - 1 through 8 (of 8 total)
-
AuthorPosts
-
October 20, 2016 at 3:55 pm in reply to: [SKT Yogi Pro] – Change homepage section code (team) #50334
It’s ok I just found what I need 🙂
function get_the_content_format( $str ){
$raw_content = apply_filters( ‘the_content’, $str );
$content = str_replace( ‘]]>’, ‘]]>’, $raw_content );
$content_corrected = html_entity_decode($content);
return $content_corrected;
}🙂
Hum I search where is the the_content_format function. It generates the HTML code.
OK in custom-functions.phpThanks for your answer :).
Maybe I can change the code about that.
WWhere the text field store the information and where is the code for the display ?Ok, I just find for the picture on the home page. Very basic sorry ^^.
THe second ask should be more complex.Thanks a lot.
http://dev.sante-elementterre.ch
I can’t juste change the “cols-3” class of each widget ?
Thanks 🙂
-
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)