andretoscano
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to increase the number of items in a podcast?Yes!
It worked out!
Thanks.
Sometimes I amaze myself for not seeing stuff that’s right in front of me…Forum: Fixing WordPress
In reply to: Category RSS feed proving difficult to get!Well, thank you for your kind words.
I feel welcome’d.
I will resolve this thread now.All the best,
Andre’ Toscano
Forum: Fixing WordPress
In reply to: Category RSS feed proving difficult to get!This is it?!
Did I spend almost 15 minutes writing about my problems for such a simple answer?!
😉
Now, seriously, thank you!Works perfectly.
And I will write shorter posts next time…All the best and thank you once again,
Andre’ Toscano
Forum: Fixing WordPress
In reply to: How to show just excerpts on main page?Hi.
I ran into this problem yesterday.
Found out a quick and easy way to fix it.Follow these instructions:
1. Create a new post
2. Do not introduce anything at the “Excerpt” field (in fact, disable Advanced Editing)
3. Write your post
4. Introduce the following tag <!–more–> at the place where you want the text to breakAnd there you have it!
Your post should now have something like (more…) or (read everything…) at the place where you included the tag.
I am assuming you are still running wordpress with the php the_content tag in place.If you want to change what’s inside the brackets, just go to Presentation>Theme Editor and edit the Main Template, and then find the_content tag and change it to something like ‘<?php the_content(__(‘(hey! Why not read the rest of this message, since you got this far?)’)); ?>’
Hope this helps.
Cheers.