• Hi,

    A the beginning I would like to thank you for great template.
    But I have an issue with:

    – First featured post
    – Second featured post

    Which are displayed on front page.
    In this section all:

    span style colors

    strong

    etc

    are ignored ??

    How to change it ?

    Thanks in advance for help.
    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author IWEBIX

    (@iwebix)

    Hi,

    this is because the_excerpt ist being used. The excerpt strips HTML – tags. If you would like to format the paragraph use the_content instead.

    Sorry to bug, but where do I find the _content? I would like to format my address details etc on https://iswconsultants.com front page.

    Ideally I would like to use my child theme to make this change so that when WP-Creativix updates, I don’t lose my customised changes.

    I would assume one would change the tpl_home.php code but there are 5 places where _excerpt appears. I tried changing all of them and made a total hash of my website. Which ones do I change to _content?

    Hey Susan… if you’re still looking for the answer, here it is:

    The same line repeats for each post, featured_first and featured_second. Locate each and change

    this line:
    wpcx_custom_excerpt(get_the_excerpt());?>

    to this one (only one word to change):
    wpcx_custom_excerpt(get_the_content());?>

    Cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Featured posts’ is closed to new replies.