Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Excerpts, Read more, Pagination (http://forum.bytesforall.com/forumdisplay.php?f=20)
-   -   Atahualpa 3.4 : EXCERPTS new option to read the full post after [...] does not work (http://forum.bytesforall.com/showthread.php?t=2272)

benoit Jul 6, 2009 08:15 AM

Atahualpa 3.4 : EXCERPTS new option to read the full post after [...] does not work
 
Just intalled the new 3.4 a couple of days ago and it works fine for me. Only issue is with the Custom read more:

I have used the %permalink% and the %title% as proposed in the example but only the %title% works... the %permalink% is not replaced with the URL of the post.

Could you please check?

juggledad Jul 6, 2009 06:45 PM

Edit function.php line 233 and change it from:
HTML Code:

                        $custom_read_more = str_replace('%title%', the_title('','',FALSE), $bfa_ata['custom_read_more']);
to
HTML Code:

                        $custom_read_more = str_replace('%title%', the_title('','',FALSE), $custom_read_more);
this should fix the problem.

Also make sure to add '<a> to the 'Don't strip these tags'

Flynn Jul 9, 2009 06:45 PM

Thanks, fixed for 3.4.1


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

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