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)
-   -   Read more : Having a custom text for each post (http://forum.bytesforall.com/showthread.php?t=19143)

Yannick Dec 16, 2012 03:40 AM

Read more : Having a custom text for each post
 
Hello,

First of all, thanks for this beautiful theme.
Secondly, I'm not native English, I'm French so I want to apologize for my bad language ability.

I want to customize my read more text for each post.
I've added this text in one of my post (titled «Des stages pour les étudiants» :
<!--more C'est par ici --> as it's explained in this page :

http://codex.wordpress.org/Customizi..._for_each_post

But it doesn't work with Montezuma as you can see on my site : curiositerre.fr
When I change for another theme (Eleven for instance) it works, but with Montezuma, it doesn't. Do you know why ?

Have a good day

juggledad Dec 16, 2012 04:23 AM

If you are using a POT it should change for you. If you want to manually change it, look at mto->subtemplates->postformat.php the lines
HTML Code:

                <a class="post-readmore" href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
                <?php _e( 'read more &rarr;', 'montezuma' ); ?></a>


Yannick Dec 16, 2012 10:34 AM

Hello,

Thanks for your answer. But, using POT or correcting this line will modify all my "read more text" in the same way (I already use a POT which could correct all the read more texts similarly). What I want is to modify them individually i.e. write differents phrases for each post.

Is it more comprehensible ?

juggledad Dec 16, 2012 12:08 PM

You can custom write excerpts in the post. I suppose you could try adding in a link to the full post


All times are GMT -6. The time now is 02:19 AM.

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