How to make Hyperlink in Joomla
Posted On Tuesday, March 2, 2010 at at 10:54 PM by RashedHyperlink is very important for Web Design. Actually website is a group of linked web pages. It is necessary to link the pages. In joomla, php language is used. So code of Hyperlink is different from HTML. in HTML language the code is:
<a href=" your web url as http://www.makemoneyonline-startnow.blogspot.com" >Make Money Online </a>
But in Joomla you have to use the following code.
"index.php?option=com_content&view=article&id=49"
For each article in Joomla, there is an article id. So you can change your id no.
How to change "Example of Category Blog layout (FAQs/General category)" from joomla
Posted On at at 10:12 PM by RashedWhile working with joomla, I tried to change this "Example of Category Blog layout (FAQs/General category)" sentence from the page title. Finally I did it. You will also find other "page title" for different types of Menue like "News Feeds", "About Joomla", "FAQS" etc. If you want to change it then you can do it in the same way that I did. To do it, please follow the rule:
- I want to change this sentence: Example of Category Blog layout (FAQs/General category)
- To do it go to : Control Panel >> Menus >> Example Pages >> News Letter (Menu Name like : Section Blog) >> Parameters (System) >> Page Title
- Change the "Page Title" and write what you want to show in your web page title.
1
2
3
4
If you face any problem with Joomla, I'm happy to know from you. Leave a comment.