Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Tim

    (@timvanuum)

    Winterluke, 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?

    Hi 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!

    Tim

    (@timvanuum)

    This 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.

    Tim

    (@timvanuum)

    I 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)