paulmil11
Forum Replies Created
-
Forum: Plugins
In reply to: [Snippy] Snippy errors with Gutenberg?You are the man – thanks so much!
Such a valuable plugin – any way I can support?
Forum: Plugins
In reply to: [Snippy] Snippy errors with Gutenberg?I sent you a login
Forum: Plugins
In reply to: [Snippy] Snippy errors with Gutenberg?its not a problem of the shortcode – on the gutenberg editor, the snippy code is appearing before the doctype – I am not sure what that means just passing along the message
Forum: Plugins
In reply to: [Snippy] Snippy errors with Gutenberg?You may want to see this thread on github – https://github.com/WordPress/gutenberg/pull/12575#issuecomment-455084760
Someone said: “But I would encourage you to reach out the developer of the Snippy plugin and ask them to fix so the content isn’t output before the doctype.”
Its a general problem on any draft post page – the code is not loading correcntly
what line would you put that in – before or after the main one on line 27?
I perhaps got a bit too complicated but this seemed to break the plugin instead of work:
if( !is_page( ) && has_category(‘BoundlessReads’) do_shortcode(‘[contact-form-7 id=”997″ title=”BoundlessReads Signup”]’);
if( !is_page( ) && !has_category(‘thoughts’) && !has_category(‘BoundlessReads’) && file_exists( $fileName )){the 2nd line was working before i added the first
I already have a main function, so I would need to do a !has_category and then call a different file or specific shortcode. can i do that in php?
The RSS feed isnt a big deal. I am basically just trying to create a “bottom of a single category post” solution and I will be set.
Forum: Fixing WordPress
In reply to: Error only on www. pagenevermind
reinstalled WP 4.3.1 and it worked!