Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
runnershigh
tagDiv Member

Thnx for the reply, Emil. Will check it out. Regards, Tim

runnershigh
tagDiv Member

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

runnershigh
tagDiv Member

Thnx Chris!

runnershigh
tagDiv Member

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

runnershigh
tagDiv Member

Thnx Lucian!

runnershigh
tagDiv Member

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

runnershigh
tagDiv Member

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

runnershigh
tagDiv Member

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

runnershigh
tagDiv Member

Yeah, I’ve got the same issue. Only on Retina screens BTW.

runnershigh
tagDiv Member

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

runnershigh
tagDiv Member

Works like a charm. Thanks Lucian!

runnershigh
tagDiv Member

Nice. Thanks!

runnershigh
tagDiv Member

Will look into that. Thanks!

runnershigh
tagDiv Member

Nevermind, found the solution. Height of logo image had to 100 px. Mine wasn’t.

runnershigh
tagDiv Member

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

runnershigh
tagDiv Member

Thnx for the quick respons.
Url: http://www.runners-high.nl

runnershigh
tagDiv Member

Oké Marius, will try. Thanks for the reply.

runnershigh
tagDiv Member

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

runnershigh
tagDiv Member
Viewing 19 posts - 1 through 19 (of 19 total)