Put URL link to "OUR RECENT WORK" found in your home page

Support Forums for LiveMesh Themes & Plugins Forums Extinct Theme Support Put URL link to "OUR RECENT WORK" found in your home page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5292
    palmtree
    Participant

    Hello Code Master,

    I would like to add a URL link to OUR RECENT WORK text found in https://www.livemeshthemes.com/extinct/ (That’s where you are outputting portfolio thumnails).
    After installation, I imported your default template content first to start working on my site obviously.

    There is a code like below…

    intro_text="<h4>Our Recent Work</h4>Duis leo...."]

    I changed this code to
    intro_text="<h4><a href="xxxxx(portfolio home link)">Our Recent Work</a></h4>Duis leo...."]

    Because I wanted to put link to “portfolio home” as well.
    But after updating the home page with this new code, the title and description of the Our Recent Work block was disappeared.

    How do I add url link to <h4> title there?

    #5318
    Ernesto
    Member

    Hi,
    You’ll need to replace this code
    intro_text="<h4><a href="xxxxx(portfolio home link)">Our Recent Work</a></h4>Duis leo...."]

    With the following:
    intro_text="<h4><a href=xxxxx(portfolio home link)>Our Recent Work</a></h4>Duis leo...."]

    Let me know if you could do it.
    Cheers!

    #5331
    palmtree
    Participant

    Thank you Ernesto!
    It works:-)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Put URL link to "OUR RECENT WORK" found in your home page’ is closed to new replies.