• Resolved boxcandy

    (@boxcandy)


    When adding Features to the listing they are echoed to the single-listing as Tagged Features. However they come out as links that link nowhere (not sure what this is for). How can I remove the <a href from these Tagged Features? Can you point me to the file that creates these list items as links?

    https://wordpress.org/plugins/wp-listings/

Viewing 1 replies (of 1 total)
  • Plugin Author agentevolution

    (@agentevolution)

    They should be linked as seen in the demo (http://demo.wp-listings.com/).

    It’s using the get_the_term_list() function that outputs links to the respective term pages to display all listings associated with that term (feature).

    If they’re not linking, you may have something in your theme that is filtering the output of that function and removing the links.

    The single listing template is in the plugin’s /includes/views/ folder.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove links from Tagged Features’ is closed to new replies.