November 28, 201213 yr Hi all i have just had to rebuild my site in word press due to a problem that "apparently" could not be fixed... I'm almost there again now however i want the landing page (the one that comes up when you first go to...... www.anphonicbeats.com ... to be be on its own tab and to be names as "Anphonic Beats" so you can go back to this page when you have navigated through the other pages on the site.... can some one please help and let me know how this can be done? thanks again Jaosn
November 28, 201213 yr From memory, you would just add in a custom link on your menu, and name it 'Anphonic Beats'.
November 29, 201213 yr In order to do what your trying to do use this code <ul> <li><a href="<?php echo get_option('home'); ?>">Home</a></li> <?php wp_list_pages('sort_column=menu_order&title_li='); ?> </ul> but instead of "home" you would put your "Anphonic Beats". Hope that this helps you out!
November 29, 201213 yr Author thanks for the code man - as i am new to this please forgive me - which page do i paste the code on to?
November 29, 201213 yr Probably in your theme's 'header.php' file, possibly 'sidebar.php', but probably header.
November 29, 201213 yr Author hi that does kind of work however it puts the home button at the top of the page, not in the menu bar..... thanks for everyones help so far..... any more tips?
November 29, 201213 yr hi that does kind of work however it puts the home button at the top of the page, not in the menu bar..... thanks for everyones help so far..... any more tips? Did you try my suggestion? It should work. Appearance > Menus Then add in your custom link to your homepage and add it to the menu.
November 29, 201213 yr Author awesome mate! thats fixed it! - just need to put a blog on the news page now! cheers man - thanks for your help
November 29, 201213 yr Author well if you see on the site... www.anphonicbeats.com I now have, thanks to you - the home page, then i have Anphonic News - on here i want to post news such as new tracks, artists, new partners, events ect where people could perhaps subscribe ......?, like, comment ect? also, when the blog/news is done - would i be able to link it to pages such as facebook & twitter ect so it posts automatically there too sounds like im asking the impossible?? thanks for your help man! very much appreciated Jason
Create an account or sign in to comment