Support Forum » User Profile

Forum Replies Created

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • in reply to: filter by date #29083
    rhs@mediastuff.com.ar[email protected]
    Participant

    Hi Long, i can make it work on VIEWS

    {% set fecha = "now"|date('Y-m-d') %}

    <h2>
    Mano de Obra, Materiales y/o Equipos
    </h2>
    {% set args = { post_type: 'licitacion', posts_per_page: 180, orderby: 'fecha_apertura', order:'asc', tax_query: [ { taxonomy: 'tipo-de-obra', field: 'slug', terms: 'mano-de-obra-materiales-y-o-equipos', } ], meta_query: [ { key: 'fecha_apertura', value:fecha , compare: '=', type:'DATE' } ] } %}

    {% set my_posts = mb.get_posts( args ) %}

    {% if my_posts == null %}
        Sin Licitaciones
    {% else %}
            {% for post in my_posts %}
                    &lt;h3&gt;{{ post.post_title }}&lt;/h3&gt;
                    Tipo de Obra: {{ mb.get_the_term_list( post.ID, 'tipo-de-obra' ) }}&lt;br&gt;
                    Comitente: {{ post.comitente }}&lt;br&gt;
                    Lugar: {{ mb.get_the_term_list( post.ID, 'lugar' ) }}&lt;br&gt;
                    Fecha de apertura: {{ post.fecha_apertura | date( 'd-m-Y' ) }}&lt;br&gt;
                    Presupuesto oficial: {{ post.presupuesto_oficial }} ({{ post.presupuesto_oficial_moneda }})&lt;br&gt;
            {% endfor %}    
    {% endif %}
    
    in reply to: Custom table and facetwp search problem #28891
    rhs@mediastuff.com.ar[email protected]
    Participant

    Hi Long, thanks you! Any idea when will be the new update? I have to check with my client about the timing of the project. Thank you very much.

    in reply to: Custom table and facetwp search problem #28878
    rhs@mediastuff.com.ar[email protected]
    Participant

    Hi, I've been waiting for days for an answer to the problem I explained in the screencast I made. I really need to be able to use a custom table for my project.
    Please, can you give me a solution?
    Thank you very much.

    in reply to: Custom table and facetwp search problem #28827
    rhs@mediastuff.com.ar[email protected]
    Participant

    Hi Long, some news about it? and estimated time to fix this? I have a project on progress and i´m using a custom table. it´s really urgent for me. Thanks.

    in reply to: Custom table and facetwp search problem #28771
    rhs@mediastuff.com.ar[email protected]
    Participant

    Hi Long, thank you very much for your quick response. I look forward to hearing about this problem.

    rhs@mediastuff.com.ar[email protected]
    Participant

    Hi, wait a solution for that! thanks

Viewing 6 posts - 16 through 21 (of 21 total)