surpher
Forum Replies Created
-
Forum: Plugins
In reply to: Newsletter sign up form plug inHey.
We’re (http://www.senzala.si) using Newsletter plugin for WP. And it’s been pretty good to us. Name (first and last), email, export/import (CSV), you can compose newsletters and send them out using this plugin, etc.
http://wordpress.org/extend/plugins/newsletter/
Have a look if it fits your needs.
Cheers.Forum: Themes and Templates
In reply to: wp_list_pages only display hyperlinkNo worries. You’ve been a great help.
When I figure out the best solution to this problem I will try and remember to post it here.Happy wpressin’!
Forum: Themes and Templates
In reply to: wp_list_pages only display hyperlinkUf, I have no idea what functions there are available for translation. I’ve activated the plug-in and it seems to work. When I use wp_get_categories(‘include=15&list_li=&style=none’) it displays the translated name of the category.
What the ZdMultiLang plug-in does, at least what I’ve noticed on the high level, is the URL rewrite where it inserts /en/ or /sl/ right after the domain and before the rest of the permalink. And I guess the apply_filters then somehow retrieves the correct language instance of the category name/title. But this doesn’t work with pages.
Tnx for your help.
Forum: Themes and Templates
In reply to: wp_list_pages only display hyperlinkHeh. I knew there was a simpler solution to this booger! It just wasn’t obvious enough to me. Thank you very much!
Though… I have to use this on a multilingual WP instance. I’m using ZdMultiLang plugin and the get_permalink(83) doesn’t display the translated title. Any idea?