Forum Replies Created
-
AuthorPosts
-
[email protected]
ParticipantHi 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 %} <h3>{{ post.post_title }}</h3> Tipo de Obra: {{ mb.get_the_term_list( post.ID, 'tipo-de-obra' ) }}<br> Comitente: {{ post.comitente }}<br> Lugar: {{ mb.get_the_term_list( post.ID, 'lugar' ) }}<br> Fecha de apertura: {{ post.fecha_apertura | date( 'd-m-Y' ) }}<br> Presupuesto oficial: {{ post.presupuesto_oficial }} ({{ post.presupuesto_oficial_moneda }})<br> {% endfor %} {% endif %}[email protected]
ParticipantHi 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.
[email protected]
ParticipantHi, 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.[email protected]
ParticipantHi 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.
[email protected]
ParticipantHi Long, thank you very much for your quick response. I look forward to hearing about this problem.
May 27, 2021 at 2:37 AM in reply to: ✅Re-indexing loses data of custom fields in the FacetWP index #28447[email protected]
ParticipantHi, wait a solution for that! thanks
-
AuthorPosts