Pastor Walt Mayhew
Forum Replies Created
-
No. It doesn’t work fine.
The recurring event stored the data, but does not replicate it. When it creates the event. The field is a null.
Angelo,
I am using the code below for the page right now. It provides the details I want but I’d like to use the location image within the header. I can retrieve it using either a shortcode or a wp_querey. When I looked at the location database, I didn’t see a field that contained the image URL.
[insert_php] echo "<b><h2>Derby Campus Events - Using PHP</h2></b>"; echo EM_EVENTS::output (array('campus'=>'Derby')); [/insert_php]
Thanks for the assist.
Pastor Walt
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Post By Email Not WorkingI’ve discontinued the feature.
Thanks for contacting me.
Forum: Plugins
In reply to: [PHP Snippets] Passing ArgumentsWorked great. Thanks for the assist.
Forum: Plugins
In reply to: [PHP Snippets] Passing ArgumentsI guess I must have misrepresented what I’m trying to do and used improper terminology. Let me describe my project.
I am a pastor with 30+ years IT experience on a number of platforms and am learning PHP to interact with WordPress to provide a Bible Reading Plan site that users can also discuss their daily reading.
I have written snippets to provide users with various Bible passages from their daily reading plan. The code is so similar between plans that I could use one snippet if I could pass a parameter/argument/variable (whatever the right terminology is) indicating the reading plan. I was looking through all kinds of sites to find the right terminology, method, etc, which is where I got the terminology I used.
Given what I’ve explained, can it be done using PHP Snippet and if so how.
Thanks in advance.