mountain_spring
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Polylang] Custom language Switcher – how to remove bulletIn the other words RTFM. 😀 😉
Great, problem solved, thanks again. 😉
Forum: Plugins
In reply to: [Polylang] Custom language Switcher – how to remove bulletHm, since I’ve renamed my english and other language flags to get something else to be images for the switcher, now I’ve also lost those flags in wordpress admin panel. :-/
Is there a way to get only language switcher url?
Something like
<a href="CODE TO GET URL HERE"><img src="images/header_en.png"></a>Sorry, I’m not into php. :-/
Forum: Plugins
In reply to: [Polylang] Custom language Switcher – how to remove bulletGreat, thanks a lot. 😉
Forum: Plugins
In reply to: [Polylang] Display content in specific language outside wordpressOk, I got it by altering:
$posts = get_posts('numberposts=4&order=DSC&orderby=post_title');to
$posts = get_posts('numberposts=4&order=DSC&orderby=post_title&lang=hr');Forum: Plugins
In reply to: [Polylang] Polylang – multiple headers@chowkaideng, Thanks for this code, you saved me a lot of nerves. 😉
Viewing 5 replies - 1 through 5 (of 5 total)