Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   [SOLVED] Show Full Posts Instead of Excerpts on Home Page (http://forum.bytesforall.com/showthread.php?t=20187)

arjunpradeep1 Apr 23, 2013 09:59 PM

[SOLVED] Show Full Posts Instead of Excerpts on Home Page
 
Hey guys, I've followed the threads but I'm still having issues seeing the full posts instead of just the excerpts on the home page.

The real change I've made is on the postformat.php page, where I changed <?php bfa_excerpt( 55, ' ...' ); ?> to <?php the_content(); ?>

but still no luck. Can anyone provide an in-depth step by step solution?

Thanks in advance

lmilesw Apr 23, 2013 10:13 PM

<?php the_content(); ?> will return complete posts. Look in the limited PHP code dropdown at the syntax for bfa_excerpt.

arjunpradeep1 Apr 24, 2013 02:01 PM

Hi Larry,

but that's the change I already made but still no luck. Am i misunderstanding?

juggledad Apr 24, 2013 02:54 PM

If you are not on the latest release, there is a patch in the sub forum

arjunpradeep1 Apr 24, 2013 03:20 PM

I am on 1.1.8 and both patches regatding the_content and the if statement have both been applied. Anything else you can suggest I can try? I'm really struggling here

juggledad Apr 24, 2013 03:48 PM

it works fine for me. In the virtual template 'postformat.php' you replace
HTML Code:

                <?php bfa_excerpt( 55, ' ...' ); ?>
with
HTML Code:

                <?php the_content(); ?>
what is your URL?
do you have a caching plugin active?

arjunpradeep1 Apr 24, 2013 08:04 PM

wow well i got it working now? I actually went through the wordpress to make this change compared to previous attempts where I tried to make the change to the actual files themselves, and them upload that to the web server. Nonetheless thanks everyone for their help.


All times are GMT -6. The time now is 04:07 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.