powerj
Forum Replies Created
-
It was working fine this afternoon – I updated and now its broken!
Forum: Plugins
In reply to: [SNY Auto Featured Image] Can't load imageThis is still not working
Forum: Fixing WordPress
In reply to: Set a default featured imageIt doesn’t work though …
Forum: Fixing WordPress
In reply to: Set a default featured imageI’ve come up with this, but its obviously not quite right – not sure also at what point it applies the image
add_filter('post_thumbnail_html', 'wt_modify_post_thumbnail_html', 99, 5); function wt_modify_post_thumbnail_html() { if ( has_post_thumbnail() && get_post_type() == 'testimonials' ) { the_post_thumbnail(); } else { echo '<img src="' . get_bloginfo( 'stylesheet_directory' ) . '/images/transparent.png" />'; } }Forum: Fixing WordPress
In reply to: current-menu-ancestorI ended up having to put these links in as custom links and then they worked. I don’t quite understand how the functionality for custom post type archives is there in the menu interface but it doesn’t work properly – a bug maybe?
Forum: Plugins
In reply to: [SNY Auto Featured Image] Can't load imageHi Sanny. Latest version of both. WP – 4.5.2 Plugin 1.4
Forum: Plugins
In reply to: [Genesis Sandbox Featured Content Widget] Remove Displayed PostsSorry just worked this out. The option is actually called “Exclude Previously Displayed Posts?”
And its awesome!! Thanks so much
Forum: Fixing WordPress
In reply to: Set a default featured imageThanks Alex. I have tried to use this plugin but it seems to have some bugs in the latest version. Is there an alternative?
Forum: Plugins
In reply to: [Search & Filter] Custom post types and taxesMaybe you need to use the OR operator See docs http://docs.designsandcode.com/search-filter/#options
Forum: Fixing WordPress
In reply to: Register Taxonomy Rewrite SlugSo how can I achieve the urls
/news for All news
/news/act for news for actForum: Fixing WordPress
In reply to: Help with WP Query argsmany thanks
Forum: Fixing WordPress
In reply to: Help with WP Query argsThis returns unexpected if error.
Forum: Plugins
In reply to: [Search & Filter] Filter All Not WorkingThanks I’ll take another look at it
Forum: Plugins
In reply to: [Search & Filter] Custom post types and taxesecho do_shortcode( '[searchandfilter fields="NameOfCustomTaxonomy" ]' );Forum: Plugins
In reply to: Custom Post Type UI error when adding taxonomy nameSame thing