• I have tried many different code inserts but have not been able to solve my issue.

    On my website https://wadecollector.com/ I have a sticky post I want to always shw up at the top. I want it to show the full post without the continue reading button. I inserted <?php if( is_home() && !is_sticky() ){ the_excerpt(); }else{ the_content(); } ?> and it showed more of the content but not all. I am not sure why?

    Also I would like to hide the date, and comments on this post only.

    So if you can help me with the proper code and where to insert it so sticky posts show all the content not just an excerpt and the date, comments and author are removed from this intro post.

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter bosstone

    (@bosstone)

    Can anyone help? I found a way to remove date and author and all meta from every post but still can not figure out how to do it just for my sticky posts and this is what I want. No help?

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Fashionistas] How to change sticky posts to show in full & without date’ is closed to new replies.