skip to Main Content

Open Single Button To Multiple Pages – WordPress

How can I open different pages from a single button by using a pair of two different dropdown menus? <table style="font-style:nunito; background-color:#FFEBF6;border:none;"> <tr> <td style="font-style:nunito; background-color:#FFEBF6;border:none;"> <label style="font-size:20px; padding-bottom:10px;">My credit score is</label> <select id="selectBox1"> <option value="excellent">Excellent (720 - 850) </option>…

VIEW QUESTION

WordPress Advanced Custom Fields – Cleaner Way To Code This

I have added advanced custom fields to woocommerce category pages to help with SEO. Is there a cleaner way to code this as a lot of excess probably don't need <div class="full top-cat-seo"> <?php $queriedObject=get_queried_object(); echo get_field('product_category_top_section_seo','product_cat_'.$queriedObject->term_id); $link1 = get_field('link_url_1','product_cat_'.$queriedObject->term_id);…

VIEW QUESTION
Back To Top
Search