• Resolved jejela19

    (@jejela19)


    Hi David,

    I need some help about on updating the image custom taxonomy from my front end.
    is it possible to do that using the advanced custom field or other plugins? if yes do you have a guide?
    so what I wanted is when a photo is clicked I should be able to edit/add custom taxonomies or redirect to a image update forms.

    Hoping for your fast response, Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author David Lingren

    (@dglingren)

    Thanks for the question. I do not know if ACF can help with this or if there is another plugin with the features you need.

    This is a reasonable application idea that would require custom development and PHP coding to implement. If you do find a plugin-based solution, consider posting it here so other users can benefit.

    I regret that the news is not more positive, but I am marking this topic resolved simply because I have answered the question to the best of my knowledge. Thanks for your understanding and your continued interest in MLA.

    Thread Starter jejela19

    (@jejela19)

    Hi David,

    Sorry for my late reply. Thank you for answering my question. by the way how do i get the id’s of an image? I want to use the image id to redirect to a edit page so I can update using php coding.

    Thank you again!

    Plugin Author David Lingren

    (@dglingren)

    Thanks for understanding. You asked “how do i get the id’s of an image?” It depends on where you are.

    If you want to add the ID value to the items in an [mla_gallery] shortcode you can use [+attachment_ID+], [+ID+] or [+post_id+] data sources.

    If you are addig PHP code to the “Media Page” for an item you can call the get_the_ID() function or get_post() and then reference the ID property.

    If that’s not helpful let me know the context in which you want to fetch the ID value.

    Thread Starter jejela19

    (@jejela19)

    Thank you again David!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Edit custom taxonomies on front end’ is closed to new replies.