Linkman 2.0.2 Page title and Meta tags

Problems installing LinkMan?
Post Reply
mattvegas
Posts: 2
Joined: Sat Jun 30, 2018 7:31 pm

Linkman 2.0.2 Page title and Meta tags

Post by mattvegas »

Script URL: Linkman
Version of script: 2.0.2
Hosting company: -
URL of phpinfo.php: -
URL of session_test.php: -
What terms did you try when SEARCHING for a solution: Yes

Write your message below: Where do I change the Link title on the links.php page? Also where are we suppose to add meta tags? And where do I add a logo to the links.php page?

I purchased the licens key. Thanks for a great product!
Klemen
Site Admin
Posts: 10209
Joined: Fri Feb 11, 2005 4:04 pm

Re: Linkman 2.0.2 Page title and Meta tags

Post by Klemen »

mattvegas wrote: Sat Jun 30, 2018 7:35 pmWhere do I change the Link title on the links.php page?
It's in the language/en-US/public.php file. I recommend opening it with a powerful text editor that will save the file in the correct encoding, for example Notepad++, then find the line that contains 't_links'

mattvegas wrote: Sat Jun 30, 2018 7:35 pmAlso where are we suppose to add meta tags? And where do I add a logo to the links.php page?
Both can go in templates/default/layout.tpl.php
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
mattvegas
Posts: 2
Joined: Sat Jun 30, 2018 7:31 pm

Re: Linkman 2.0.2 Page title and Meta tags

Post by mattvegas »

I'm using dreamweaver.

Thank you for fast reply and a great site. Keep up the good work. Excellent products.
Sanchez$
Posts: 1
Joined: Wed Sep 17, 2025 9:27 am

Re: Linkman 2.0.2 Page title and Meta tags

Post by Sanchez$ »

In LinkMan 2.0.2:

Page title – Open links.php and look near the top <head> section. You’ll see a <title> tag (usually using <?php echo $SETTINGS['title']; ?>). You can edit it directly, or change the value in config.php ($SETTINGS['title']).

Meta tags – Add them manually inside the <head> section of links.php (just below <title>). For example:

<meta name="description" content="Your description here">
<meta name="keywords" content="links, directory, etc">


Logo – Insert your logo image inside the <body> section of links.php where you want it displayed, e.g.:

<img src="images/logo.png" alt="My Site Logo">


That way, your customizations stay with the template file.
Post Reply