hambos22
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Get latest post link on wordpressoh wait! i forgot to make the other
exclude=THE,IDs,OF,THE,PAGES,YOU,WANT,TO,EXCLUDE,COMMA,DELIMITED')Forum: Fixing WordPress
In reply to: Get latest post link on wordpressthis is the whole nav section on header.php
Forum: Fixing WordPress
In reply to: Get latest post link on wordpressits on the top of the other links.. just take a look
Forum: Fixing WordPress
In reply to: Get latest post link on wordpressthat method worked just for the link to show up one time. I cant get it to fit nice on the nav menu grrrrr
But it worked! 🙂 Can i add it on a php file and make a link on the menu manager to point to that php file?
Forum: Fixing WordPress
In reply to: Get latest post link on wordpresshere is the code that i used.. it doesnt work good.. it shows me 9 links with the title “LATEST POST”… just see at http://ougk.gr
here is the code on paste bin (the previous one deleted from the forum system)
Forum: Fixing WordPress
In reply to: Get latest post link on wordpressooh.. i’m using custom menu… its the only way to have the menu as i want to be
Forum: Fixing WordPress
In reply to: Get latest post link on wordpressthank you all! i added it and look what happened http://ougk.gr
here is the code
[Code moderated as per the Forum Rules. Please use the pastebin]
maybe i need to make a php file and point a url to it?
Forum: Fixing WordPress
In reply to: Get latest post link on wordpressi want it with a text link for example “LATEST POST” and i want it to add it on the navigation menu
Forum: Fixing WordPress
In reply to: Get latest post link on wordpresshere is my navigation section on my header.php
<nav> <?php if (function_exists('wp_nav_menu')) { wp_nav_menu(array('theme_location' => 'main-nav' , 'fallback_cb' => 'default_main_nav' , 'container' => '' , 'menu_id' => 'main-nav' , 'menu_class' => 'main-nav')); } else { default_main_nav(); } ?> <!--/main-nav --> </nav>How can i add it? i dont know php
Forum: Fixing WordPress
In reply to: Page navigation don’t work with custom permalinki haven’t fied it yet. read it again:P
Forum: Plugins
In reply to: Random Posts on Frontpage (but posts that are no more than 1 day old)i already read all that stuff.. but i can’t understand where to put it, with which syntax etc etc could you help me?
Forum: Themes and Templates
In reply to: Blue border around imagesthank you both! 🙂 done!
Forum: Themes and Templates
In reply to: Mainmenu broke!i could fix most of css errors and warning but none of validation errors. any other way? any menu on wordpress plugins?
Forum: Themes and Templates
In reply to: Background helpno one?
Forum: Everything else WordPress
In reply to: How to manage articles like joomla?you can’t understand me:P well check this site . In menu has “Πρόσθετα”. The link for “Πρόσθετα” is http://www.wpbest.gr/category/wordpress-plugins/.
I want to have into menu a category. For example in mnu has a button with the name Tutorials the link will be http://www.my-site.com/category/tutorials/.
Understand now? I want to know how can i do that