Tim
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [WP Job Manager] Clean UninstallWinterluke, I have the same issue. My Job listing xml sitemap is throwing a 404 error. I’m also using Yoast SEO.
Did found a solution to this problem?
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Feature-requestHi Greg,
First of all, thank you for this amazing plugin that makes things 100 times more easy to adept.
Second, great feature suggestions veuse!
I was looking myself for a option to add a column to a existing row. Any progress on these features?
Looking forward to the next update.
Greetz!
Forum: Plugins
In reply to: [Options Framework] Categories by languageThis maybe helps you.
$result = mysql_query("SELECT * FROM wp_term_taxonomy WHERE taxonomy='language'"); while($row = mysql_fetch_assoc($result)){ $locale = maybe_unserialize($row['description'])['locale']; $options[] = array( 'name' => __('Footer Settings '.$locale, 'options_check'), 'type' => 'heading'); }Not sure if it is a right way to approach, but it works.
Forum: Plugins
In reply to: [Options Framework] Categories by languageI also would like to know if and how it is possible to get languages from polylang into theme options.
No luck with: pll_the_languages();
– Maybe with a custom query, not a very nice way tho.
Viewing 4 replies - 1 through 4 (of 4 total)