• Resolved iammk

    (@iammk)


    I’m currently using two plugins – attach-files and cat2tagmodified for attaching files and adding/modifying categories, respectively. Both appear under the text box on the post page in what appears to be alphabetical order. I’d like to reverse their appearance so that the categories box is directly under the posting box and the attach files box is on the bottom. I am not sure how to do this. The order of plugin installation doesn’t seem to make a difference as they have been uninstalled and reinstalled in the order desired but their position has not changed.

    Can anyone help? I have a very limited understanding of php, although no issues with editing if someone can tell me what to do. 🙂

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The plugin author uses what is known as “hooks” to put information into an administration page or template file. To change the position, and with lack of familiarity with writing WordPress plugins, consider contacting the authors and asking them how to make this change. You may have to contact both authors. Or just live with it.

    Thread Starter iammk

    (@iammk)

    For future reference, I changed this line in the cat2tag plugin:

    add_action(‘edit_form_advanced’, ‘c2t_add_tags_input’);

    to

    add_action(‘edit_form_advanced’, ‘c2t_add_tags_input’, ‘0’);

    and that did the trick.

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

The topic ‘Order of plugin appearance on post.php’ is closed to new replies.