Forums

WP Query Search Filter
[resolved] Customizing value from name in dropdowns (5 posts)

  1. andrebalza
    Member
    Posted 5 months ago #

    Any suggestion of best practice about changing from
    <option value="inspecta">inspecta</option>
    to
    <option value="inspecta">Some explaining name</option>

    Best,
    Andrea

    http://wordpress.org/extend/plugins/wp-query-search-filter/

  2. TC.K
    Member
    Plugin Author

    Posted 5 months ago #

    not really...if you want to do that..have to hack into the plugin code.

  3. andrebalza
    Member
    Posted 5 months ago #

    That was my fear.. any advice where to start from? :)

  4. TC.K
    Member
    Plugin Author

    Posted 5 months ago #

    well, the easiest way to make it is looking at the page source codes. Copy the code and edit it accordingly. And paste it back to the place you need to display the form.

    Note that, if you want to do it this way, just edit the option value only, any other things remains the same. And of course, you don't need the shortcode or widget any more to display the form.

  5. andrebalza
    Member
    Posted 5 months ago #

    thanks a lot..

Reply

You must log in to post.

About this Plugin

About this Topic