tbadorrek
Forum Replies Created
-
Bill,
Are custom post types now supported? I’m trying to do the following but to no avail:
[display-posts post_type=”research” taxonomy=”research-categories” tax_term=”taxes” include_excerpt=”true” image_size=”thumbnail”?posts_per_page=”-1″ ]
I’m using “Custom Post Types UI” plugin to create a custom post type, “research” and to create a custom taxonomy, “research-categories”, and I have created the taxonomy term “taxes” and tagged one of the custom posts. However, nothing appears.
Any thoughts on what might be conflicting with the shortcode?
Any thoughts about this? My company relies on an RSS-to-Email tool to send daily updates to our subscribers, and currently the series information is not being included.
Thank you!
I was able to figure out a solution that at least works for my subdomains.
I edited class-wp-external-links.php as follows:
Do a search for:
baseUrl: ‘<?php echo get_bloginfo( ‘url’ ) ?>’And replace with:
baseUrl: ‘YOUR TOP DOMAIN HERE (i.e. google.com)’
Do a search for:
strpos( $href, ‘strtolower( get_bloginfo( ‘url’ ) )’ ) === FALSEAnd replace with:
strpos( $href, ‘YOUR TOP DOMAIN HERE (i.e. google.com)’ ) === FALSEThat did the trick for me.
OK, thanks. A and B were actually examples. I was actually using the terms “theology” and “work”, and for whatever reason, when I use “work” nothing will show up. There’s something off with that keyword I guess.
And I just realized that I had received error message emails for each Lead I tried to submit:
Alert: Salesforce.com experienced the following problem creating the lead below:
Reason: The Campaign ID submitted from the Lead Capture Page has been deleted.
Lead Capture Page: Not available.Record Information:
Campaign_ID = xxxxxxxxxxxxx
debug = 0
email = xxxxxxxxxxxx
encoding = UTF-8
encoding = UTF-8
first_name = Test
last_name = Person
lead_source = xxxxxxxxxxxxxxxxxxxx
oid = xxxxxxxxxxxxxxxxx
zip = xxxxxTo incorporate this lead into salesforce.com you can key in the data above.
If you have any questions, please click on Support at the top right of any page within salesforce.com.
Customer Support
salesforce.com