Wordpress,discuz Change logo According to different entry URL

Source: Internet
Author: User
Tags set cookie

The idea of calling a cookie in discuz! came out:
Set Cookie:dsetcookie (' Cookie name ', ' cookie value ', ' effective time ');

There are two ways to read a cookie, the first using the GetCookie function:
GetCookie (' cookie name ');
The second type of direct access global variable $_g:
$_g[' cookie ' [' Cookie name ']

Example:

<!--{if xxxx}-->
<!--{eval Dsetcookie (' type ', ' 1 ', ' 86400 ');} -
<!--{ElseIf xxxxx}-->
<!--{eval Dsetcookie (' type ', ' 2 ', ' 86400 ');} -
<!--{/if}-->

WordPress Call Cookie:

<?php
if (xxxx) {
$_cookie[' type '] = ' 1 ';
}else if (XXX) {
$_cookie[' type '] = ' 2 ';
}
?>

Native PHP syntax and native JS are available on the page

Wordpress,discuz Change logo According to different entry URL

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.