Making an Article title clickable
Con risposta
Data ultimo post: 04 ago 2021
Hello,
I would like to make the article title a hyperlink in some instances instead of an article with clickable links. In the example below, I would like "Apply Here" to go directly to our website instead of having to open that then clicking. Is that possible? Thank you in advance.
1
14
14 commenti
Darenne
We would like to inform you that you have previously submitted a support ticket concerning your issue, and a dedicated advocate has already provided assistance. To prevent any confusion and to facilitate a seamless communication process, we kindly ask you to reference the following ticket ID in your future correspondence: #12809238.
Should you have any further inquiries or require additional assistance, please feel free to respond to this message.
0
Sheena
Hi 1263169183150 Need your assitance for request raised above.
0
Sheena
1263169183150
0
Sheena
Hi 1263169183150 ,
Can you help me with the code to hyperlink a article title within a section to redirect to another page. Basically want to add a link under the title highlighted which upon click redirects to another page hyperlinked.
0
Ifra Saqlain
Great ;)
0
Kolby Dinh
Thank you so much!!!! Everything works now!
0
Ifra Saqlain
Hey Kolby Dinh :)
Please close the double quotes here, it's causes of bug:
Then test and let me know.
Thanks
1
Kolby Dinh
I must be messing up somewhere Ifra, thank you for your reliable help! Even when checking for a Unique Word like "FERPA" (there is only 1 article with FERPA in the title), I can't get them to link out. Here is my Help Center URL
https://eliteopenschools.zendesk.com/hc/en
0
Ifra Saqlain
Hey Kolby Dinh,
Update your script file code:
I). Check a unique word of your article title as I did here:
Complete:- Links in the editor.
So remove the query -
a:contains("[Mentor] Assist Guide")')
and check a unique world
a:contains("[Mentor]")')
OR
a:contains("Guide")')
OR
a:contains("Assist")')
And if any issue you can share your public HC URL here so I can see the bug.
It would work.
Thanks
1
Kolby Dinh
I followed the steps but can't seem to get it to work now




It seems like I get 2 errors when I preview the page. Hopefully you can help!
0
Accedi per aggiungere un commento.