Home › Forums › All Other Themes › Yogi Pro – Team member
- This topic has 6 replies, 3 voices, and was last updated 6 years, 10 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
July 21, 2016 at 2:37 pm #41295
Hello,
Where indicate wich picture used for team or classes items on the home page?
Is-it possible to change the designation of a member from a single line to a multiple line input ?Thanks 🙂
July 21, 2016 at 2:48 pm #41299Ok, I just find for the picture on the home page. Very basic sorry ^^.
THe second ask should be more complex.July 22, 2016 at 1:40 pm #41441Hi,
2nd one isn’t possible unfotunately.
Because the text field given there doesn’t accept HTML characters.
regards,
BradJuly 26, 2016 at 1:30 pm #41782Thanks 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 ?July 26, 2016 at 2:44 pm #41790Hum I search where is the the_content_format function. It generates the HTML code.
OK in custom-functions.phpJuly 26, 2016 at 2:57 pm #41792function 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;
}🙂
July 27, 2016 at 6:52 am #41857Okay so were you able to solve it on your own.
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.