leapin_leprechaun
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_nav_menu order numberactually alchymyth apologies, it works perfectly! i went through the code again and noticed a mistake i made myself! d’oh!
thanks again, ur my WP saviour!
Forum: Fixing WordPress
In reply to: wp_nav_menu order numberhave put in any functions from the twenty10 theme that are associated with wp_nav_menu but no luck 🙁
Forum: Fixing WordPress
In reply to: wp_nav_menu order numberHi again alchymyth and thanks again for your time
yea i had used the other piece of code you gave me, which works perfectly on wp_list_pages. I altered it very similarly to what you have done here but it doesn’t work in the same way on wp_nav_menu for some reason.. i’ll hav a look through twenty10, maybe theres a function i’m missing that could help out. you said it worked for you on twenty10 yea?
It displays the menu alright, so the code is fine, but there is no effect on the class at all, it just displays classes as if I displayed the menu normally.
the position of the item was just another way around what you did the first time to be honest, and its cosmetics the reason i’m drivin to such madness!! 😀
thanks again for your time alchymyth, really appreciate it.
cheers
Forum: Fixing WordPress
In reply to: wp_list_pages/wp_nav_menu with a variable id count for each itemaww alchymyth thank u so so much! it’s perfect, ur a superstar!
thanks a million!
Forum: Fixing WordPress
In reply to: wp_list_pages/wp_nav_menu with a variable id count for each itemoh i meant to say i had the count++ in here
$idcounter = 0; function add_markup_cat($output) { // add a class to menu-item global $idcounter; return preg_replace('/menu-item /', $idcounter, $output, 20); $idcounter ++; } add_filter('wp_nav_menu', 'add_markup_cat');but it just gives one value back rather than one for each item.
Any help, greatly appreciated!
Forum: Plugins
In reply to: Number of Comments not showingok cool i’ll try bringing the content in again and see how it goes
thanksForum: Plugins
In reply to: Number of Comments not showinghey thanks for the reply esmi!
no it doesn’t seem to be working anywhere i don’t think.. would it be something to do with the fact that I imported all the content in from blogger via wordpress.com do you think?
cheers againForum: Plugins
In reply to: Auto Tagging with Suggestionseventually got this sorted..
used Simple tags .. theres an aut-tagging element that allows you to put in a list of keywords and then it searches through your previous posts and if the keyword is mentioned it tags it with that keyword.. nifty!