Is there a way to grab URL consisting all postings for a particular day?
-
I am wondering if there is a way to get a URL which would grab all the blog posts for any particular single day?
Is there an archive shortcode which would generate such blog URL? Or any other way to grab multiple blog post URLs into one URL?
The blog I need help with is: (visible only to logged in users)
-
You can get that by putting the calendar widget in you sidebar and clicking the day you want the entries from.
Or you could use this format:
http://YourBlogNameHere.wordpress.com/2010/12/31/ (change the date to the one you want posts from)
-
Or how to create an archival shortcode for articles 1 author writes over a certain time period…ie. 1 wk. over several different blogs. Some of us write across more than 1 blog.
-
@maidiebike Sorry but there isn’t currently a shortcode that would pull in all of the posts written by a user across multiple blogs.
You could use the RSS feed generated for all authors and an RSS widget to display a list of recent posts from an author on one blog in your sidebar.
RSS feeds for authors are at:
http://exampleblog.wordpress.com/author/username/feed/Obviously change those values to match your blog and author. You can find more details about RSS widgets at:
http://en.support.wordpress.com/widgets/rss-widget/ -
- The topic ‘Is there a way to grab URL consisting all postings for a particular day?’ is closed to new replies.