Make joomla blog link to inner pages(or blog roll post actual)
Posted
by
somdow
on Stack Overflow
See other posts from Stack Overflow
or by somdow
Published on 2012-10-21T16:38:08Z
Indexed on
2012/10/21
17:00 UTC
Read the original article
Hit count: 184
So i was told to create a blog for client in Joomla and, i have minimal knowledge of Joomla inner workings. I made the blog as seen here
http://www.assurancepower.com/about-us/blog.html
But the problem is that, the headers/titles for each story in that blog roll cant be clicked. Im wondering is there a way i can make this happen? Essentially this page is a collection of the stories and i want to be able to click on a particular one (any of them) and be taken to its inner page/full version of the story.
Not exactly sure what im supposed to do/search for. Im not sure if joomla has a wordpress like functions.php or for example, is there somewhere i can instert a....maybe something like how wordpress does it with permalinks like so:
<?php permalink(); ?> //title link here to the actual story.
or something like
<?php bloginfo('url');?>// this relative link for WP.
Etc, All i want is to be able to have these titles in this story be active links to their full counterpart. Not sure what to look for/how to go about fixing this.
Thanks in advanced.
© Stack Overflow or respective owner