marcsole
Forum Replies Created
-
Forum: Plugins
In reply to: [Default Featured Image] Default image also set in portfolio itemsOk, I find it in functions.php, isn’t?
The code works perfect.
You are brilliant, thanks!
Forum: Plugins
In reply to: [Default Featured Image] Default image also set in portfolio itemsHi, the code looks good. Where do we have to put this function?
In the plugin edition
/wp-admin/plugin-editor.php?file=default-featured-image/set-default-featured-image.phpAt the end inside class default_featured_image?
Thanks
Forum: Plugins
In reply to: [Default Featured Image] Default image also set in portfolio itemsHi, no problem. Let me try to understand everything.
1) Portfolio it’s a customized section of the template. We also have a menu item with that name that lists portfolio items.
2) Yes, galleries works the same like categories. I show you admin URL in order to help:
URL edit portfolio section: /wp-admin/edit.php?post_type=portfolio
URL edit portfolio galleries (categories): /wp-admin/edit-tags.php?taxonomy=portfolio-gallery&post_type=portfolio
URL edit portfolio slug gallery: /wp-admin/edit-tags.php?action=edit&taxonomy=portfolio-gallery&tag_ID=1994&post_type=portfolio
3) The slug is “videos” and the name “VÍDEOS”.
Forum: Plugins
In reply to: [Default Featured Image] Default image also set in portfolio itemsHello janw,
These videos have in common that they are in Porfolio section. In portfolio they are in “VÍDEOS” gallery.They are not posts entries so they don’t have posttype neither category. In the Portfolio the categories are galleries and they are marked as “VÍDEOS”.
However, I want that all portfolio items don’t be applied the Default Featured Image.
The template is La Bomba. And this page is the portfolio:
http://dahz.daffyhazan.com/labomba/portfolio-3-col/I don’t mind about coding in order to solve it.
Thanks!