Title: dpipitone's Replies | WordPress.org

---

# dpipitone

  [  ](https://wordpress.org/support/users/dpipitone/)

 *   [Profile](https://wordpress.org/support/users/dpipitone/)
 *   [Topics Started](https://wordpress.org/support/users/dpipitone/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dpipitone/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dpipitone/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dpipitone/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dpipitone/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dpipitone/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/dpipitone/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/dpipitone/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Seriously Simple Podcasting] Multiple Podcast Taxonomy Permalinks](https://wordpress.org/support/topic/multiple-podcast-taxonomy-permalinks/)
 *  Thread Starter [dpipitone](https://wordpress.org/support/users/dpipitone/)
 * (@dpipitone)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/multiple-podcast-taxonomy-permalinks/#post-18214287)
 * Serhiy,
 * Thanks for your help. I used Custom Fields Pro to create custom post types for
   Audio and Video and it helps with the organization, for sure, but the permalink
   structure is still not right.
 * As you can see, you can now view distinct pages for “audio” and “video” but when
   you click an episode, it flattens the permalink as if it’s at the root directory:
   
   [https://spottedpeccary.com/podcasts/audio/](https://spottedpeccary.com/podcasts/audio/)
   [https://spottedpeccary.com/podcasts/video/](https://spottedpeccary.com/podcasts/video/)
 * When you click the episode, you’ll see they resolve to:
   [https://spottedpeccary.com/audio/40/](https://spottedpeccary.com/audio/40/)
   and [https://spottedpeccary.com/video/40/](https://spottedpeccary.com/video/40/)
   respectively.
 * **What I am after is:**
   _Archive page:_[https://spottedpeccary.com/podcasts/audio/](https://spottedpeccary.com/podcasts/audio/)
   _Episode Links to_ > [https://spottedpeccary.com/podcasts/audio/40/](https://spottedpeccary.com/podcasts/audio/40/)
 * (Same for Video)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Seriously Simple Podcasting] Multiple Podcast Taxonomy Permalinks](https://wordpress.org/support/topic/multiple-podcast-taxonomy-permalinks/)
 *  Thread Starter [dpipitone](https://wordpress.org/support/users/dpipitone/)
 * (@dpipitone)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/multiple-podcast-taxonomy-permalinks/#post-18211157)
 * [https://spottedpeccary.com/wp-content/uploads/podcast-screengrab.png](https://spottedpeccary.com/wp-content/uploads/podcast-screengrab.png)
    -  This reply was modified 1 year, 5 months ago by [dpipitone](https://wordpress.org/support/users/dpipitone/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Conditional Value When No Taxonomy Terms Assigned](https://wordpress.org/support/topic/conditional-value-when-no-taxonomy-terms-assigned/)
 *  Thread Starter [dpipitone](https://wordpress.org/support/users/dpipitone/)
 * (@dpipitone)
 * [8 years ago](https://wordpress.org/support/topic/conditional-value-when-no-taxonomy-terms-assigned/#post-10283719)
 * Got it. Thank you for all your help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Conditional Value When No Taxonomy Terms Assigned](https://wordpress.org/support/topic/conditional-value-when-no-taxonomy-terms-assigned/)
 *  Thread Starter [dpipitone](https://wordpress.org/support/users/dpipitone/)
 * (@dpipitone)
 * [8 years ago](https://wordpress.org/support/topic/conditional-value-when-no-taxonomy-terms-assigned/#post-10283494)
 * Hey, Michael.
 * I tried this out, but when I remove the taxonomy values, it doesn’t display the
   message:
 *     ```
       <?php 
       if ( get_the_term_list( $post->ID, 'portfolio_category', '', '<br />', '' ) ) : ?>
       	<div class="project-info-box">
       		<h4><?php esc_html_e( 'Now Pouring At:', 'fusion-core' ) ?></h4>
       		<div class="project-terms">
       			<?php echo get_the_term_list( $post->ID, 'pouring_at', '', '<br />', '' ) ;?>
       		</div>
       	</div>
       <?php
       else :
       ?>
       echo "Not available";
   
       <?php endif; ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Conditional Value When No Taxonomy Terms Assigned](https://wordpress.org/support/topic/conditional-value-when-no-taxonomy-terms-assigned/)
 *  Thread Starter [dpipitone](https://wordpress.org/support/users/dpipitone/)
 * (@dpipitone)
 * [8 years ago](https://wordpress.org/support/topic/conditional-value-when-no-taxonomy-terms-assigned/#post-10283399)
 * Thanks so much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] PHP for displaying value of custom taxonomy](https://wordpress.org/support/topic/php-for-displaying-value-of-custom-taxonomy/)
 *  Thread Starter [dpipitone](https://wordpress.org/support/users/dpipitone/)
 * (@dpipitone)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/php-for-displaying-value-of-custom-taxonomy/#post-10210931)
 * Thanks for this help, but alas, nothing I try works and I keep breaking things.
   I’ve tried placing this code and changing the value out for my taxonomy “availability”
   but I just can’t seem to get it. It’s simply beyond my ability. 🙁
 * Thanks for the help up to this point, though!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] PHP for displaying value of custom taxonomy](https://wordpress.org/support/topic/php-for-displaying-value-of-custom-taxonomy/)
 *  Thread Starter [dpipitone](https://wordpress.org/support/users/dpipitone/)
 * (@dpipitone)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/php-for-displaying-value-of-custom-taxonomy/#post-10210161)
 * Understood – just asking if you could tell me the correct way to write that PHP?
   Any guidance you (or anyone) could provide would be most appreciated.
 * Thanks for a great plugin!
 * Daniel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] PHP for displaying value of custom taxonomy](https://wordpress.org/support/topic/php-for-displaying-value-of-custom-taxonomy/)
 *  Thread Starter [dpipitone](https://wordpress.org/support/users/dpipitone/)
 * (@dpipitone)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/php-for-displaying-value-of-custom-taxonomy/#post-10210022)
 * Yes, On that page at the link, there is a shortcode displaying all items in a
   set categories, but I’d like the values in the custom taxonomy to pass through
   on each individual beer, so that I can display a little tag in the upper right
   on a specific one.
 * Like this:
    [https://snag.gy/5Bl3bD.jpg](https://snag.gy/5Bl3bD.jpg)
 * Right now, on that page that lists the beers, the values for the custom taxonomy“
   Availability” I created is not passing through as a class or anything I can grab
   onto.
 * Is that kind of thing possible?
 * Thanks again for your patience – much of this is a stretch for my abilities…
 * Daniel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] PHP for displaying value of custom taxonomy](https://wordpress.org/support/topic/php-for-displaying-value-of-custom-taxonomy/)
 *  Thread Starter [dpipitone](https://wordpress.org/support/users/dpipitone/)
 * (@dpipitone)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/php-for-displaying-value-of-custom-taxonomy/#post-10209713)
 * Can you tell me how to add the custom taxonomy value to the items being displayed
   on this archive page – such that each Portfolio item included the value for the“
   Availability” taxonomy:
 * [http://staging.hitchhiker.beer/our-beer/](http://staging.hitchhiker.beer/our-beer/)
 * I’d like to target each of the items with a given taxonomy value to display a
   tag on them, so I’d like to see if I can pass the value of the custom “Availability”
   value to a class for each….or something like that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] PHP for displaying value of custom taxonomy](https://wordpress.org/support/topic/php-for-displaying-value-of-custom-taxonomy/)
 *  Thread Starter [dpipitone](https://wordpress.org/support/users/dpipitone/)
 * (@dpipitone)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/php-for-displaying-value-of-custom-taxonomy/#post-10209590)
 * Worked! Thanks so much for that tip.
 * Do you know if there is control over the orderby for the list of terms listed
   in the array? I am not sure how to write that PHP…
 * Thanks again for the great support,
 * Daniel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Conditional Fields for Contact Form 7] Hiding everything after group tag](https://wordpress.org/support/topic/hiding-everything-after-group-tag/)
 *  [dpipitone](https://wordpress.org/support/users/dpipitone/)
 * (@dpipitone)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/hiding-everything-after-group-tag/#post-8292728)
 * This is happening to me also, using the following:
 *     ```
       <p>Company Name<br />
       [text CompanyName]</p>
   
       [group uscity]
   
       <p>City (required)<br />
       [text* City]</p>
       <p>State (required)<br />
       [select* selectedState
        "Alabama|AL" "Alaska|AK" "Arizona|AZ" "Arkansas|AR"
        "California|CA" "Colorado|CO" "Connecticut|CT" "Delaware|DE"
        "Washington DC|DC" "Florida|FL" "Georgia|GA" "Hawaii|HI"
        "Idaho|ID" "Illinois|IL" "Indiana|IN" "Iowa|IA" "Kansas|KS"
        "Kentucky|KY" "Louisiana|LA" "Maine|ME"  "Maryland|MD"
        "Massachusetts|MA" "Michigan|MI" "Minnesota|MN" "Mississippi|MS"
        "Missouri|MO" "Montana|MT" "Nebraska|NE" "Nevada|NV"
        "New Hampshire|NH" "New Jersey|NJ" "New Mexico|NM" "New York|NY"
        "North Carolina|NC" "North Dakota|ND" "Ohio|OH" "Oklahoma|OK"
        "Oregon|OR" "Pennsylvania|PA" "Rhode Island|RI"
        "South Carolina|SC" "South Dakota|SD" "Tennessee|TN"
        "Texas|TX" "Utah|UT" "Vermont|VT" "Virginia|VA" "Washington|WA"
        "West Virginia|WV" "Wisconsin|WI" "Wyoming|WY"]</p>
   
       [/group]
       ```
   
 * Any solution?
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Display Feature Image Instead of Maps on Archive Pages](https://wordpress.org/support/topic/display-feature-image-instead-of-maps-on-archive-pages/)
 *  Thread Starter [dpipitone](https://wordpress.org/support/users/dpipitone/)
 * (@dpipitone)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/display-feature-image-instead-of-maps-on-archive-pages/#post-6476642)
 * Sorry, this was in the wrong spot…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Theater] Videos suddenly not playing](https://wordpress.org/support/topic/videos-suddenly-not-playing/)
 *  Thread Starter [dpipitone](https://wordpress.org/support/users/dpipitone/)
 * (@dpipitone)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/videos-suddenly-not-playing/#post-5330482)
 * Sorry – it looks like this is turning out to be a plugin conflict with the Fusion
   Core plugin used by our theme, Avada. It seems to be bumping into the WP Theatre
   plugin and having a problem with either a chortcode or iframe.
 * If anyone has any ideas for workarounds, please let me know,
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Theater] Videos suddenly not playing](https://wordpress.org/support/topic/videos-suddenly-not-playing/)
 *  Thread Starter [dpipitone](https://wordpress.org/support/users/dpipitone/)
 * (@dpipitone)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/videos-suddenly-not-playing/#post-5330477)
 * Sorry – Link:
    [http://www.radnet.com/musculoskeletal-mri-fellowship/lectures/ankle/](http://www.radnet.com/musculoskeletal-mri-fellowship/lectures/ankle/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] Version 4.0.7 is live. Please let us know if you are still seeing issues](https://wordpress.org/support/topic/version-407-is-live-please-let-us-know-if-you-are-still-seeing-issues/)
 *  [dpipitone](https://wordpress.org/support/users/dpipitone/)
 * (@dpipitone)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/version-407-is-live-please-let-us-know-if-you-are-still-seeing-issues/page/2/#post-4765242)
 * Just updated, and the backups are not working. It states the locally saved backups
   should be located in “…./wp-content/uploads/ithemes-security/backups” and no 
   such folder exists.
 * Also, the ones emailed to me have no attachment.
 * Help?
 * Thanks

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/dpipitone/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/dpipitone/replies/page/2/?output_format=md)