![]() | | ||||||||
| | #1 |
| Active Warrior War Room Member Join Date: Jul 2009
Posts: 59
Thanks: 8
Thanked 11 Times in 10 Posts
|
Fellow Warriors I desperately need your help . I am working on a wordpress site , I have all categories listed in a separate menu bar.All categories on the site will consist of only one post. When you click on a category you only see the beginning of the article , then you have to click read more to see the whole article. What I am needing to do is when clicking on category the whole post shows (so I don't have to click read more to see the complete post. I know this is possible because I remember doing it before (guess I am outsourcing to much these days), I just forget how I did it. The person I normally outsource to is on vacation, and I need to get this site up ASAP. I would like to finish this project on my own, so any advice is much appreciated. Thanks Again in Advance.
|
| | |
| | #2 |
| HyperActive Warrior War Room Member Join Date: Feb 2009
Posts: 121
Thanks: 52
Thanked 16 Times in 15 Posts
|
You can either do it in the coding on the mainindexpage.php to perma-fix all pages OR in each post add a "read more" bar which is found in your toolbox inside the area where you edit your post. Add this bar at THE END of your post and it should preview everything up to that bar! Hope that works, Safe Travels, |
| | |
| | |
| | #3 |
| Active Warrior War Room Member Join Date: Jul 2009
Posts: 59
Thanks: 8
Thanked 11 Times in 10 Posts
|
thanks, webflip. I tried the read more bar at the end, unfortunately it didn't work. Anyone else with suggestions?? Any help is appreciated |
| | |
| | #4 |
| Loves Kangaroo Fish War Room Member Join Date: Apr 2008 Location: Watertown, CT
Posts: 22
Thanks: 0
Thanked 5 Times in 5 Posts
|
I'm almost 100% positive it has to do with the archives template, so you might have to mess with some php to get this done. Which I am no good at, but good luck I guess
|
| | |
| | |
| | #5 |
| Active Warrior War Room Member Join Date: Oct 2008 Location: Buckingham, UK
Posts: 68
Thanks: 46
Thanked 96 Times in 15 Posts
|
Hi Go to your archive.php file and find the piece of code that says something like: <?php the_content_limit(450, "[Read More...]"); ?><div style="clear:both;"></div> (well that's what my template says!) it may say something like <?php the_excerpt() ?> instead. you need to change this piece of code to: <?php the_content() ?> That's it! Hopefully this should work for you, please let me know how you get on. Lesley |
| | |
| | #6 |
| Fred Acker War Room Member Join Date: Aug 2008
Posts: 110
Thanks: 4
Thanked 20 Times in 19 Posts
|
...And LesleyJohnston wins the cookie :0) Thats what I was gonna say. Fred |
|
It's my signature and I'm sticking to it
| |
| | |
| | #7 |
| Active Warrior War Room Member Join Date: Jul 2009
Posts: 59
Thanks: 8
Thanked 11 Times in 10 Posts
|
Thanks, I knew it was simple , only took 5 seconds vs hours of wasting time trying to figure it out. Thanks Again ( especially lesley and fred)
|
| | |
| | #8 |
| Active Warrior War Room Member Join Date: Oct 2008 Location: Buckingham, UK
Posts: 68
Thanks: 46
Thanked 96 Times in 15 Posts
|
Rdraiss, glad to help!
|
| | |
![]() |
|
| Tags |
| categories, forget, wordpress |
| Thread Tools | |
| |
![]() |