- This topic has 6 replies, 3 voices, and was last updated 8 years, 11 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Yogi Pro – Team member
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 🙂
Ok, I just find for the picture on the home page. Very basic sorry ^^.
THe second ask should be more complex.
Hi,
2nd one isn’t possible unfotunately.
Because the text field given there doesn’t accept HTML characters.
regards,
Brad
Thanks 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 ?
Hum I search where is the the_content_format function. It generates the HTML code.
OK in custom-functions.php
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;
}
🙂
Okay so were you able to solve it on your own.
Regards,
Shri
Why Your Hosting Solution Shapes First Impressions Before a customer contacts your team or visits your store to purchase any product or service, they first […]
Are you looking for the best WooCommerce based plugins for your WooCommerce Website? Here’s a list of the best WooCommerce based plugins. These are suitable […]
When talking about WordPress, you may get curious about the plugins used by WordPress, shortcodes, page builder, etc., in the same way, SEO optimized WordPress […]