0
Welcome Guest! Login
0 items Join Now

How to target=_blank from Category Articles' Titles

  • How to target=_blank from Category Articles' Titles

    Posted 11 years 11 months ago
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: How to target=_blank from Category Articles' Titles

    Posted 11 years 11 months ago
    • Have you tried using the Images & Links feature in the Article Edit screen?
      Article Manager: Edit Article -> Publishing & MetaData -> Images and Links -> Link A
  • Re: How to target=_blank from Category Articles' Titles

    Posted 11 years 11 months ago
    • Hi Dan.

      I saw that. You mean the "Images and Links" section of the Article Edit screen?
      I couldn't figure out how to make that work.
      Since the articles are linking from their titles (in Category/Articles layout), what would I need to do?
  • Re: How to target=_blank from Category Articles' Titles

    Posted 7 years 7 months ago
    • you can use HTML :

      use
      <head>
          <base target="_blank">
      </head>

      in your HTML <head> tag for making all of page links which not include target attribute to be opened in a new blank window by default. Otherwise you can set target attribute for each link like this:
      <a href="/yourlink.html" target="_new">test-link</a>
      

      and it will override
      <head>
          <base target="_blank">
      </head>

      tag if it was defined previously.
      *source: http://stackoverflow.com/a/21066037
    • Last Edit: 7 years 7 months ago by Davidtch.
    • DavidG
      I use Salient theme on Wordpress
  • Re: How to target=_blank from Category Articles' Titles

    Posted 7 years 7 months ago

Time to create page: 0.043 seconds