you should probably create a CPT with hierarchical structure like pages and support for categories and tags if needed. Once you have it each story can be a “main” page and each update its child. You might need to decide how to generate RSS and email updates for it if it is required.
Another alternative is to base what you do on the P2 theme. What it does is in a way exactly what you want. I think that the main problem there is sharing the update on social networks and you might need to learn how to share html fragments. Main drawback that I can see right now is how do you handle “real” comments, and again RSS and email udates.
Related Posts:
- Custom post type permalinks do not appear using the link functions
- Search only working on front page (index) , not working on other pages
- url not using query string no longer working
- How to get URL of current page displayed?
- How to determine if WP_DEBUG is enabled? [duplicate]
- Need help setting default setting value for radio button in theme customizer
- Get author full name
- Is it possible to get a theme customizer setting from wp.customize using jquery?
- how to get permalink structure with php
- One button to change all settings in theme customizer?
- How to use copy() function and paste file in /wp-content/themes directory
- How can I loop into two different DIVS without repeating the DIVs
- Removing unnecessary wordpress files
- WordPress loop specific thumbnail size
- Show different Customizer Settings on Page-Tamplates
- Passing array in add_option()
- I think emoji are killing my WordPress site… How can I debug?
- Put a link to a category round a hard coded A HREF
- Am I not understanding plugins?
- How to make thumbnail image fit into a div where image dimentions are completely different?
- Why WordPress architecture is not pure object oriented and it don’t use MVC pattern? [closed]
- Custom Logo URL | Help me print the URL of the custom logo I inserted into my theme
- wordpress upgrade has broken my permalinks
- Why is this Ajax not working?
- How to show a dynamic_sidebar if main content content’s height is > a set amount?
- write custom woocommerce templates and forms
- How to load a template-part based on a url wildcard?
- Custom theme: Alternatives to long list of ‘include’ in functions.php
- Add prefix to link url
- How to show part of the_content?
- How do I add custom bulk actions to multiple custom post types?
- php script to change slug in post automatically
- what is the best practice to add new field to an api route
- Grab posts by multiple categories
- WordPress every page is 404 not found including admin resources
- Customizer: active_callback and sanitize_callback incompatibility?
- How to remove woocommerce_breadcrumb() from do_action( ‘woocommerce_before_main_content’ ); [closed]
- WordPress Customizer Default Image
- Theme’s Options Page included with require_once *.php in functions.php not visible anymore
- How to show an entire post content and not also the excerpt?
- Why in my theme I can’t see all the statics content under the posts?
- Why is an array created in a function hooked to customize register populated when customizer is loaded but not when the front-end is loaded?
- Theme not calling Jquery properly
- Change product_base programmatically
- How to add the sidebar to all the pages except the home page? [closed]
- Header not properly displaying on archive.php
- Double Curly Brackets in Php
- Get post categories
- Remove slugs from custom posts type
- .html end of URl affected to SEO?
- Removing “Powered by” footer using child theme PHP [closed]
- Unable to access WordPress functions from functions.php
- Output only links using wp_nav_menu()
- Removed jQuery script from header.php , any problems?
- How to correctly load a different version of main menu based on the user language in WordPress? Is it a good solution?
- pass html code to worpdress
- Commas in Tag Cloud
- Permalinks: site.com/post-tite vs site.com/post-id/post-title for SEO and Speed
- security concerns if using html data-* attribute for l10n?
- WordPress redirects page query parameter in URL
- Need help for some PHP code
- How do you get the current post taxonomy so I can get the current post taxonomy? into a variable to THEN loop through all post with that taxonomy.,
- How do you create a custom category widget that you can style?
- Custom URL for multiple categories hierarchy
- WordPress redirects to localhost
- How to change basename url for wp-admin?
- how to replace h1 entry title with h2 in category pages only
- Not able to remove caption shortcode from the content
- Weird fonts showing which are coming from database
- require get_template_directory() . ‘path/to-my/file.php’ BREAKS customize > themes functionality
- How to have different headers.php files based on the display page
- Display post date also if the date it’s the same for each post
- Submit remote form to wordpress REST API and save data to custom post type
- register dependency css and js inside a plugin class
- How to edit button permalink inside function.php using a child theme?
- Proper use of Output Buffer for a whole php clas
- Collapsible menu on post sidebar only expands and does not collapse
- How do I stop my form from adding code to current page URL instead of re-directing. Been stuck for days
- image on homepage disappeared due to change of permalink name
- CSS loading as empty file in Custom Theme
- Woocommerce variable products are being added to the card on the homepage (ajax)
- 403 Forbidden Localhost Wamp Apache Php
- How to get php file based on URL in WordPress
- How can I customize a WordPress theme before it’s downloaded?
- Permalinks and custom PHP application
- Some links broken after updating WordPress version
- Trying send mail from Theme page
- A Customizer checkbox control that sets the setting to “” or to “blank” and show() or hide() a color control
- Would it be possible to route WordPress Through an MVC Application
- Image not displayed
- need help to arabic text in wordpress
- Adding code to the function file
- custom data in url
- Using is home to get content [closed]
- How I can give a php page a style from my theme
- paginate_links() returns NULL instead of the pagination links, but pagination is actually happening
- PHP warning: Undefined array key 2 in feed.php
- Variable ++ in query loop
- why css file not link?how to create permalink?
- functions.php doesn’t load all custom theme assets