pwndius_pilatus
Member
Posted 10 months ago #
Hi,
I know there are a lot of topics about this when you use google.
But the so called "the_content" isnt in my index.php..so i cannot use:
<?php the_content() ?>
to
<?php the_content('My new More tag text. »'); ?>
That must used in old WP versions. I know that its possible to customize it on every use when you write it in the more-tag. but I want it permanent. Checked already the WP Wiki...but its...eh..a lil bit confusing :) TIA!
'the_content()' might not be in index.php, however, it will be in some other template file.
please post the name of your theme, and download link, if available.
link to your site?
pwndius_pilatus
Member
Posted 10 months ago #
the free theme must be different, as it has the_content() with the 'read more..' text in index.php:
<?php the_content( __( 'Read the rest of this entry →', 'buddypress' ) ); ?>
please try and get support from the theme vendor.
or try an approach via a language file... check the german forum http://forum.wordpress-deutschland.org/ , they might be better with translation issues.
pwndius_pilatus
Member
Posted 10 months ago #
okay, will ask the theme guy. Anyway: thank you very much for your help and fast answers.