Page MenuHomeWrite.as

Fetch posts by category, not tags
Open, Medium-HighPublic

Description

Overview

With T809 finished, on blog tag pages, we should retrieve "tagged" posts by their category, not inline hashtags.

Implementation

  • Replace the query that looks up posts by regex, with one that selects post_ids from the post_categories table.
  • Run a script that generates categories for all existing posts on the WriteFreely instance

Revisions and Commits