Tagged Questions
0
votes
1answer
52 views
using 1 form shortcode (si or cf7) for all multisite sites
I have a network with more than 50 sites.
I want to create one contact form (which means one shortcode) using contact form 7 or fast secure contact form.
Then, I want to use that shortcode on all the ...
0
votes
1answer
60 views
How to check if this is the nth instance of a given shortcode in a post
Suppose I have a shortcode called [item], which I have used 20 times in a particular post.
Is it possible, from within the shortcode handler function, to know what the numerical index of the given ...
9
votes
5answers
1k views
How to include code only on specific pages?
I'm learning about plugins and shortcodes. I noticed that when I activate my plugin its code gets loaded on all of my pages-- even pages that don't have my shortcode. (I don't mean content vs. admin ...