Homepage, latest post, open in a new window

Good afternoon,

Im having a problem with my xtheme:

1.- If my homepage showing latest post…how can i made that when someone clic in the latest posts of the home page they open in a another window instead of in the same window?

Hi there,

This should be doable through JS.

Please try this add this code in X > Theme Options > JS:

jQuery('.x-main article .entry-cover').attr('target', '_blank');

Hope this helps.

Hi there,

You seem to have deleted your post, kindly let us know in case you have further questions or if the suggestion previously given did not work.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.