SOLDPress User Manual
  • Welcome
  • Introduction
    • Getting Started
    • Introduction to Data Feed Synchronization
  • Installation
    • Configuring Your SOLDPress Plugin
    • Activate Your SOLDPress Key
  • SOLDPress Admin Menu
  • Settings and Options
    • DDF® Data Sync Page
      • Connection Settings Tab
        • Credentials section
        • General Section
        • Test Connection Section
      • Data Sync Tab
        • General Section
        • Picture Section
    • Appearance Page
      • General Display Options Tab
        • General Section
        • Display Settings Section
        • Javascript Libraries Section
        • Social Section
        • Relator(tm) Analytics Section
        • Maps Section
        • Third Party Integration
      • Property Details Options Tab
        • Sidebar Section
        • Map Section
      • Property Listings Options Tab
        • Sidebar Section
        • Sort Section
        • Column Section
    • About Page
      • License Key Tab
        • License Key Section
      • System Tab
      • Debug Tab
  • Widgets & Sidebars
    • Sidebars
    • Widgets
      • SOLDPress Search Widget
      • SOLDPress Listing Widget
      • SOLDPress Listings Widget
      • SOLDPress Reso Type Widget
      • SOLDPress GeoType Widget
  • Shortcodes
    • Listing
    • Listings
    • Listings Slide
    • Map
    • Search
    • Listing Raw Output
  • Search and Filtering
  • SOLDPress Developer Framework
    • Theme Framework
    • Data Framework
Powered by GitBook
On this page

Was this helpful?

  1. SOLDPress Developer Framework

Theme Framework

The following action filters are available.

SOLDPress_widget_title

SOLDPress_no_listings

SOLDPress_template_single_start

SOLDPress_template_single_end

SOLDPress_template_archive_start

SOLDPress_template_archive_end

SOLDPress_show_page_title

SOLDPress_page_title

SOLDPress_footer_powered_title_filter

SOLDPress_show_page_powered

Version 1.3 Template Engine Default Filters

You can override the sp_property_single.php and sp_property_archive.php page if you would like a new look and feel.

You can override specific files from the default theme by placing them in to custom developer plugin directory, for example if you want to override slideshow.

Copy the sp_property_slideshow.php and modify the file.

SOLDPress_include_template

Used to set template path

SOLDPress_locate_template

Used to locateTemplate path

SOLDPress_template_property_script_filter

used to load sp_property_scripts.php

SOLDPress_template_property_slideshow_filter

used to load sp_property_slideshow.php

SOLDPress_template_archive

used to load sp_property_archive.php

SOLDPress_template_single

used to load sp_property_single.php

SOLDPress_template_property_header_filter

used to load sp_property_header.php

SOLDPress_template_property_footer_filter

used to load sp_property_footer.php

SOLDPress_template_property_mls_data_footer_filter

used to load sp_property_mls_footer.php

SOLDPress_template_property_single_content_main_filter

used to load section/sp_property_main_section.php

SOLDPress_template_property_single_content_main_shortcode_filter

used to load section/sp_property_main_section.php

SOLDPress_template_property_single_content_aside_filter

used to load section/sp_property_main_aside.php

SOLDPress_template_property_archive_content_main_filter

used to load section/sp_property_main_section_archive.php

SOLDPress_template_property_archive_content_main_widget_filter

used to load section/sp_property_main_section_archive.php

SOLDPress_template_property_archive_content_main_shortcode_filter

section/sp_property_main_section_archive.php

The listings main page.

SOLDPress_template_property_archive_content_aside_filter

section/sp_property_main_aside_archive.php

The listings sidebar.

SOLDPress_template_property_archive_grid_filter

used to load section/archive-grid.php

SOLDPress_template_property_archive_map_filter

used to load section/archive-map.php

SOLDPress_template_property_archive_list_filter

used to load section/archive-list-loop.php

SOLDPress_template_property_archive_list_filter

used to load section/archive-list.php

SOLDPress_template_property_archive_list_filter

used to load aside/feature-property.php

SOLDPress_template_feature_property_shortcode_filter

used to load aside/feature-property.php

SOLDPress_template_property_map_filter

used to load section/sp_property_map_section.php

SOLDPress_template_search_widget_filter

used to load aside/search-form.php

SOLDPress_template_search_shortcode_filter

used to load aside/search-form.php

SOLDPress_list_template_start

Used for Property Table Rendering

SOLDPress_list_template_end

Used for Property Table Rendering

SOLDPress_table_room_template_start

SOLDPress_table_room_template_end

Search Widget

SOLDPress_search_before_widget

SOLDPress_search_before_title

SOLDPress_search_after_title

sp_search_after_widget

Query

SOLDPress_archive_query

The following actions are available.

SOLDPress_before_template_part

Occurs before template is being located.

SOLDPress_after_template_part

Occurs after template is been located.

PreviousSOLDPress Developer FrameworkNextData Framework

Last updated 4 years ago

Was this helpful?