{"id":1358,"date":"2012-05-23T14:15:09","date_gmt":"2012-05-23T14:15:09","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2012\/05\/23\/featured-articles-link-type-options\/"},"modified":"2021-11-19T02:03:51","modified_gmt":"2021-11-19T07:03:51","slug":"featured-articles-link-type-options","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/","title":{"rendered":"Joomla 2.5 Featured Articles &#8211; Link Type Options"},"content":{"rendered":"<p class=\"alert alert-warning\">Joomla 2.5 has reached its end of life as for 12\/31\/2014. Please be advised this may be a security risk to your website. You can view more information about the end of life <a href=\"https:\/\/docs.joomla.org\/Joomla!_CMS_versions\">here<\/a>.<\/p>\n\n\n\n<p>After you\u2019ve <a href=\"\/support\/edu\/joomla\/joomla-2-5\/create-featured-articles-menu-item\/\">created a Joomal 2.5 featured articles menu item<\/a>, you can adjust the <strong>Link Type Options<\/strong> to control how the menu item looks in to your navigation. In this Joomla 2.5 tutorial, we\u2019ll go over in further details the options available under Link Type Options.<\/p>\n\n\n\n<p><strong>How to access the link type options for a joomla 2.5 featured articles menu item:<\/strong><\/p>\n\n\n\n<ol class=\"article_list wp-block-list\"><li><a href=\"\/support\/edu\/joomla\/joomla-3\/how-to-log-in-to-administrative-dashboard\/\">Log into your Joomla 2.5 admin<\/a><\/li><li>In the top menu, hover over <strong>Menus<\/strong> and then click on the menu where your featured articles menu item is.<\/li><li>From the list of menu items, click the featured articles menu item that you want to change.\n<figure><a href=\"\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_link-type-options.gif\" rel=\"lightbox-0\"><img decoding=\"async\" width=\"997\" height=\"551\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_link-type-options.gif\" class=\"optimized-lcp-image\" alt=\"link-type-options\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\"><\/a><\/figure><p>In the list of options on the page, you will see a <strong>Link Type Options<\/strong> heading.<br><\/p>\n<div style=\"clear: both;\">\u00a0<\/div>\n<\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Link Title Attribute<\/h2>\n\n\n\n<p>Most html tags can have a title attribute set to them. When the user hovers over the item, if there is a title set, it should show.<\/p>\n\n\n\n<table class=\"wp-block-table article_table\"><tbody><tr><th>Without a Link Title Attribute<\/th><th>With the Link Title Attribute set to \u201cWelcome to our Site!\u201d<\/th><\/tr><tr><td><figure><a href=\"\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_no-link-title-set.gif\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" class=\"std_ss\" style=\"max-width: 240px;\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_no-link-title-set.gif\" alt=\"no-link-title-set\" width=\"800\" height=\"493\"><\/a><\/figure>\n<p>\u00a0<\/p>\n<div style=\"clear: both;\">\u00a0<\/div>\n<\/td><td><figure><a href=\"\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_with-link-title-set.gif\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" class=\"std_ss\" style=\"max-width: 240px;\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_with-link-title-set.gif\" alt=\"with-link-title-set\" width=\"800\" height=\"456\"><\/a><\/figure>\n<p>\u00a0<\/p>\n<div style=\"clear: both;\">\u00a0<\/div>\n<\/td><\/tr><\/tbody><\/table>\n\n\n\n<p>In our example, we set the link title to <strong>Welcome to our Site!<\/strong> You can see in the code below how this is shown on the page:<\/p>\n\n\n\n<p class=\"code_block\">&lt;<span class=\"start-tag\">li<\/span> <span class=\"attribute-name\">class<\/span>=\u201ditem-435 current active\u201d&gt;&lt;<span class=\"start-tag\">a<\/span> <span class=\"attribute-name\">href<\/span>=\u201d<span class=\"attribute-value\">\/joomla25\/<\/span>\u201d <span style=\"text-decoration: underline;\"><span class=\"attribute-name\">title<\/span>=\u201dWelcome to our site!\u201d<\/span> &gt;Home&lt;\/<span class=\"end-tag\">a<\/span>&gt;&lt;\/<span class=\"end-tag\">li<\/span>&gt;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Link CSS Style<\/h2>\n\n\n\n<p>The link css style option allows you to add a css style to your link. In our example, we set the class to <strong>home_link<\/strong>. If you are familiar with CSS, you can edit your Joomla 2.5 template and add custom text for this css class.<\/p>\n\n\n\n<table class=\"wp-block-table article_table\"><tbody><tr><td>With no link css style set<\/td><td>With the link style set to home_link<\/td><\/tr><tr><td>\n<p class=\"code_block\">&lt;<span class=\"start-tag\">li<\/span> <span class=\"attribute-name\">class<\/span>=\u201ditem-464 active\u201d&gt;&lt;<span class=\"start-tag\">a<\/span> <span class=\"attribute-name\">href<\/span>=\u201d<span class=\"attribute-value\">\/joomla25\/<\/span>\u201d &gt;Home&lt;\/<span class=\"end-tag\">a<\/span>&gt;&lt;\/<span class=\"end-tag\">li<\/span>&gt;<\/p>\n<\/td><td>\n<p class=\"code_block\">&lt;<span class=\"start-tag\">li<\/span> <span class=\"attribute-name\">class<\/span>=\u201ditem-435 current active\u201d&gt;&lt;<span class=\"start-tag\">a<\/span> <span style=\"text-decoration: underline;\"><span class=\"attribute-name\">class<\/span>=\u201dhome_link\u201d<\/span> <span class=\"attribute-name\">href<\/span>=\u201d<span class=\"attribute-value\">\/joomla25\/<\/span>\u201d &gt;Home&lt;\/<span class=\"end-tag\">a<\/span>&gt;&lt;\/<span class=\"end-tag\">li<\/span>&gt;<\/p>\n<\/td><\/tr><\/tbody><\/table>\n\n\n\n<h2 class=\"wp-block-heading\">Link Image<\/h2>\n\n\n\n<p>The <em>Link Image<\/em> option allows you to show an icon next to your link. In our example, we uploaded an icon of a house to represent a home, for the \u201chome\u201d link. If you\u2019d like to insert a link image, click <strong>Select<\/strong> next to Link Image and you will be able to browse \/ upload an image.<\/p>\n\n\n\n<table class=\"wp-block-table article_table\"><tbody><tr><th>No Link Image set<\/th><th>With a link image set<\/th><\/tr><tr><td><figure><a href=\"\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_no-link-image-set.gif\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" class=\"std_ss\" style=\"max-width: 240px;\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_no-link-image-set.gif\" alt=\"no-link-image-set\" width=\"594\" height=\"372\"><\/a><\/figure>\n<p>\u00a0<\/p>\n<div style=\"clear: both;\">\u00a0<\/div>\n<\/td><td><figure><a href=\"\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_link-image-set.gif\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" class=\"std_ss\" style=\"max-width: 240px;\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_link-image-set.gif\" alt=\"link-image-set\" width=\"594\" height=\"372\"><\/a><\/figure>\n<p>\u00a0<\/p>\n<div style=\"clear: both;\">\u00a0<\/div>\n<\/td><\/tr><\/tbody><\/table>\n\n\n\n<h2 class=\"wp-block-heading\">Add Menu Title<\/h2>\n\n\n\n<p>The Add Menu Title setting allows you to control whether the menu\u2019s title is shown or not if you\u2019ve set a link image (see \u201clink image\u201d above).<\/p>\n\n\n\n<table class=\"wp-block-table article_table\"><tbody><tr><th>Add Menu Title \u2013 No<\/th><th>Add Menu Title \u2013 Yes<\/th><\/tr><tr><td><figure><a href=\"\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_add-menu-title-no.gif\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" class=\"std_ss\" style=\"max-width: 240px;\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_add-menu-title-no.gif\" alt=\"add-menu-title-no\" width=\"574\" height=\"369\"><\/a><\/figure>\n<p>\u00a0<\/p>\n<div style=\"clear: both;\">\u00a0<\/div>\n<\/td><td><figure><a href=\"\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_add-menu-title-yes.gif\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" class=\"std_ss\" style=\"max-width: 240px;\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_add-menu-title-yes.gif\" alt=\"add-menu-title-yes\" width=\"574\" height=\"369\"><\/a><\/figure>\n<p>\u00a0<\/p>\n<div style=\"clear: both;\">\u00a0<\/div>\n<\/td><\/tr><\/tbody><\/table>\n","protected":false},"excerpt":{"rendered":"<p>Joomla 2.5 has reached its end of life as for 12\/31\/2014. Please be advised this may be a security risk to your website. You can view more information about the end of life here. After you\u2019ve created a Joomal 2.5 featured articles menu item, you can adjust the Link Type Options to control how the<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/\"> Read More ><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4403,82],"tags":[2113],"class_list":["post-1358","post","type-post","status-publish","format-standard","hentry","category-joomla","category-joomla-2-5","tag-joomla-v2-5"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Joomla 2.5 Featured Articles - Link Type Options | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"In this Joomla 2.5 tutorial, we&#039;ll show you what each of the Link Type Options does for Featured Articles menu items. Link Type Options allow you to set a title to your link, add a custom css class, and even show an icon next to your link.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Joomla 2.5 Featured Articles - Link Type Options | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"In this Joomla 2.5 tutorial, we&#039;ll show you what each of the Link Type Options does for Featured Articles menu items. Link Type Options allow you to set a title to your link, add a custom css class, and even show an icon next to your link.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2012-05-23T14:15:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-19T07:03:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_link-type-options.gif\" \/>\n<meta name=\"author\" content=\"Brad Markle\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Brad Markle\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/\"},\"author\":{\"name\":\"Brad Markle\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf\"},\"headline\":\"Joomla 2.5 Featured Articles &#8211; Link Type Options\",\"datePublished\":\"2012-05-23T14:15:09+00:00\",\"dateModified\":\"2021-11-19T07:03:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/\"},\"wordCount\":479,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_link-type-options.gif\",\"keywords\":[\"Joomla v2.5\"],\"articleSection\":[\"Joomla\",\"Joomla 2.5\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/\",\"name\":\"Joomla 2.5 Featured Articles - Link Type Options | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_link-type-options.gif\",\"datePublished\":\"2012-05-23T14:15:09+00:00\",\"dateModified\":\"2021-11-19T07:03:51+00:00\",\"description\":\"In this Joomla 2.5 tutorial, we'll show you what each of the Link Type Options does for Featured Articles menu items. Link Type Options allow you to set a title to your link, add a custom css class, and even show an icon next to your link.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_link-type-options.gif\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_link-type-options.gif\",\"width\":997,\"height\":551,\"caption\":\"link-type-options\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Joomla 2.5 Featured Articles &#8211; Link Type Options\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf\",\"name\":\"Brad Markle\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/bradm\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Joomla 2.5 Featured Articles - Link Type Options | InMotion Hosting","description":"In this Joomla 2.5 tutorial, we'll show you what each of the Link Type Options does for Featured Articles menu items. Link Type Options allow you to set a title to your link, add a custom css class, and even show an icon next to your link.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/","og_locale":"en_US","og_type":"article","og_title":"Joomla 2.5 Featured Articles - Link Type Options | InMotion Hosting","og_description":"In this Joomla 2.5 tutorial, we'll show you what each of the Link Type Options does for Featured Articles menu items. Link Type Options allow you to set a title to your link, add a custom css class, and even show an icon next to your link.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2012-05-23T14:15:09+00:00","article_modified_time":"2021-11-19T07:03:51+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_link-type-options.gif","type":"","width":"","height":""}],"author":"Brad Markle","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Brad Markle","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/"},"author":{"name":"Brad Markle","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf"},"headline":"Joomla 2.5 Featured Articles &#8211; Link Type Options","datePublished":"2012-05-23T14:15:09+00:00","dateModified":"2021-11-19T07:03:51+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/"},"wordCount":479,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_link-type-options.gif","keywords":["Joomla v2.5"],"articleSection":["Joomla","Joomla 2.5"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/","name":"Joomla 2.5 Featured Articles - Link Type Options | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_link-type-options.gif","datePublished":"2012-05-23T14:15:09+00:00","dateModified":"2021-11-19T07:03:51+00:00","description":"In this Joomla 2.5 tutorial, we'll show you what each of the Link Type Options does for Featured Articles menu items. Link Type Options allow you to set a title to your link, add a custom css class, and even show an icon next to your link.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_link-type-options.gif","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/05\/edu_joomla25_featured-articles-link-type-options_link-type-options.gif","width":997,"height":551,"caption":"link-type-options"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/featured-articles-link-type-options\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Joomla 2.5 Featured Articles &#8211; Link Type Options"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf","name":"Brad Markle","url":"https:\/\/www.inmotionhosting.com\/support\/author\/bradm\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/1358","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=1358"}],"version-history":[{"count":4,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/1358\/revisions"}],"predecessor-version":[{"id":92200,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/1358\/revisions\/92200"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=1358"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=1358"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=1358"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}