| Add IDX Synchronization Tags to Your Thesis Theme | |||||||||
Because of the vast amount of WordPress themes available, we are unable to provide detailed support for each. The following article is intended as a reference, due to the changing nature of themes and WordPress itself. If you are using the AgentPress theme, click here. If you are using the Arjuna theme, click here. If you are using the Atahualpa theme, click here. If you are using the default WordPress theme, click here. Note: If you don't already have the IDX Broker plugin installed, you may download it here. If you decide not to use the plugin, click here to view the code that you will need to add to your functions.php file. The Synchronization Tags tell our servers where to extract the header and footer content from your website. Adding IDX Broker synchronization tags to your Thesis 1.8 Theme (or older) is easy. Thesis provides a "Custom_Functions.php" file that you may edit from within WordPress. To add your synchronization tags to Thesis, simply follow the step-by-step instructions below:
function start_tag() { echo idx_start(); }; function stop_tag() { echo idx_stop(); }; add_action('thesis_hook_before_content', 'start_tag'); add_action('thesis_hook_after_content', 'stop_tag'); |
| Related Articles |
| No related articles were found. |
| Attachments |
| No attachments were found. |