Thnx for the reply, Emil. Will check it out. Regards, Tim
Hey Lucian,
Could give me some advice on this topic. I’ve implemented the code into functions.php, a thumbnail of the featured image is visible. Is it possible to add a full image to the RSS-feed instead of the thumbnail?
Thanks in advance!
Tim
Thnx Chris!
Hi Alin,
This for your answer, but this is not what I mean. I want to show more articles on a tag page, for example: http://www.runners-high.nl/tag/londen-marathon/
At the moment this page only shows 5 articles I want that number to be 9 or maybe infinite load.
Is this possible?
Thanks in advance!
Tim
Thnx Lucian!
Hi Lucian,
I’m not a coding wizard, so could you help me with this. What piece of code do I put where?
Thanks,
Tim
Hi Lucian,
Url: http://www.runners-high.nl
Recently I’ve changed logo’s so maybe this issue is solved. Still got a screenshot of the issue. If you want this one, let me know.
Thanks!
Tim
Christopher,
Thank you for your answer. I’m using the full text logo + menu. Code doesn’t work with this setting. Any advice?
Thanks,
Tim
Yeah, I’ve got the same issue. Only on Retina screens BTW.
Hello Lucian,
Thank you for the quick respons.
Concerning the gallery question: i’ve did exactly as you said and still can’t see any different types of gallery’s.
For my second question see the links below: http://screencast.com/t/Yo4MhsVIntIW & http://screencast.com/t/HWsXK1Un
Thanks in advance.
Tim
Nice. Thanks!
Will look into that. Thanks!
Nevermind, found the solution. Height of logo image had to 100 px. Mine wasn’t.
I don’t use any external share plugins. I did use addthis, but switched to the share buttons you guys put into Newspaper. Way better integration..
On the @sitename issue. Which piece of code do I have to edit exactly? Sorry, kind of a amateur when it comes to code / php. 🙂
Regards,
Tim
Thnx for the quick respons.
Url: http://www.runners-high.nl
Oké Marius, will try. Thanks for the reply.
I’ve figured it out. I was looking at a featured article which wasn’t in any categories. That’s why their was no breadcrumb.
Other question: Featured image isn’t showing up in de rss-feed (feedly). I’ve pasted the code below in the function.php file but nothing has changed.
function insertThumbnailRSS($content) {
global $post;
if ( has_post_thumbnail( $post->ID ) ){
$content = '' . get_the_post_thumbnail( $post->ID, 'thumbnail', array( 'alt' => get_the_title(), 'title' => get_the_title(), 'style' => 'float:right;' ) ) . '' . $content;
}
return $content;
}
add_filter('the_excerpt_rss', 'insertThumbnailRSS');
add_filter('the_content_feed', 'insertThumbnailRSS');
I’m probably doing somethong wrong.
Again thanks in advance.
Tim