biffwonderland
Forum Replies Created
-
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Sidebar PopulationIt didn’t fly like I thought. I could create the option to add the Taxonomies (Eats + Shopping) to the categories, but I haven’t got it to pul it in yet.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Sidebar PopulationI think what I need to do is extend the use of my “categories” where I would usually create a new type/taxonomy. I’ve done this so far. I might have figured it out. I’ll post my solution (of course) and still check back here.
Thanks. Wonderland out.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Sidebar PopulationThat helped a lot, and I’ll be using it for sure. I’d like to use an existing WordPress Category, though.
For example Pre Entry :
https://www.mouseandcastle.com/resort/moderate/caribbean-beach/
That’s a WordPress Category. We’d like to mirror the sidebar that exists in this POD Resort page.
https://www.mouseandcastle.com/resort/disneys-caribbean-beach-resort/
With the code you provided, it works like a charm on the “RESORT” pod. But not with the category. It doesn’t find the POD, obviously.
Logically, I’m hoping it can be a two step process.
1. I need to associate the category with the POD and/or the other way around
2. Change/customize the code for the category sidebar widget.How’s the best way to go about this?
Thank you so much!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Sidebar PopulationI’m trying to get the links that are dynamically produced go to the Taxonomy/Category page, so the user get the latest info…
For example, the links would not go to an existing custom post type of the restaurant…
https://www.mouseandcastle.com/dining/three-bridges-bar-and-grill/
But instead, it would go here (the Taxonomy)…
https://www.mouseandcastle.com/eats/three-bridges-bar-and-grill/Thanks!
So this worked pretty good for me…
<li><a href="{@permalink,esc_url}">{@name}</a></li>
I used it to list all the restaurants at WDW…But what if I wanted to be more specific and list all of the restaurants in one park (category)? Is there a way to list the restaurants (the current permalink) that the Parks/Resorts/Shopping Ares (categories) they are tagged to?
Example:
To get in: https://www.mouseandcastle.com/?preview-site/Page Example (currently with no filter, listing all in Sidebar)
https://www.mouseandcastle.com/parks/magic-kingdom/If I figure this out, a LOT of questions will actually be answered.
THANKS!!!
I ended up dropping the entire code per vlogger, and was unable to place it dynamically.
*watching*
The YouTube plugin is this…
https://www.embedplus.com/Though I bet I could use PODS to do the same thing. I’ll try moving things over to the template to see if that gets it to work.
Forum: Plugins
In reply to: [Snippet Shortcodes] Shortcut not showing up in settings from DashboardI’m trying to highlight some Vloggers, and I’d like to use their YouTube channel ID as a variable. Each Vlogger will have a page with slightly customized info on the sidebar.
I’m trying to call up…%%Page Title%%
%%YouTube_Channel%%I can’t figure out what I’m doing wrong.