• Hello everyone,

    sorry for my english but i have a problem to modify my theme.
    I wanted to change the method of opening my linked page in my website, so i guess i have to modify some html code…but where?

    Instead of:

    <a>_blank" href="https://mywebsite/?page_id=58

    i wanted to do this:

    <a>_self" href="https://mywebsite/?page_id=58"

    I cannot find the place where i can modify the css/html/php file for that modification.
    The link will by one my homepage which is divide as a one page website.

    The link https://mywebsite/?page_id=58 will redirect to a simply text page that i created but i only want to open it in the same window and not a new one.

    Thank for your help!

    • This topic was modified 8 years, 6 months ago by neopat.
    • This topic was modified 8 years, 6 months ago by neopat.
    • This topic was modified 8 years, 6 months ago by neopat.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    This is how links are added to the site to open in the same window
    <a href="https://mywebsite/?page_id=58" target="_self">HERE GOES THE LINK TEXT VISIBLE TO SITE VISITOR</a>

    To open link in new Window change target to blank
    <a href="https://mywebsite/?page_id=58" target="_blank">HERE GOES THE LINK TEXT VISIBLE TO SITE VISITOR</a>

    Thread Starter neopat

    (@neopat)

    Hi @wpressdr,

    thank you for your reply,

    i know how write the code, but my question is were, in what file can i do this modification.
    I only know hot to modify some basic things in the theme css style but i don’t know i what folder/file can i do the modification for that specific link.

    here is a biggest code of the element:

    <ul class="social-icons">
    												 																 				<li>
    													 																	 							<a target="_blank" href="https://beassist.com/?page_id=58">
    												 								<span class="icon-weather-wind-e"></span>
    												 							</a>
    													 																		 				</li>
    			

    Hi @neopat,
    Can you please share the link where the social icons appearing?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘link opening modification in my theme’ is closed to new replies.