Custom plugin with shortcode not working

add_shortcode(‘myCustomShortcode’, ‘this_particular_function’); As soon as I looked at my code this morning I realized I was trying to pass the function name ([this_particular_function]) as the shortcode, not the shortcode name ([myCustomShortcode]). I overlooked this SO many times yesterday trying to look for some complex answer! I am smacking my head on the desk. Everything works … Read more

I want to put image title above the inserted image

There’s many ways to achive these. If you know php than you can do regular expression to find in text images and insert title before theme , but you need to write it somewhere to pull from like <img src=”https://wordpress.stackexchange.com/questions/173936/..” title=”My title” /> and then in php find , take title=”” and insert before image … Read more

Where to find remaining Boldgrid code in WP database?

In case anyone else comes across this, for Boldgrid or any other WordPress plugin. The table, is WP-options; or–[yourPrefix]-options. Some plugins leave data behind after uninstall. This post has a pretty good tutorial on removing the entries. Some Plugin Settings Are Kept After Removal and Reinstall of the Plugin