carboncostume
Forum Replies Created
-
Thank you, this would be a big help to automating our workflow.
My apologies, the featured image is correctly being picked up.
But is there a way to specify a different image be used for Instagram? Perhaps add a specific class or data-attribute to an image in the post?
Forum: Plugins
In reply to: [Custom Field Template] Images not showing in Post PreviewHad a similar issue in v2.3.4. For previews, thumbnails for some of the other posts were not showing up for me. This change to line 4030 seems to fix it:
From:
if ( isset($post) && $post->ID == $post_id && is_preview() && $preview = wp_get_post_autosave( $post->ID ) ) :
To:
if ( isset($post) && $post->ID == $post_id && is_preview() ) :
Forum: Plugins
In reply to: [Amazon Affiliate Link Localizer] Links in WordPress RSS feedsSorry, I had this happening on https://carboncostume.com but I ended up hard coding the referral in our template instead.
Is the plugin meant to work on the WordPress RSS feeds as well?
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Option settings don't saveThanks, will do.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Option settings don't saveThe same URL, but instead of the admin options, I get the 404 page.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Option settings don't saveI wanted the same thing for my site Carbon Costume.
In msp-admin.php, line 62, change “manage_options” to “edit_others_posts” to give Editors access, and “publish_posts” to give Authors access.