Dani1091
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to remove entry_content excerpt on this themeit WORKS!! The 2nd solution rocks!!!
amazing, thanks a lot for your help Robin.
Forum: Themes and Templates
In reply to: How to remove entry_content excerpt on this themeRobin I added it in style.css. Actually it works but when I click the entry It was also hidden.
I’m seeking How to just hide the info that is a excerpt of the entry. I don’t want the excerpt I just want the title… but the entry info has to remain… with the code
.entry_content { display:none; }It hides the entire entry… all the entries got empty.
There has to be one way to do this. Thanks a lot my man!
Daniel
Forum: Themes and Templates
In reply to: How to remove entry_content excerpt on this themeRobin,
I just added it and the excerpt remains appearing. It doesn’t work my friend.
Do you have any other idea about what can I do ?
Forum: Themes and Templates
In reply to: How to remove entry_content excerpt on this themeHi Robin thanks for your help,
Yeah I just want to display the titles… I found the entry_content code on entry.php . This is because the theme.
The code that you pasted recently don’t appears at the style.css . Where can I paste it ?
Thanks.