Theo Taylor
Theo Taylor
Awesome. I tested the sample yesterday and was able to get the ShortcodePlugin to work, however I could not get it to be displayed in the list of installed plugins....
Here is an example of a plugin that changes all of the post titles ```c# using PeachPied.WordPress.Standard; namespace WPTest.Plugins { class CustomTitlePlugin : IWpPlugin { public void Configure(WpApp app) {...
@jakubmisek awesome! Really looking forward to it To the plugin not being listing - Ah gotcha, at first I was confused cause I didn't know if the plugin was working...