Good day, everybody:
I need to make wordpress so as to add the consumer’s id quantity behind the ref’s hyperlink string, in order that, for instance
<div class="toolsbutton">
<a href="http://mysite.com/mysite/page-">go this web page</a>
</div>
above code will likely be handing over to a hyperlink if the consumer id is 113 who clicked it, the deal with will change into:
<a href="http://mysite.com/mysite/page-113">go this web page</a>
Or, if you realize another to take action, please additionally let me know.
Usually, the aim will likely be {that a} consumer will likely be directed to a web page that with unified deal with however there will likely be a quantity equal to his id connected behind. each time, somebody click on the identical hyperlink, in identical web page, could have the identical impact on every consumer.
When a consumer click on it, would be the CURRENT USER, who’s a registered consumer.
If anybody might inform me if I might create the web page on the identical time (if not exist), will likely be terrific!
Thank You