Home Forums Free Themes Education Hub Open Links in New Tab in RSS Widget

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #36796
    realdiehl
    Participant

    Hello,

    Currently the header and the article links in the RSS widget open in the existing tab. Is there a way to make them open in another tab?

    Thank you for all of your support!

    Regards,
    Kurt

    #36942
    wensolutions
    Keymaster

    Hello @realdiehl,

    As the RSS widget is the default widget of the WordPress so all of its feature is default.

    But if you still wish to have the feature to open the link in new tab use below JS.

    For this you can install the third party plugin to include the JS. Below is the link to one of them.

    https://wordpress.org/plugins/custom-css-js/

    Note: The themes Compatibility with the plugin mentioned above is not tested so we cannot assure its 100% compatibility with the plugin given above or any other third party plugin used.

    jQuery(document).ready(function( $ ){
      
      $('a.rsswidget').attr('target', '_blank');
      
    });

    Hope this helps.

    For any confusion further, we are always here for you.

    Best Regards!!

    #36962
    realdiehl
    Participant

    Hi @wensolutions,

    I apologize to you as I did not realize that the RSS widget was a default widget of WordPress. I thought it was widget included with the theme! I wouldn’t have asked for support here if I thought that wast he case.

    In any case, I REALLY appreciate your support and willingness to help! Your solution worked!! Thank you so much!

    Regards,
    Kurt

    #36983
    wensolutions
    Keymaster

    Hello @realdiehl,

    Glad we could help you !!

    And thank you so much for the appreciation.

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/education-hub/reviews/

    Best regards !!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.