CodeIgniter Forums
Correct Syntax to Make Blog Title go to Seperate Page - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Correct Syntax to Make Blog Title go to Seperate Page (/showthread.php?tid=46396)



Correct Syntax to Make Blog Title go to Seperate Page - El Forum - 10-30-2011

[eluser]Unknown[/eluser]
How can I make my blog title go to an individual article page?

Code:
<h2>&lt;?=anchor('writing/{$post->post_id}{$post->post_title}', $post->post_title, title="{$post-&gt;post_title}")?&gt;</h2>