Forum Replies Created
- Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236
Jon
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220If you want to have multi page posts you can opt for the standard WP gallery shortcode and select the standard post format instead of the gallery format. It would be nice if Minimatica used shortcode too, but this is a good workaround.
AdvertismentDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Jon
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220I just discovered an issue with this fix. I have a multi page posts with a slideshow on the 2nd page. Since I added the code the slideshow won’t load. Hopfully no issues otherwise.
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Jon
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Just switch to home page as static page in the WP reading settings. Create the page first so it can be selected. You\’ll need to make another page for the blog if you have one.
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Jon
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Look in the style.css for the theme, try playing around with margins and padding for the comment body, also margins for #nav-above. Make sure you make a copy of the original code first. 400 pix is a lot to reclaim, may be something else going on there.
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Jon
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220It’s showing that code as an excerpt of the post. Remove <php? the_excerpt();?> From the loop of which ever post format you are using. I removed it from loop-slider.php. this of course will not allow you to show any excerpt text either, but it solves the issue. If it doesn’t work look for the same code in loop-single.php and remove it there as well. It’s been a while since I did it and I’m not 100% on which I removed.
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Jon
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Jon
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Add This to loop-single.php, after </article><!– .post –>
[code]<?php $prev_image_link = get_post_meta($post->ID, \\\\\\\”_prev_image_link\\\\\\\”, true);
if($prev_image_link == \\\\\\\’none\\\\\\\’ || $prev_image_link == \\\\\\\’lightbox\\\\\\\’)
{
$prev_image_link = array($prev_image_link);
}
else
{
$prev_image_link = \\\\\\\’_external\\\\\\\’;
}if(!$gallerypage) $prev_image_link = array(\\\\\\\’lightbox\\\\\\\’);
//get preview image
$big_prev_image = kriesi_post_thumb($post->ID, array(\\\\\\\’size\\\\\\\’=> array(\\\\\\\’L\\\\\\\’),
\\\\\\\’wh\\\\\\\’ => $k_option[\\\\\\\’custom\\\\\\\’][\\\\\\\’imgSize\\\\\\\’][\\\\\\\’L\\\\\\\’],
\\\\\\\’display_link\\\\\\\’ => $prev_image_link,
\\\\\\\’linkurl\\\\\\\’ => array (\\\\\\\’XL\\\\\\\’,\\\\\\\’_preview_big\\\\\\\’)
));echo $big_prev_image;?>[/code]
I tested it, added a featured image which shows in the category arcive but does not show up on the actual post. Shuold work for you.
If my code doesn’t get across find it[url=http://www.kriesi.at/support/topic/how-to-hide-featured-image-in-single-post-pages]Here[/url]Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Jon
ParticipantWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Find the theme file for the post format you are using to display posts, I’m using loop-slider.php. Then just find and remove <?php the_excerpt(); ?> and replace with <?php the_content(); ?> This is ussually the same for all themes.
You can also use a plugin called Advanced Excerpt which lets you choose the number of words in the excerpt so you can include the whole post if you want.