Adding custom code to footer text

I wanted to add this code to the right footer of one of my projects:

<a href="http://doorgrow.com/property-management-websites/" <?php if (!is_front_page()) { echo 'rel="nofollow"';} ?> target="_blank">Property Management Websites by DoorGrow</a>

However it displays it literally and does not process the php.

I tried placing a shortcode there as well and still no luck.

What would be the safest way to be able to place custom code there?

Hey Jason,

The text areas of the BB theme footer (or header) only accept plain text or HTML at this time.

Best,
Billy

I tried placing a shortcode there as well and still no luck.

Those areas should accept a shortcode. Are you on the latest version?