derek.yang.1614
asked 11 years ago

Hi there,

On your demo site, http://demo.designwall.com/dw-focus/?p=115, the correct post is “The New Retirement: Making a Difference” under “blog” category.

But the breadcrumb reads: DW Focus -> Entertainment -> PSY – GANGNAM STYLE (강남스타일) M/V

This is also not working correctly in my local test environment.

Please advise how to fix it.

Thanks!

1 Answers
DominicStaff
answered 11 years ago

Hello Derek Yang!
If  Breadcrumb does not work properly in your site, you can fix it:
Open file functions.php
after the line 346


if( ! function_exists('dw_breadcrumb') ) {
function dw_breadcrumb(){
global $post;

add code

wp_reset_query();

see the screen shot: http://imgur.com/zrC3IPL

Regards,
Dominic

Powered by DW Question & Answer Pro