I have created a widget.

 
Bernskoetter: Aah OK. I’ll give it a go. Thanks

Babick: If you go to Themes. Add News and then search twenty fifteen the first one, with the pier, is the right one

Dahme: If I switch to that theme, will I lose everything in the theme I’m currently in? SUch as the design, content, customised elements? Or will they still be there for when I change back?

Babick: I’d do a database back-up to make sure as i can’t say see what you can see on what you’ve changed. Usually all key data is saved in the database, but that can depend on the theme

Grannell: OK great, thanks for your help!

Karstensen: Can I set up an extra template file for aa single item of a custom taxonomy?

Bistline: Lets say the taxonomy is „projects“ and one of the projects I want a different template for has the slug „showreel“ , what will be the template for this special item?

Kimbrell: I tried „single-projects-showreel.php“ but that does not work

Gionson: Or does it work by using ID?

Attilio: So I’ve downloaded a language pack https://make.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/polyglots/teams/?locale=nl_NL and unpacked it in the newly created wp-content/languages/ folder, set it in the settings as default language and works

Sichting: Now the dashboard tells me there is an update, where could I download this? I don’t want to use FTP

Babick: Senordonquijote: https://developer.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/files/2014/10/template-hierarchy.png

Coenen: As fara as I can see, it will be „single-projects-showreel.php“?

Babick: Senordonquijote: may just be the ID you want

Losier: But as I’ve written that does not work

Babick: So you have a custom post type and a custom taxonomy?

Monds: Custom post type is „projects“ that has items such as „showreel“

Boose: And I want to have a template for this project page „showreel“

Babick: Is show reel marked by the term called showreel or is that just the page title?

Flahaven: I’ve created this as an item of post type „projects“ just as I would with articles and this item has the page title „Showreel“ and url slug „showreel“

Fulda: Hey, i wonder if NextGEN plugin is a good way to go when in need of some galleries on a website.

Ruggieri: Fulda: What kind of galleries ?

Wensman: If you just want a galery on a page, it’s overkill and using the built in gallery feature of WordPress is a much better alternative

Babick: Senordonquijote: From what you’ve said I think you need to add an additional taxonomy term which is missing. If you do you can access it by taxonomy-YOURTAX-YOURTERM.php and that’lll have a different template

Fulda: Jiron: oh, this website promote traveling destinations so each destination gets a little gallery with one main photo and 3-4 little photos down the main one. and i also need a simple gallery on a page.

Babick: Hopefully others will correct me if I’m wrong, but you can’t access a single custom post type page uniquely/individually without some additional information or tagging

Buck: Anyone elese using timber?

Arimas: Fulda: Google result for gallery factory – http://codecanyon.net/item/gallery-factory/11219294

Arwood: Do you guys know if it’s possible to define ACF fields via code/json?

Joos: You sort of can export it, but doens’t that defeat the purpose of it and you might as well just make the meta stuff your self ?

Latham: Is there a plugin that allows writing reviews from users?

Berra: And maybe also voting for a spetsific thing?

Kilcrease: Krisostoomus: https://----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/plugins/strong-testimonials/ . that doesn’t do voting. Look for either testimonials or reviews, there are a lot of plugins depending on what you want

Dort: I have created a widget plugin, on the plugin i am posting to another php file using ajax. I am getting a file-not-found error when posting. The php file im posting to is in the same directory as the plugin. I am unsure how to dynamically locate the file, in oder to post to it. Can anyone give me some advice, or refer me to some do***entation?