biffwonderland
Forum Replies Created
-
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Sidebar PopulationFine…I’ll close this out and ask again.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Sidebar PopulationYeah…
They are both pointed to this widget…https://www.mouseandcastle.com/wp-content/uploads/2019/09/settings.jpg
Works on the Vloggers Archives….
https://www.mouseandcastle.com/media-artist/adam-the-woo/Not on the Individual Post…
https://www.mouseandcastle.com/parks/epcot/goodbye-to-future-world-at-epcot-center/Thanks!
Forum: Fixing WordPress
In reply to: Needing a copy of the front page with different layout?I have a child theme (the first time I’ve used one). I’m going to check that things are in order, and I’ll check back…
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Sidebar PopulationHey, Jori…I greatly appreciate your help! These last few issues are what’s holding me back. If I can get through these, I’m becoming a paid Friend Of Pods for sure!
I’m using a dynamic sidebar plugin. The sidebar above works on the Vlogger’s archive page. I’d like it to work on the individual post pages as well, but I can’t figure out how to do it.
Every Vlogger archive page has extra info in the sidebar, Like a link to their Facebook, YouTube, Patreon, etc… Like here… This is the Vloggers archive Page…
https://www.mouseandcastle.com/media-artist/dsny-newscast/
This Vlogger created this vlog. We’d like a similar sidebar for this page without having to duplicate data.
I get the POD NOT FOUND when I point to the same sidebar.
I’m trying to make the post see the value of who created it {@media_artist} and carry over the other data that goes with that vlogger (their Social Media links)…It seems logical to have it read off of the same sidebar, but I can’t find how to match up their relationships to make it work.
I’m hoping I didn’t confuse things more.
Forum: Fixing WordPress
In reply to: Needing a copy of the front page with different layout?LOL….nice! That worked. But how do edit how it lays out? I’d like to borrow a page from another theme (which is my prime objective). I’d like to have this page layout in a more listing fashion, and not like the default.
Thanks so much for getting me this far! I’m so close now!
Forum: Fixing WordPress
In reply to: Needing a copy of the front page with different layout?Hang on…I’ll try that…
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Page Title to replace “Archive”I’m considering hard coding some differences on my new sidebars. Like you showed me with the sidebars (which works REALLY well btw)
How do I move this to a archive-<post-type-slug>.php page?
[if instagram] <a href="{@instagram}"><img src="/wp-content/images/instagram.png" /></a> [/if] [if patreon] <a href="{@patreon}"><img src="/wp-content/images/patreon.png" /></a> [/if] [if twitter] <a href="{@twitter}"><img src="/wp-content/images/twitter.png" /></a> [/if]
etc….
I hope it’s okay that I didn’t open a new topic. I’m hoping these two fixes are related; using PODS on Theme .php files.I have other issues that are basically the some thing…like adding {@media_artist} as a link in the post meta-data.
Thanks ??
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Page Title to replace “Archive”Okay, I have all the template pages working. All with the archive prefix.
archive-vlogger.php, archive-resort.php, archive-dining.php, and archive-attraction.php
This is the code I change on each:
else : _e( 'Archive Page', 'colormag' ); endif;
How do I populate it with the Vlogger’s Name?
Thanks! I’m so close…
- This reply was modified 5 years, 5 months ago by biffwonderland.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Page Title to replace “Archive”AH….cool…cool. Thank, Jim! I’ll try this! ??
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Page Title to replace “Archive”I copied archive.php 3 times and renamed them
vlogger.php, resort.php, dining.php, and attraction.phpI know I’ll need to customize them as templates.
- This reply was modified 5 years, 6 months ago by biffwonderland.
Thanks, Jim! That worked like a charm, and I didn’t even have to sit through the movie (which is great, really. It’s just that I have the attention span of flea).
Thank you so much!
Stick a fork in it ??Using a template, this is what I have in the sidebar thus far…Sorry if it’s a moving target as I work on it.
<a href="{@vlogger_web_address}"><img src="/wp-content/images/website.png" /></a> <a href="{@youtube_webaddress}"><img src="/wp-content/images/youtube.png" /></a> <a href="{@instagram}"><img src="/wp-content/images/instagram.png" /></a> <a href="{@patreon}"><img src="/wp-content/images/patreon.png" /></a> <a href="{@twitter}"><img src="/wp-content/images/twitter.png" /></a> <a href="{@facebook}"><img src="/wp-content/images/facebook.png" /></a>
- This reply was modified 5 years, 6 months ago by biffwonderland.
- This reply was modified 5 years, 6 months ago by biffwonderland.
- This reply was modified 5 years, 6 months ago by biffwonderland.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Sidebar PopulationBoom! Thanks, Jory!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Sidebar PopulationNot resolved.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Sidebar PopulationAny ideas?