tuftsceeo / smartpost

SmartPost is a dynamic templating and authoring tool that brings a lot of the features of the WordPress dashboard to the front end.
1 stars 4 forks source link

SP Shortcode issues #21

Open rafiyagi opened 10 years ago

rafiyagi commented 10 years ago

Right now a post gets updated by removing all shortcodes (SP and non-sp), and then re-inserting the shortcode for each component in the correct order.

Need to figure out a way to sort save the SP-component order without destroying all other shortcodes.

Example:

#!php
// other shortcodes

[sp-components]
     [sp-comp id="232"]
     [sp-comp id="233"]
     etc ...
[/sp-components]

// other shortcodes

rafiyagi commented 10 years ago

I don't realistically see this ready for 2.1.


Original Comment By: Rafi Yagi

rafiyagi commented 10 years ago

Re-working shortcodes should also fix the search problem.


Original Comment By: Rafi Yagi