Putting the button below the content
-
Hi,
I wonder if there’s a way to position the button below the content instead of top. I could do it by swapping the following two lines in the index.php file of the plugin.
$new_string = '<span><a onclick="read_toggle(' . $rnum . ', \'' . addslashes($more) . '\', \'' . addslashes($less) . '\'); return false;" class="read-link" id="readlink' . $rnum . '" style="readlink" href="#">' . addslashes($more) . '</a></span>' . "\n"; $new_string .= '<div class="read_div" id="read' . $rnum . '" style="display: none;">' . do_shortcode($content) . '</div>';
However, I don’t think it’s a good practice to directly editing a third party plugin… Any suggestions for me?
Thank you for the awesome plugin
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Putting the button below the content’ is closed to new replies.