Tagged Questions
0
votes
1answer
31 views
Shortcodes and a list of IDs?
I'm creating a simple shortcode function and need to specify a list of IDs as a variable.
I've checked the Codex but I'm not sure how this is handled.
The shortcode is:
[video_vote ...
1
vote
1answer
146 views
Echoing a variable inside a function
In the interest of automation, instead of making a long list of code like this
<td valign="top"width="50%"><p><label for="Facebook"><strong>Facebook ...
0
votes
2answers
393 views
Wordpress loop: Display <div> if posts exist
In a single post template I am trying to output some header text in a <div> and display links to related posts in a <ul> if related posts exist (based on tags). If there are no posts, ...