Recent Topics

1 Oct 29, 2010 17:56    

My b2evolution Version: 3.3.3

How can I make the "Read More" have no text after the more link is activated?
I want it to go to an anchor without any text, right now that text is "Follow Up" by default.

2 Oct 29, 2010 19:10

Edit the following code in single.main.php and post.main.php

// ---------------------- POST CONTENT INCLUDED HERE ----------------------
skin_include( '_item_content.inc.php', array(
		'image_size'	=>	'fit-400x320',
		'more_link_text' => '',
	) );

3 Oct 30, 2010 15:14

Thanks for your answer.

What I want is to have no text when clicking on "Read More". I do want the "Read More" text, is in the resulting page where I want no text.

When you click Read More it takes you to the complete page and to an anchor that comes with default text "Follow Up". I want the page to go to its anchor but without any text ("Follow Up"). I just want it to land it whre the text should continue.

4 Oct 30, 2010 17:47

Try this

'anchor_text' => '',


Form is loading...