• Resolved getaka

    (@getaka)


    Hi,
    I need another support to make Flexi works as I like. How can I fetch post by title? My requirement is something like this;
    [flexi-gallery title=”Selena Gomez”]
    Please support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author odude

    (@odude)

    No such field is supported by flexi-gallery yet.

    You can tag post.
    and use tag instead title.

    Thread Starter getaka

    (@getaka)

    Hi ODude,
    I want to copy the input of Title Filed to Tag field automatically on clicking of submit button.
    I want to add this code to Flexi Plugin. Please let me know in which flexi file to add this code.

    <script>
    document.getElementById('submit').onclick = function changeContent() {
    
    document.getElementById("tags_tag").value = document.getElementById("celeb").value;
    }
    </script>
    Thread Starter getaka

    (@getaka)

    getElementById(“celeb”); celeb is the ID for Title field.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Get post by Title’ is closed to new replies.