Questions tagged as 'link'

0
answers

How to find link / reference within this code for another page?

I'm trying to make a popup like this found in this link: " link ", when you inspect the page you can do almost everything, however this code link I can not, I would need to find within this code a link that refers to another page but it seem...
asked by 13.10.2016 / 17:03
0
answers

How to put a link in an image using the function "echo" php

I have this function in php that takes the current url: <?php function UrlAtual(){ $dominio= $_SERVER['HTTP_HOST']; $url = "http://" . $dominio. $_SERVER['REQUEST_URI']; return $url; } ?> I'd like to us...
asked by 22.10.2016 / 14:45
0
answers

How do I create a link to view files on the server?

I have a folder called userFiles in my root. When the admin opens the screen he will see a list containing the user name and a column with the link to view the file that that user has previously uploaded. That is, I want it when ADMIN clicks...
asked by 14.06.2016 / 16:17
1
answer

Link to external page does not work

In the www.wrccdesign.com.br menu, the BLOG link, which is a external link that should lead to another page, does not work, ie when clicking nothing happens. I would like to know how to solve the problem. I did some testing, and from what I...
asked by 26.10.2016 / 10:38
1
answer

Change the class of the tooltip link

Expensive, good afternoon. I have the tooltip link set to: <a class="evento color-red" href="#"><span>informação</span>link</a> You can leave this way and keep the attributes tooltip: <a class="evento" href=...
asked by 29.03.2016 / 18:06
1
answer

wordpress - post type friendly link

I have a site www.classiplast.com.br is working everything right. But I'm creating an area inside it where I want to have a page called a business guide and when the user accesses www.classiplast.com.br/guia-de-empresas will open a page whe...
asked by 27.07.2015 / 14:16
1
answer

Paging and Order BY

I have noticed that some sites in wordpress use the following code in the links ? orderby = title & order = asc Could you explain the variations of this code? For example, it would be possible to sort articles by letter as follows. ? o...
asked by 02.08.2015 / 18:45
1
answer

Sorts articles through link

Wordpress has a system where you sort how many files should appear on the home page, Categories etc. Would it be possible to sort the number of files through the browser link? Here we have a part of a link that shows articles in alphabetic...
asked by 23.07.2015 / 21:24
3
answers

As for a variable term in a link?

I would like to know how to in a link a variable? http://201.76.188.6:8090/call.php?exten=7601&number=[celular] I'm doing this: (did not work) <!doctype html> <html> <head <meta charset="utf-8"> &...
asked by 21.12.2018 / 19:05
1
answer

How I put on my site a downloadable file with unique id for each person who download

How do I put a file to download to my site where the button link always changes after the file is downloaded and never from a person downloading it through the same link that has already been downloaded once? I use wordpress, I've seen this o...
asked by 17.02.2017 / 22:13