Aridnaxela81
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: CPT / Taxonomy Display ProblemsWow – now I feel stupid.
After days of searching I got frustrated and just replaced get_the_tag_listI used this code:
<?php echo get_the_term_list( $post->ID, 'herkunft', '<p>Herkunft : ', ', ', '</p>' ) ?> <?php echo get_the_term_list( $post->ID, 'geschmacksrichtung', '<p>Geschmacksrichtung : ', ', ', '</p>' ) ?> <?php echo get_the_term_list( $post->ID, 'wirkungsbereich', '<p>Wirkungsbereiche : ', ', ', '</p>' ) ?>
And it works great; now I just have to style it!
Answers for problem 1 would still be greatly appreciated.
For now the plugIn does it, but I’d rather use code to do so.With a recent WordPress update a plugIn stopped working and my whole site Gregor-Illustration.de, which is the most important one of my sites, stopped working. So I have a few trust issues when it comes to plugIns ??
Thank you in advance, again!
Forum: Plugins
In reply to: [Post Category Index Generator] Custom taxonomiesHi!
I’d like to know if you or anyone else found a solution here. I’m not a pro coder (not at all), and I’ve wasted the whole day, from 7am to 10pm looking for a way to just list all the posts from a specific Custom Taxonomy. All the code examples from various blogs, websites including the Codex didn’t work. It either showed nothing or even destroyed the layout of my page. I’m quite desperate by now.
So if anyone knows what exactly I’d have to modify in what way, I would be sooo grateful for the help!
Greets, hope to read your answer soon!
Thank you I already did, since I’m so desperate. Still waiting for answers. I’m still checking out the files myself in case no one answers. Yet I’d be very appreciative of any idea.
Maybe you can help me, too?
I’m pretty desperate right now because this is my portfolio site and since I’ve just sent out about 80 application letters I’m pretty sure it’ll be reviewed very soon.
I installed this plugIn since everyone recommends this one for related posts but it didn’t just show a list of related posts but additionally the code for readers to copy on their blog. Usually I would’ve gone through the code, checking where I had to turn off the option – but again, time’s not on my side and I havve a pretty lot more still to do on that site.
Well, I wanted that gone but I didn’t find any option to turn it off. I have to admit, I didn’t really search thoroughly – like I wrote before.
Then I thought, I’d deinstall and look for another one (I need an option as well to display those only on certain categorie-related posts since this site is blog and portfolio – and I need my portfolio section clean and simple. I know that yours can do that, too, but I need something really quick and simple right now). Turning all options I could find off didn’t change anything either so I deinstalled it and those links are still there. I’ve even replaced all the php files with the ones I saved this afternoon – didn’t change anything.
How do I remove the plugIn and everything it changed completely?
I’ll be really, really thankful for any answer!