Could this be what you’re looking for; first get the query string for alp
and make a conditional statement every item in the loop against the query string alp
$selected_slug = $_GET['alp'] ? $_GET['alp'] : '';
$alp_class="";
$alp_list = get_terms(array( 'taxonomy' => 'alphabets','orderby' => 'name', 'hide_empty' => false ) );
foreach ( $alp_list as $alp ) {
if($selected_slug === $alp->slug) $alp_class="active";
printf('<a href="https://wordpress.stackexchange.com/questions/272025/%1$s/?s=%2$s§ion=member_list&alp=%2$s&submit=search" class="%3$s">%4$s</a><br/>', get_bloginfo('url'), $alp->slug, $alp_class, $alp->name);
}
Updated code to add the active
class on the link.
Let me know if that works.
Related Posts:
- How to perform unit testing on proposed patches in Trac?
- Can the default “post tags” taxonomy be renamed?
- Remove the category/taxonomy description field?
- Add ‘Description’ to taxonomy ‘Quick Edit’
- How to organize and cache additional data associated with terms?
- get a specific taxonomy term name
- get_terms() How many is TOO many?
- Child Terms not Displaying on the Taxonomy Term Admin Screen
- How to display child term of current term’s parent taxonomy?
- Sorting custom taxonomy causes menus error
- Set a cookie in WordPress, using a select form and Jquery
- How to add terms to taxonomy with wp_insert_terms?
- Is there any difference between post in child term and child & parent terms?
- How to add automatically keyword to taxonomies when a post published, and assign them to the post
- Create and move terms for taxonomies
- Custom taxonomy archive – No posts found [closed]
- Display parent taxonomy name and list child taxonomies below it?
- How can I remove links from the function “get term list”?
- Alphabetical order in taxonomy.php
- Get Term names from WP Term Object
- functions to create term and child terms
- base directories / URL
- WordPress REST get all items without a taxonomy assigned
- Getting the parent from the wp_term_taxonomy
- How do I get the current tag out of a taxonomy?
- Variable in Array Not Working
- If search matches taxonomy
- How to list 2 taxonomy terms for a post, based on their hierarchy
- Showing custom taxonomy column in taxonomy category listings immediately after create category
- Custom Field as Custom Taxonomy?
- Order wordpress taxonomy parent terms by their children count
- Pagination on taxonomy archive pages breaks
- Modify the query method when adding category filtering function to the custom post list
- Use a CPT as a taxonomy
- need to get postthumnails from a post whithin a category custom post type
- how to display only the sub category names of the taxonmoy
- Adding tag’s featured image to tag archive
- Group Post by Custom Taxonomy 2 under Custom Taxonomy 1
- Ordering Taxonomies / Changing term_id
- Fetch and ACF image field from a custom taxonomy outside category/archive page? [closed]
- How to restrict users in edit post that can just select exists tags? not add new
- Changing the default taxonomy key length
- Adding taxonomy terms based on custom field
- Multi Taxonomies same terms
- Make taxonomy terms appear in the order they were made
- Taxonomy Tag Conditionals
- What does ?cat=2-5-results mean at the end of URLs?
- Display a tag only if there is a description
- Query Custom Post Type by Taxonomy Meta Value
- Retrieve Taxonomy Label
- Taxonomy – Exclude post format from showing on page
- Advice on how to build multiple cross-tagged content types
- Return Taxonomy Name for Each Term
- Taxonomy list names with lowercase
- Test if taxonomy on current page has at least one term with more than one page tagged with that term
- Modify output of wp_dropdown_categories to add term IDs to each option
- How to display only the direct children of a term on a taxonomy page
- Get an array of custom taxonomy with posts inside each items
- Display posts from tagchildren of taxonomy tagparents
- If has_term, load other theme
- archive page sidebar not working
- Tax Query trouble
- Bug using wp_insert_term with switch_to_blog
- Related Taxonomy Doesnt Show any Posts
- Get something out from taxonomy
- get_term_by with a variable
- Get ACF taxonomy term and sub-term lists ACF blocks
- Change searching from world level to first letter
- Finding id of taxonomy by name in custom post type
- How to have article URL like example.com/article1 and example.com/foo/article2?
- How to display acf repeater in tag archive page?
- I want to edit the tags template by adding text that displays all tags from the listed posts
- Get Term ID by Description
- Can lots of tags affect performance?
- echo a tax term in loop
- I need posts within a taxonomy category that are tagged “featured” to show up first
- how to echo a custom taxonomy term from an array of term
- How to manage the links of a new taxonomy
- How to position taxonomy meta box on page
- WP REST API taxonomy is missing on custom post type
- How to add some filter to Category Taxonomy
- Get taxonomy url, name, post count & image
- Rewrite permalink to include multiple taxonomies
- taxonomy terms are not populating select tag options
- How to show amount of post in a taxonomy with advanced custom fields?
- Related Posts by taxonomy using Advance Custom Fields Plugin
- get term slug from current posts’s custom taxonomy
- How to Display Child Taxonomy Posts
- Help me add Taxonomy to byline
- Filter custom taxonomy table
- How Can I List Categories by Date?
- Custom Taxonomy Page redirect 404
- Passing values by form to create a query
- Why is taxonmy-[taxonomyname].php not working?
- Adding Advanced Custom Fields to posts without hyperlinks
- How to display a term of taxonomy
- Add URL field to wordpress taxonomy
- Using autocomplete with post_tag taxonomy on attachments
- Display taxonomy terms when adding a link in the admin
- Bulk import in custom taxonomy