mantasdev
Forum Replies Created
-
Yes, I know that, but it is really impractical.
I’m wondering if admin can change it without logging in as that user…It’s ok. This plugin works it out. If anyone will need:
visual-term-description-editor/Forum: Plugins
In reply to: [Firelight Lightbox] Problem with Images optionJust made it with inline tag ??
- This reply was modified 6 years, 9 months ago by mantasdev.
Hi,
You didn’t understood my question ??
I know that when I’m creating a custom field, I can select it to be WYSIWYG type. And sure I can create such a field for my custom taxonomy, but then there would be 2 description fields (one with WYSIWYG and the other one – simple).But I’m not creating a custom field. I’m creating custom taxonomy.
Here is the ss: https://ibb.co/mPstvy
So, description field is being created automatically and I want to make it WYSIWYG type ??Hope it is more clearly now..
Nevermind, managed to do this with code below:
<?php echo join( " ", array_slice(advert_category_path( $c ), 1) ) ?>
Hmm do not work..
Get this error:
Warning: join(): Invalid arguments passed in plugins/wpadverts/templates/list-item.php on line 29Here’s the link for code screen shot:
https://prnt.sc/itavd8Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] category levelsThat would be just great. Would definitely buy whole extensions pack!!! Can’t wait for update
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Posts look messed upHow do You even add a sidebar in single post? Need to configure template file?
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] category levelsOk, got it.
So I suggest it would be a great feature in next versions?Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] category levelsOhh i see it is really complicated…
But maybe there is a way to use WordPress Meta Data & Taxonomies Filter (MDTF) plugin with Your plugin?
I mean, MDTF plugin can search by meta key, meta value key and etc. I’ve created a search form, but it only can found my website posts and i can’t figure it out how to make it to search for WP Adverts posts..
Any idea?Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] category levelsOkay, so i will try to manage it on my own.
Could You show me a code example for a custom field which shows just a list of subcategory?