Attachment won’t upload
-
I’m having trouble getting this plugin to work on my site.
I’m using the Twenty Seventeen Theme with a few code snippets and personal modifications to get it to look like I want. I have been able to track down the code snippet that seems to be causing the problem and wanted to see if they can be made to work together or if you have a suggested work around.
The following code snippet removes the previous and next post link from the bottom of the posts.
function remove_link( $format, $link ) { return false; } add_filter( 'previous_post_link', 'remove_link' ); add_filter( 'next_post_link', 'remove_link' );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Attachment won’t upload’ is closed to new replies.