conca.daniele
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Music Press Pro] Band or Artist “All” Songs empty listor maybe something like this
if (get_field('song_audio',$songID)) { $file = get_field('song_audio',$songID); } else if (get_field('song_embed_audio',$songID)) { $file = get_field('song_embed_audio',$songID); } else if (get_field('song_audio_cover',$songID)) { $file = get_field('song_audio_cover',$songID); } else if (get_field('song_audio_link',$songID)) { $file = get_field('song_audio_link',$songID); }Forum: Plugins
In reply to: [Recencio Book Reviews] “Review excerpt word count” affects other post typeI consider it closed, in trust..
Forum: Plugins
In reply to: [Recencio Book Reviews] Book Schema error, from invalid taxonomiesfollow-up:
found that changing slug for taxonomies causes the invalid_taxonomy error. this could be considered as a bug: with custom slugs taxonomies are broken.
btw, having a slug as “author” (for tax rcno_author) which is the default slug for WP accounts seems not a good choice really.
sorry for double posting, i’ve missed the “edit” link…
- This reply was modified 7 years, 3 months ago by conca.daniele.
- This reply was modified 7 years, 3 months ago by conca.daniele.
Forum: Plugins
In reply to: [WP SEO Structured Data Schema] How to apply on custom post types.hi,
an appropriate question for a really important feature, it’s implemented and configurable ?thanks
Viewing 4 replies - 1 through 4 (of 4 total)