Chouby on "[Plugin: Polylang] Custom Post Type"
By default, $metas will contain all non hidden fields (+ the featured image and the page template). If you want only the custom fields in your array, then you should not merge them to $metas....
View Articledagmusic on "[Plugin: Polylang] Custom flags not loading"
hello, I did the same, but my flags aren't showing up... Any advice greatly appreciated. thanks
View ArticleChouby on "[Plugin: Polylang] Custom flags not loading"
Did you put the flags in the directory 'wp-content/polylang' ? Not in plugins directory. You have to create the directory as Polylang does not create it. Did you correctly name the files? Did you check...
View Articlesteveibo on "[Plugin: Polylang} Menu dramas"
please for the love of all things furry help me out. Ive been googling and searching all over but can not get it to work I am trying to set up a site with 2 languages en and cz I have installed the...
View Articlesteveibo on "[Plugin: Polylang} Menu dramas"
oh to add to this I am using the photo grid theme by http://www.dessign.net/ and the code I have found in the header is this <?php...
View ArticleChouby on "[Plugin: Polylang} Menu dramas"
Written like this, your theme will load the menu 'header_menu' if exists (and there is probably no reason why users should name their menu this way) or always loads the first created menu. That is...
View Articlesteveibo on "[Plugin: Polylang} Menu dramas"
thanks, I have a new problem now, that seemed to work I added the first bit of code to the functions.pho in side the theme folder is that right?? Because now if I click on my languages I can not change...
View ArticleChouby on "[Plugin: Polylang} Menu dramas"
Did you write at least one post in echa language? See also: http://wordpress.org/support/topic/polylang-homepage-shows-posts-in-both-languages
View Articlesteveibo on "[Plugin: Polylang} Menu dramas"
will do a fresh install again in the morning. I did everything I belive but when I click home button it gives me all types of errors. Will get back to you in the morning. Thanks again for all the help.
View ArticlePeter_L on "[Plugin: Polylang] Hard code the menu. Yes please?"
Hey, I got your plugin working, wp_nav_menu() works as it should. But, suppose a little submenu: home - about us -contact. (there would also be other pages in a main menu with f.e. services - blog - ao...
View ArticleTobias Schutter on "[Plugin: Codepress Admin Columns] Column name...
I will have a look at this. I'll try to address this in the next update 2.x. Thanks for reporting it and your patience.
View Articlesteveibo on "[Plugin: Polylang} Menu dramas"
right done a fresh install at stevenibinson.com Followed everything including the link above which sorted out double posting awesome thanks. Problem I have now is I can make the english and czech blog...
View ArticleHassan on "[Plugin: Codepress Admin Columns] Column name localization support"
Great news, Tobias! Looking forward for the update.
View ArticleChouby on "[Plugin: Polylang} Menu dramas"
Please update to the development version of Polylang 1.1. It should help as this new version includes a new feature to translate the categories queried by themes....
View ArticleChouby on "[Plugin: Polylang] Hard code the menu. Yes please?"
I am sorry but I don't understand how you define your 'submenu'. Could you explain what you would do without Polylang?
View Articlesteveibo on "[Plugin: Polylang} Menu dramas"
Hi i have updated it, but the menu option in the admin area has now disapeared???
View ArticlePeter_L on "[Plugin: Polylang] Hard code the menu. Yes please?"
Probably secondary menu would be a better term. In a single language site I'd use something like this: <?php $args = array( 'include' => '5,6,7', //the relevant id's 'title_li' => '',...
View Articlesteveibo on "[Plugin: Polylang} Menu dramas"
plus every time I make a new page I get all type of php errors. it still posts but well it dont like it.
View ArticleChouby on "[Plugin: Polylang} Menu dramas"
Hi i have updated it, but the menu option in the admin area has now disapeared??? Yes, everything is now integrated in the menu section of WordPress (Appearance->menus) plus every time I make a new...
View ArticleChouby on "[Plugin: Polylang] Hard code the menu. Yes please?"
I propose you this: <?php $pages = array(5,6,7); foreach ($pages as $page) $arr[] = ($tr = pll_get_post($page)) ? $tr : $page; // get the page translation if exists $args = array( 'include' =>...
View Article