Conditional statement: if is_category, append at the end of page

if ( in_category('Walks and Tours') && in_category('Westminster') ) {

//append whatever

}

You’d place that where you want the output to occur, within the Loop, of course.

error code: 523