Shape 5

Wordpress Club Themes => Elegance - Club => : graphito January 18, 2012, 08:06:45 AM



: Button's "read more" don't work
: graphito January 18, 2012, 08:06:45 AM
Hello !

The permalink on button's "read more" don't work because the pattern hasn't been replace correctly.

You have to change a function in the file s5_fw.php

:
	function new_excerpt_more($more) {

   global $post, $s5_loop_tags;

return str_replace('%permalink%', get_permalink($post->ID),$s5_loop_tags['read_more']);

}


: Re: Button's "read more" don't work
: Tristan Rineer January 18, 2012, 03:11:02 PM
Thanks for catching that typo, I've updated the code & the downloads will be updated shortly.