function twentyten_posted_on() {
printf( __( '<span class="%1$s">Posted on</span> %2$s <span class="meta-sep">by</span> %3$s', 'twentyten' ),
'meta-prep meta-prep-author',
sprintf( '<a href="%1$s" title="%2$s" rel="bookmark"><span class="entry-date updated">%3$s</span></a>',
get_permalink(),
esc_attr( get_the_time() ),
get_the_date()
),
sprintf( '<span class="author vcard"><a class="url fn n" href="%1$s" title="%2$s">%3$s</a></span>, date modified: %4$s',
get_author_posts_url( get_the_author_meta( 'ID' ) ),
sprintf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ),
get_the_author(),
esc_attr( get_the_modified_date() )
It entails adding “updated” to class=”entry-date”. However, though this eliminates the “missing” errors in Google, Google actually displays the original published date, not the date I updated the article. Although I did get both the published and updated date to display properly on my blog by adding “date modified: %4$s'” and “esc_attr( get_the_modified_date() )” as shown above, Google still displays the published date.
Is there a way I can fix Google to show the actual updated date? Thanks for any help.
]]>In site i create 4 post already.
]]>Is there something I’m missing or a bug with this latest version? (Would upload a link but so far still on my local testing server.)
If anyone has seen this and found a fix, I’d appreciate the insight.
https://www.ads-software.com/plugins/wp-featured-content-slider/
]]>With Twenty ten, I can either get “random” images on page load – with the site title showing; or I can get the slider to work but the site title and tagline won’t show. Has anyone else hit this particular issue and found a fix / work around for it?
https://www.ads-software.com/plugins/header-image-slider/
]]>Problem: WP was updated to 3.4.1
– dashboard changed in layout
– had 4 footer areas on right side – all gone
(contains code for google friends
rss feed
recipe link still active to recipe tab on homepage – which was deleted.
– menu on left of dashboard changed. nothing in tools, only have Press This there nothing else. cant backup in WP etc.
– list of widgets no longer available.
Wondering
– if I download the latest version of 2010 (1.4) will this get me back to where I was in dashboard…..
– or do I need to revert back to WP version 3.1.2?
_ can I uninstall the update and get back original?
I desperately need help to fix blog and get it back to how it was.
Original techy not available.
I am a newbie and require very simple responses.
I have searched database and found a few pages but dont understand fully how to do things.
Appreciate any advice you can give.
cheers.
I updated one blog (neilsanderson.com) to the latest version of TwentyTen (1.3), and on that blog my GA Tracking Code disappeared from header.php. I replaced it in the header.php file. It shows up fine in the editor but doesn’t appear when viewing source on the site. And I get no results showing in GA.
The other sites, still running TwentyTen 1.2, are fine.
Also, my Custom Contact Form disappeared from the updated site (it just shows the code, no actual form), and I have not been able to get any other plugin form to work. I had the same form on all 3 sites, and the other two are still fine.
Thanks for any ideas.
Neil
neilsanderson.com
Also, I may decide to have the header image to disappear when navigating to interior pages. Thus, I only would want the header image (between the site title, blog description, and menu) to show on the home page. Any help with this is greatly appreciated.
]]>What I want:
1)When there are no comments on the post, instead of viewing ‘0 Comments’, I want it to say ‘Care to comment?’.
2)If there are comments on the post, I want it to say ‘3 Comments – What do you think?’.
3)The ability to style just the number, when there is a comment.
Eg. 2 Comments
I’ve been able to do this with my old template, but I can’t seem to figure it out for twentyten child theme.
This is what I have so far in my functions.php
Thanks to someone on this forum.
[Code moderated as per the Forum Rules. Please use the pastebin]
]]>#main: this doesnt seem to be anywhere in the code but has some meaning. not sure what.
#wrapper: this controls total size of box? than why is there a #container? what are the differences between the two is they are different?
#content: just whats in my blog posts right?
#primary and #secondary control the primary and secondary widget boxes?
just in case its pertinent I am using twentyten theme in which I have moved the primary widget area to the left of the blog content and secondary is on right (three columnb layout) Apprecaite any help thanks
]]>Any help greatly appreciated!
]]>