Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
URL href
#1
Hi,

I'm relatively new to GS but I'm learning. I stumbled upon my first problem with links. I have a menu consisting of 4 links and I need to link them to their respective pages.

I know you can use:
PHP Code:
<?php get_navigation(return_page_slug()); ?>

but I'm currently using a different method because I call each link individually via this code (the variable $menu_1 contains the first item of my menu, I have 3 more):
PHP Code:
<li><a href=""><?php echo $menu_1['slug'];    ?></a></li> 

Now, what do I have to place as the href?

Thx in advance
Reply


Messages In This Thread
URL href - by ZackWhite - 2014-01-29, 09:03:39
RE: URL href - by yojoe - 2014-01-29, 09:20:49
RE: URL href - by Carlos - 2014-01-29, 16:48:30
RE: URL href - by ZackWhite - 2014-01-30, 04:27:31
RE: URL href - by shawn_a - 2014-01-30, 04:46:25
RE: URL href - by Carlos - 2014-01-30, 04:59:40



Users browsing this thread: 1 Guest(s)