Stu Carpenter
Forum Replies Created
-
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Create a dynamic menuThe Menu doesn’t show up, but at least it no longer says “Pod Not Found”!
THAT’S IMPROVEMENT! ??BTW—I’m working with a mental condition, and I really do appreciate your patience. Thank you, Jori! It really means a lot to me.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Create a dynamic menuSince I’m not using a custom taxonomy, I should be able to use the category name, correct? I’m still using PODS to extend the use of categories.
So now I have this…I think this is close to right, but it’s still not showing up…
[if magic-kingdom]
[each magic-kingdom]
<h2>{@name}</h2>
[/each]
[/if][if adventureland]
[each adventureland]
{@name}
[/each]
[/if][if fantasyland]
[each fantasyland]
{@name}
[/each]
[/if][if frontierland]
[each frontierland]
{@name}
[/each]
[/if][if liberty-square]
[each liberty-square]
{@name}
[/each]
[/if][if main-street-usa]
[each main-street-usa]
{@name}
[/each]
[/if][if tomorrowland]
[each tomorrowland]
{@name}
[/each]
[/if][if epcot]
[each epcot]
<h2>{@name}<h2>
[/each]
[/if][if future-world-west]
[each future-world-west]
{@name}
[/each]
[/if][if future-world-east]
[each future-world-east]
{@name}
[/each]
[/if][if international-gateway]
[each international-gateway]
{@name}
[/each]
[/if][if world-showcase]
[each world-showcase]
{@name}
[/each]
[/if][if norway]
[each norway]
{@name}
[/each]
[/if][if france]
[each france]
{@name}
[/each]
[/if][if china]
[each china]
{@name}
[/each]
[/if][if mexico]
[each mexico]
{@name}
[/each]
[/if][if germany]
[each germany]
{@name}
[/each]
[/if][if japan]
[each japan]
{@name}
[/each]
[/if][if italy]
[each italy]
{@name}
[/each]
[/if][if morocco]
[each morocco]
{@name}
[/each]
[/if][if outpost]
[each outpost]
{@name}
[/each]
[/if][if canada]
[each canada]
{@name}
[/each]
[/if][if the-american-adventure]
[each the-american-adventure]
{@name}
[/each]
[/if][if hollywood-studios]
[each hollywood-studios]
<h2>{@name}</h2>
[/each]
[/if][if animation-courtyard]
[each animation-courtyard]
{@name}
[/each]
[/if][if commissary-lane]
[each commissary-lane]
{@name}
[/each]
[/if][if echo-lake]
[each echo-lake]
{@name}
[/each]
[/if][if grand-avenue]
[each grand-avenue]
{@name}
[/each]
[/if][if hollywood-boulevard]
[each hollywood-boulevard]
{@name}
[/each]
[/if][if pixar-place]
[each pixar-place]
{@name}
[/each]
[/if][if star-wars-galaxys-edge]
[each star-wars-galaxys-edge]
{@name}
[/each]
[/if][if sunset-boulevard]
[each sunset-boulevard]
{@name}
[/each]
[/if][if toy-story-land]
[each toy-story-land]
{@name}
[/each]
[/if][if animal-kingdom]
[each animal-kingdom]
<h2>{@name}</h2>
[/each]
[/if][if africa]
[each africa]
{@name}
[/each]
[/if][if asia]
[each asia]
{@name}
[/each]
[/if][if dinoland-usa]
[each dinoland-usa]
{@name}
[/each]
[/if][if discovery-island]
[each discovery-island]
{@name}
[/each]
[/if][if oasis]
[each oasis]
{@name}
[/each]
[/if][if pandora]
[each pandora]
<h2>{@name}</h2>
[/each]
[/if][if rafikis-planet-watch]
[each rafikis-planet-watch]
<h2>{@name}</h2>
[/each]
[/if]Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Listing Category Info in SidebarHere’s what I have now…
[if magic-kingdom] [each category] <a href="{@permalink}">{@title}</a> [/each] [/if] [if epcot] [each category] <a href="{@permalink}">{@title}</a> [/each] [/if] [if hollywood-studios] [each category] <a href="{@permalink}">{@title}</a> [/each] [/if] [if animal-kingdom] [each category] <a href="{@permalink}">{@title}</a> [/each] [/if]
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Listing Category Info in SidebarHey Jori,
Yeah, I tried it, but I think I’m not plugging it in right. You got the idea, and your code example is exactly the approach I’m looking for…We’re close ??
I turned the PODS template off and started using the “Custom Template” field in the Sidebar Widget. I can come back to using a template once I figure out the right way to do it.
These are the failed attempts I’ve tried so far…
[if category_name] [each category_name] <a href="{@permalink}">{@title}</a> [/each] [/if] [if category] [each category.name] <a href="{@permalink}">{@title}</a> [/each] [/if] [if magic-kingdom] [each category] <a href="{@permalink}">{@name}</a> [/each] [/if]
But nothing is showing up.
What am I doing wrong?
Thanks, Jori!Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Listing Category Info in SidebarParks – Land is a PODS Template.
I’m accessing it from a sidebar widget (PODS – Single Item List of Lands single)
These are the category structure with corresponding links to their category home pages.
My goal for the sideba…
- pull up the name of the park (as a link)
- List the lands inside each park (also as links)
- All on the same template
It presently has a static sidebar widget for each park. It works, but I know there’s a better way to pull up the links dynamically.
the Lands are also categories in their respective parks.
These are some of the category structures with corresponding links to their Lands category pages..
I’m looking for a way to simple list the Name of the Parks with the Lands.
Thanks!
The error it sets off says it’s an API issue…
Sorry, there was a YouTube API error: The playlist identified with the requests playlistId parameter cannot be found. Please make sure you performed the steps in this video to create and save a proper server API key.
but it works when I just use straight code, ??
I found a plugin was trying to rewrite the https and make life challenging.
Bamm! Answered.
Thank you so much, Jim!
Been w/ WordPress for years.
New to PODS.
This project is massive.You may see me a lot here the next two weeks! ??
- This reply was modified 5 years, 8 months ago by Stu Carpenter.
Pages that 404 on me…
User side:
https://www.mouseandcastle.com/ridesattractions/space-mountain/Admin side:
https://www.mouseandcastle.com/wp-admin/edit.php?post_type=parksdestinations
https://www.mouseandcastle.com/wp-admin/post.php?post=3386&action=edit
https://www.mouseandcastle.com/wp-admin/edit.php?post_type=ridesattractionsForum: Fixing WordPress
In reply to: Page permalinks – Mod rewrite not this issue (i think)I’m using wpmu and I am an HTACESS, PERMALINKS, FOLOOWSYMLINKS newb to the gills…
and I’m scared…
I host via Dreamhost
SOOO close to getting everything working, and it all goes down hill so fast..
ugh
Forum: Fixing WordPress
In reply to: Page permalinks – Mod rewrite not this issue (i think)Same kind of help needed here
Thanks…
Forum: Plugins
In reply to: WordPress Pages and permalinks, need helpI’m needing the same kind of help…anyone?
Forum: Plugins
In reply to: Form passing infoThis is still the kind of URL return I get…
https://bitesizelife.com/?page_id=1180&address=stu%40bitesizelife.com&name=stu&code=3
which leads to an error…
I only want https://bitesizelife.com/?page_id=1180
Forum: Plugins
In reply to: Form passing infoIt never seems to feed back to the wordpress page without the extra info.
Forum: Plugins
In reply to: Form passing infoI tried that, and it doesn’t work!