catherized
Forum Replies Created
-
My test site finally worked with the 2014 theme after I disabled then re-enabled jetpack. It is still not working on my live site – i also just noticed my related posts plugin is affected.
I think it’s safe to say it’s not the plugins (which I knew last night when I discovered the custom template was affected).
I’m using genesis and it’s something with the query not getting the link/title when it gets the thumbnails before the title/url.
On my custom page template, I changed the thumbnail code to echo get_the_post_thumbnail( $post_id, ‘related-thumbnail’) and only when I put it after the title/url code does it work as expected.
In popular posts, I removed the code that adds the thumbnail (line 553) and the list is the latest one now, obviously without the thumbs.
It looks like the thumbnail is the problem. I use a custom template that also had the same post link repeated so I had to investigate.
I don’t know what changes WP4.3 made, but for whatever reason, when you add a thumbnail, the query gets confused – it gets the correct thumb but doesn’t get the title and it, it keeps the first title and link.
Just setting the thumb size to 0 won’t work – you need to remove the thumbnail.
I have the same problem here & believe WP 4.3 is the cause – the latest tab is showing the same page with different thumbs. It shouldn’t even be showing pages, only posts.
I turned off the Latest tab for now.
I have the same problem – the sitemap is just text, it does not contain XML.
I’m getting the same error on two sites with 2 different yourls installs.
I wonder it if has anything to do with the changes to the twitter api – twitter did some API housecleaning about the same time it quit working.I absolutely hate that jetpack wants a popup window when the comment feature is enabled but I’m apparently stuck with it because it’s the best antispam addin there is. i have no idea if it turns off visitors and possible commenters, but spam is all but eliminated and false positives (compared to askimet) are 0.
Forum: Fixing WordPress
In reply to: Upgraded to 3.4, new images won't displayShort term fix (using ftp): download full size image, rename it. upload it, rename original, delete it, change uploaded name to original. I’m not sure why I need the extra step of renaming the original before I delete it, but just deleting it doesn’t work.
Forum: Fixing WordPress
In reply to: slashed removed from windows file pathsSo much for typing to enter sample code here – it was supposed to be
[code]'i > 0 displays on the page as i > 0'[/code]
And if the code tag doesn’t keep it from rendering,
i > 0 displays on the page as i gt 0.I use the html editor almost exclusively because the visual editor makes a mess of things.
Forum: Fixing WordPress
In reply to: slashed removed from windows file pathsCopying VBA code from wordpress to VBE ends up full of errors, beginning with VBA comments having leading smart quotes. In code samples, & and > get *rendered* as the HTML code. ie, i > 0 displays on the page as i > 0. It’s usually properly dislayed at first but if I go back and edit the page, it gets messed up.
But that is not my problem – I know it happens and solved it by including a text file containing the code samples for visitors to download.
I want to know why the slashes are being removed from file paths typed in the post body.