tarheit
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget Context] [Plugin: Widget Context] Can't "target by URL"I found *category/mycategory* works
but any other varient doesnt’ seem to work ie. /category/mycategory* or /category/mycategory/*
It seems like it works, but is a bit too picky (and the examples given in the plugin itself don’t work)
Thanks. I’m looking forward to your advanced version as well.
Care to share the script?
Good call. Turns out it’s the Jetpack plugin.
http://wordpress.org/extend/plugins/jetpack/In the source code in non listing pages I see:
<script type="text/javascript" src="http://www.busybrealty.net/wordpress/wp-content/plugins/fs-real-estate-plugin/js/ajax.php"></script> <!-- Jetpack Open Graph Tags -->On listing pages I see
<script type="text/javascript" src="http://www.busybrealty.net/wordpress/wp-content/plugins/fs-real-estate-plugin/js/ajax.php"></script> <script type="text/javascript"> function FSREPMap() { ... snip ... </script> <div id="listings map" ..... rest of the page content .... </div> <!-- Jetpack Open Graph Tags -->Disabling Jetpack and the page content as well as the jetpack open graph tags sections disappears.
The text inserted in the header appears to be the value of $PageContent after calling fsrep_listings_display
Not sure this helps any.
Forum: Plugins
In reply to: [FireStorm Professional Real Estate Plugin] Modify Search Widget?I don’t see the information for the pro version. Am I missing something?
Forum: Plugins
In reply to: [WP-dTree] Custom post typesI haven’t tried it with the other views, but many if not all would be applicable. I ended up using the modified page view because the custom posts I’m doing have a hierarchy and it works best for me to display them in a tree to show the hierarchy.
I happen to be using the ‘Custom Post Type UI’ plugin for the custom post types, though there are others out there.