Replies: 0
Hi David,
I love your plugin but I’m not able to resolve this issue due to my technical inability.
In this page (the password to login is: akama) I’ve put a shortcode you give to another user.
What I’ve obtained:
– a Att_Tag and keyword research in a dedicated page (https://www.sipotra.it/prova-2/), good 🙂
What I would like to obtain:
– a Att_Tag and keyword research published in a page that already contains a MLA gallery (https://www.sipotra.it/governo-e-parlamento/) based on a Att_Category
– the Att_Tags that are in the select option must be ONLY the ones assigned to PDFs of the Att_Category the gallery is based on
– the research shortcode should not show any serp until the research is done, because under the research form there is the gallery of the given category
– the serp of any research should show only PDFs of the given category
Can you help me? please!
Here is the code I use for the page /prova-2/:
<form id=”attachment-category-form” method=”post” action=”.”>
<p style=”margin-top:20px; margin-bottom:3px;”>
Cerca in base alla fonte del documento:
<div class=”searchlist”>
[mla_term_list taxonomy=attachment_tag mla_output=dropdown use_filters=true option_all_text=All option_all_value=all show_count=true mla_option_value=”{+slug+}” mla_control_name=tag_dropdown mla_item_parameter=current_attachment_tag]
</div>
</p>
<p style=”margin-top:20px; margin-bottom:3px;”>
Cerca in base a una parola chiave
<div class=”searchlist”>
[muie_keyword_search mla_phrase_delimiter=’ ‘ mla_phrase_connector=’OR’]
</div>
</p>
<input id=”attachment-category-form-submit” name=”attachment_category_form_submit” type=”submit” value=”Search” />
</form>
[mla_gallery numberposts=10 add_filters_to=any mla_output=”paginate_links,prev_next” post_parent=all post_mime_type=all option_all_value=all]
[mla_gallery numberposts=10 add_filters_to=any mla_nolink_text=”No items match the current filter selections.” link=file post_parent=all post_mime_type=all option_all_value=all]
thank you!!!