Johnny
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] NAME CATEGORY PER LINEHey somarcio, if you read my last post here: https://wordpress.org/support/topic/post-specific-category-links/, you’ll see that I never got this plugin to work as I needed. Instead I had to use the default WP list and modify it.
I don’t remember all the details since it was almost 3 years ago but hopefully that gives you another idea. I guess the author didn’t have a chance to add this function or doesn’t find it adds value.
Good luck!
Forum: Plugins
In reply to: [Shortcodes Pro] Shortcodes with Select attribute no longer working with 3.9?Any way you could post the solution to this thread?
Forum: Plugins
In reply to: [List category posts] Post Specific Category LinksThat would only work if it were four separate lists. In my case it’s one list that’s pulling post from four categories. I need it to display the category specific to each post. For example, I have a list that pulls posts from categories 1,2,3 and 4. The first post in the list is from category 1. I would like it to display 1 as a link. If the second post in the list is from category 3, I would like it display 3 as a link. When I apply catlink=yes now it just lists all the categories I’m pulling from in this list. So, that first post displays 1 2 3 4 as links even though that post only falls under category 1. Again for the second post, it’s displaying 1 2 3 4, even though it only falls under category 3.
In any case I’ve solved this by reverting back to using the default WP blog page, on which I can call the_category() and apply that categories permalink. Here’s a link to the blog so you can see what I mean.
This might make a nice addition to your plugin, which is still terrific btw. Thanks for creating and maintaining it! I’m still using the LCP widget for the sidebar. 🙂