brandonchance
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Slider 3] Width Issues On Browser ResizeJust now seeing this, thanks so much!
I just figured it out, but if I had explained what I was trying to do, it probably would’ve saved a lot of time :/
All I wanted was for the tags to show up underneath each item in my product list. Sorry for the run around!
<div class="product-tags"> <i class="fa fa-folder-o"></i><?php the_terms( $post->ID, 'download_tag', '<span>Tags:</span> ', '| ', '' ); ?> </div>
Sorry, I was referring to your comment earlier:
If you want to show your tags, have you considered using the tag url at https://yoursite.com/downloads/tags?
You can get those links in your WP dashboard under “Dashboard” > “Downloads” > “Tags” > “View”.
Assumptions are bad, I assumed you meant I should manually add an anchor href to my PHP, or maybe through a custom field. How could I use the URLs to fix the issue?
Yeah, sorry for the slang! “Type in” would have been better
edit (clarification): Verses doing so dynamically
Yeah that worked, but just curious, if I go that route would I have to manually plug in my tags for every post?
K, I did that and I got a “404 – Page Not Found” Error
Yes, but there’s no “View” inside of it. I’ll attach a pic for that
In the second picture, I had to hide some of the sidebar items to get both “EDD Products” and it’s contents in view, but none of those items were relevant to Easy Digital Downloads
Tried the suggestions above, but it’s still the same. I used my Dev Tools and it has “menu-posts-download” as the id, and it links to “edit.php?post_type=download” so I believe it’s correct! Not sure why the name is wrong, and why I can’t get to tags though :/
Sorry but I should have stated earlier, I do have two extensions though! Maybe one of them are modifying it?
? Free Downloads
? MailchimpNo I haven’t modified it, but I’ll try reinstalling it
Yeah, it’s active! But I have “EDD Products” instead of “Downloads”.
Under “EDD Products” there’s an “All Downloads” link, but that still doesn’t get me to “Tags”
You can get those links in your WP dashboard under “Dashboard” > “Downloads” > “Tags” > “View”.
I don’t see “Downloads” while in my dashboard; I do see “1 Download” but following that link doesn’t get me to the next 2. I tried the same with “EDD Products” but couldn’t find the 2 links that should follow.
And I’m still trying to see if I can get everything working with the info in your second response! I’ve made a little progress with it!
Thanks again Phil, and I appreciate the resource link!
Nevermind, I found it! /downloads for anyone looking in the future