PHP If Else statement for breadcrumb
Posted on
16th Feb 2014 07:03 pm by
admin
Hi
I am trying to use a PHP if else statement to display a breadcrumb link on wordpress
The code
Line number On/Off | Expand/Contract <div class="triple silhouette_break"> <ul> <li><a href="/">HOME</a> »</li><? $t=$_SERVER['REQUEST_URI']; if ($t == "/blog/")?><li><a href="<?php bloginfo('url'); ?>/" title="<?php bloginfo('name'); ?>" class="current">BLOG</a> »</li><? else ?> <li><a href="<?php bloginfo('url'); ?>/" title="<?php bloginfo('name'); ?>">BLOG</a> »</li> <li><a href="<?php $t ?>" class="current"><?php wp_title('«', true, 'right'); ?></a></li> </ul> </div>
If the user is on "/blog" or "/blog/" folder then I only want to display >> BLOG and if they are on anything else inside that folder I want to display the URL they are on and the crumb
No comments posted yet
Your Answer:
Login to answer
260
10
Other forums
Interpret Order
Hello all,
I'm wondering if I have this:
Code: $switch = array(
'one' =>
Multi Level Array Problem
hi all,
For example I have array like below:
$temp = array(array('north america', 'us'
PHP File Upload Problem
Hi, I have written a very simple file upload script but it fails for reasons I can't explain. Hope
Aris, Netweaver BPM, Visual composer and X'app
Dear Experts,
Whats the relationship between the following components: Aris, Netweaver BP
simple script won't work. Please help
I'm new to php, and I am having trouble displaying a simple script in my web browser. My php code ex