Today I was trying to edit the "Next Page >>" and "previous page <<" text which leads you to previous blogs, I was told in a tutorial to add it to this code to the functions page: -
<?php wp_link_pages(array('next_or_number'=>'next', 'previouspagelink' => ' « ', 'nextpagelink'=>' »')); ?>
Regrettably I did, and this error appeared: -
Parse error: syntax error, unexpected '<', expecting ')' in /home/bleaahc1/public_html/wp-content/themes/wordpresslay/functions.php on line 12
I have absolutely no clue of what to do!
Please help me! :(
Greg :)