drgoettel
Forum Replies Created
-
I found a way to do it but I didn’t wanted to touch the plugin core.
This is what i did:
line 1114: array_push($posts_data, $data);
After this you can get any custom field with:
$custom_field_value=get_post_meta($p->id,”custom_field_name”, true);Don’t forget to change “custom_field_name” with your custom field name 🙂
If anyone knows how to do it without changing the plugin code… I would be very pleased
Andrés
Forum: Fixing WordPress
In reply to: Limitate users actions in wodpressThank you very much. I will give it a try.
🙂
Forum: Themes and Templates
In reply to: Menus > current-menu-item class not appearingThank you for your answer. It’s very annoyant. I had to use the menu widget just to see the current-menu-item class back.
🙁Forum: Themes and Templates
In reply to: Menus > current-menu-item class not appearingHello bzmillerboy!!
Visiting your site I can see that you have solved your problem. Could you please tell us how did you do it?
I have the same problem that you had and I’d like current-menu-item class back.Thankyou!!
Forum: Fixing WordPress
In reply to: How to make RSS Feed show only post excerpts?I’d like to do the same. Anyone??
Forum: Fixing WordPress
In reply to: Strange space added by wordpress?OMG
I didn’t see it…
thankyou!!Could you please tell us how did you solve it?
Thank you!!Forum: Fixing WordPress
In reply to: help with tags in custom templateyou have to use tag.php. If it doesn’t exist then archives.php is used.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Clicking on images on the slideshowI need also to use this functionality. Is it possible??
It would be great