After running the WordPress export/import tool to move a blog, I noticed the excerpts were not showing up on the blog archive pages. Usually, WordPress will auto-generate an excerpt for posts if a custom excerpt does not exist. The problem was that the export/import tools were leaving whitespace characters (tabs, spaces, line breaks) in the […]
Tag: WordPress
WordPress Excerpts Empty but Post Has Content
Mar 08, 2019
In Gravity Forms (a popular WordPress forms plugin), the Pricing Fields > Option output shows the option price when the form loads. When a selection is made, the pricing for all the options in that group update to show the relative pricing for each option (how it affects total price, plus or minus). Instead, I needed […]
WordPress Custom Post Types and 404 Error
Nov 02, 2013
If you’re working on a custom post type in WordPress and make a change to the post type or category slug (or add a new one), and you’re getting 404 errors when visiting the pages at the new address, chances are you just need to refresh the WordPress rewrite rules for permalinks. You can do […]