Custom Shortcode Question
-
I’ve been trying to get your plugin to make use of my already established shortcodes for the better part of two ~ three years.
Anyhow,
I have a shortcode, let’s call it …
function this_is_a_pain( $atts, $content = null) {
return $content;
}Now, ALL THE ACTUAL VERSION OF MY FUNCTION (NOT SHOWN) DOES IS GENERATE HTML LINKS. Nothing “incompatible” or questionable in any way.
Just LINKS.
How do I tell your plugin to chill out and use the function above?
Bottom line, how do I get the following …
[this_is_a_pain]Yes, it certainly is.[/this_is_a_pain]
… which is strewn all through my posts … to APPEAR IN MY NEWSLETTER?
This is the automated “latest posts” function, mind you.
I mean hey, the newsletter has automatically gone out lookin’ awful with your logo all over it, so if you’re okay with that well I guess we’re stuck.
But honestly, I’d REALLY like the shortcode output to appear.
- The topic ‘Custom Shortcode Question’ is closed to new replies.