Hm, I am not sure but I think that whole cache should be invalidated on publishing of new post… Had you tried to enable debug info in W3TC and check why are those pages aren’t refreshed?
As for manual cache clear, from plugin’s FAQ:
How can I flush the cache without
using the WP Admin interface?It’s possible to empty the entire
cache or simply purge the cache of a
single post / page:Purge the entire
page cache:
if
(function_exists('w3tc_pgcache_flush'))
{ w3tc_pgcache_flush(); }Purge a
single post / page by passing it’s ID:
if
(function_exists('w3tc_pgcache_flush_post'))
{ w3tc_pgcache_flush_post($post_id);
}
Related Posts:
- Difference between an archive and a page listing posts
- has_archive=false on the default post type
- How to cache a shortcode functions output?
- Create an “All Posts” or “Archives” Page with WordPress 3.0?
- Post Format Archive template name for theme folder?
- Writing a view count with w3 total cache
- widget should display post archive by year and on click also by month
- Must permalinks always point to single post pages?
- At my posts archive page, outside the loop, get_the_id() returns the top most post’s ID
- Display most recent post in category instead of archive?
- Single.php Active Category Class
- Link for the page archive for posts, like using custom post types with get_post_type_archive_link
- get_post_type_archive_link(‘post’) returns current category archive
- How to get the latest posting time of archived pages in WordPress?
- change default post archive page link
- posts_per_page doesnt work
- Display all months with posts and inside each month show the 5 latest posts
- Display posts from #6 to #20 on archive page
- Category List (Archive) Page Template By Category
- Getting category posts from a certain year
- Yearly archive page for future year
- With W3 Total Cache when I publish a post it does not appear in the homepage. Only if i purge all cache [closed]
- Which URL to enter into browser to show all posts in archive.php?
- How to display data in archive page?
- Guest Author – How to display posts on /author/ archive page
- Mixing Tweets with Posts
- Archiving by academic year instead of calendar year
- List category posts alphabetically on archive.php
- How to display excerpt post on hamepage and archive pages?
- Increase 10 post limit per page
- Automatically create a new page daily with last three posts
- Archiving posts in wordpress
- Custom Post Type archive
- Does WP automatically tag posts into the archive?
- singular posts using archive styling
- I want to show my post for limited time, how is it possible?
- What will be the best caching system for wordpress blog which has more than one million blog posts? [closed]
- Exclude a category of posts in author template
- How to edit the ‘
- Post-Archive like a page in a specific subdirectory
- Display in category ( taxonomy) a number of post that I want
- Find out in which kind of archive am I
- adding my posts (author posts) in menu
- How to view all posts (on site, not admin) that are uncategorized?
- Archieve page, Advertisement Every 3 Posts
- Highlighting Current Category in the Archive and Feeds page
- Actions to use when flushing cache (when posts are added / deleted / modified)
- Updates are not showing to public (New Posts , Theme Change)
- Permalink Short code showing unnecessary link text inside the loop
- How to hide protected posts from archive?
- blog post not accesible on click [closed]
- Redirect to custom post if custom archive page has just one result?
- Posts are not displaying on their category and tag page
- show image gallery in archives or category page
- Prevent Archive URLs
- view a list of 3 future post, from the nearest to the most far
- Get posts from category from custom query
- How do I apply a wordpress function to something with no ID inside an archive page?
- Page 2 has no posts?
- Disable archiving of old posts?
- is_archive() not working on selected “Posts page”
- How to display term in archive page?
- Post not showing up sometimes on website
- Page updates appear in Preview but not live version?
- My posts section for logged in user
- How to organise post by category and date
- Daily posts like an archive
- How to set a link to custom archieve page
- How to get alphabetic listing x other posts, based on first letter post?
- How do I display the next 3 posts in the sidebar?
- Display all posts from selected month
- How to get pagination working with “Pending” Posts
- Show all posts in category
- custom sort posts in archive/taxanomy page
- how to show all post with its contents
- Add author section on Author archive posts
- Display post count on archive page in reverse order
- Filter/Sort Post Form On Taxonomy page
- Global $post value outside the loop
- Notice: Undefined index: h in themes/dentario/fw/core/core.wp.php on line 1515
- Category and archive issue
- Remove Archive Posts Page
- Display posts on a custom page from only a specific category?
- Display post archive as a month table, show last three months
- Get WordPress post content by post id
- Get page ID of page that is set as the posts page
- Get Posts Under Custom Taxonomy
- How to limit the number of posts that WP_Query gets?
- Stop WordPress Wrapping Images In A “P” Tag
- When is the ‘post_content_filtered’ column in database cleared by WordPress?
- Turn a URL into an Attachment / Post ID
- GET the excerpt by ID
- Stop WordPress automatically adding tags to post content
- Determine if page is the Posts Page
- How to get ‘post_content’ without stripping tags?
- How to add an admin notice upon post save/update
- W3 total cache – cache refresh programmatically [closed]
- Is this Solution for Caches vs Cookies Going to Get Me in Trouble?
- Print Current Post Index number within Loop
- Should we trust the post globals?