Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Please do it, as its being flaged by performance tools.

    I would like this feature as well. Its just about the only unminifed script that is left on my sites.

    Forum: Reviews
    In reply to: [Taxonomy Metadata] Perfect
    Thread Starter Sonicelo

    (@sonicelo)

    With help of following actions, you can make the graphical interface on the needed taxonomy page:

    add_action("{$taxonomy}_edit_form", "foo_add_taxonomy_meta_boxes", 10, 2); // Edit taxonomy page
    add_action("{$taxonomy}_add_form_fields", "foo_add_taxonomy_meta_boxes_2"); // Add taxonomy page (basicaly where you can list all of them)
    add_action("edit_{$taxonomy}", "foo_save_taxonomy_meta", 10, 2); // Editing existing one, be carefull as it runs also in quick edit
    add_action("create_{$taxonomy}","foo_save_taxonomy_meta", 10, 2); // Creating new taxonomy
    add_action("delete_{$taxonomy}", "foo_delete_taxonomy_meta", 10, 3); // Deleting a taxonomy, you should always clean up after yourself

    Thread Starter Sonicelo

    (@sonicelo)

    Hmm, what exactly is a DNS resolve issue?

    I can freely ping any domain name (like www.ads-software.com) and NSLOOKUP returns no errors:

    Name:   www.ads-software.com
    Address: 66.155.40.250
    Name:   www.ads-software.com
    Address: 66.155.40.249

    ALSO:

    I made a few fresh installs of different WordPress versions and figured out, that:
    Version 3.7 or earlier: gives no errors, everything works fine
    Version 3.9 or later: Returns the same error, but everything still works fine

    Its just the anoying warning and longer page load.

    Note:
    I do have some troubles with the server, as I am unable to send email from it, but the problem is with external server, that is blocking me but is needed to go around firewall.
    Does wordpress use any special ports, other than 80?

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