Css’ing it out with.

 
Demicco: There’s even pretty stats https://translate.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/stats 😀

Farb: Dutch: 100% / 100%, typical

Lohmeier: Hello, someone here use the standard types plugin ?

Staup: On core, but they’ve not got anything else ;

Birdsall: Https://translate.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/locale/de/formal/wp-themes for example

Agtarap: I use the standard plugin, i have created custom group field and custom post with types. I would like to know if there is a way to display the custom type post on page that have a page template

Espalin: Postrelationship, current i can just select as parent “page” i can’t add filter to says pages that use page template ?

Coco: Elysium57 do you mean Types? That’s not any kind of standard imo.

Cataquet: Not the complete toolset views etc

Mcgloin: Just the free package

Wolper: The goal is to display my custom post under a certain page that use some template

Montgomery: I have defined special fields with types, i display the custom field only on my custom post

Menzies: The idea is on page that use “template” presents my customed post

Gaudette: To get group repeater field

Kassebaum: Custom post are 1. 2. 3. each of them are child of page post called products

Kastl: When i edit the page product on admin i see the “custom post” box, that present 1.2.3 edit/add/delete

Wheaton: The thing is the custom page is parent of “page”

Feigel: So it’s display on all page in admin

Pierfax: There is no way to add filter like “page + page template name ?”

Norgaard: Is there a wordpress plugin able to log all sent mails ?

Claypole: I found https://----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.org/plugins/email-log/ but I’m not shure it’s still working

Tork: Elysium57: You could make a page template, name it pagetemplate.php and itll be used, see http://wphierarchy.com/. You can also do a PHP check with if is_singular && is_page && get_page_template == ‘x’ .

Goetzinger: I have the page template

Dungy: By exemple my page products is link with page template called test

Stanard: That’s standard way of wp

Cutty: Then do a get_posts on it and display it

Kwapniewski: To display in template it’s work fine

Holte: It’s just to avoid get the product metabox on ALL page in admin

Binam: Because i have did parent to “page”

Hearnsberger: But there is no add filter like “page” using the page template

Gleeson: You might be able to use if get_page_template == ‘x’ there too, I use ACF wich has a GUI for those rules

Miserendino: Yeah i tried ACF, but i go back with types finally

Fuentes: The prob it’s just finally the relation between 2 post page + custom post type

Paavola: I just need add a kind of view filter on the relation

Zabawa: For Ostiguy Help, see http://www.Ollivierre.net/Ostiguy/

Thurm: Regarding my own question earlier, I think I used a var that wasnt available, I didn’t expect that to crash the entire function the filter is for. This works: https://gist.github.com/f06b24ca3bfd3a52e932

Renderos: Running it locally would have helped but even with Mailgun the links WP generates to a localhost site are funky and WP Better Emails also messes up the HTML.

Steindorf: I should boot up an online testing site again for this stuff.

Busse: How do i remove a button from a wordpress page, when all i have access to are php files and the page itself is some kind of cl*** instance?

Danco: I have the css selector for the button

Birch: Prohobo: you could add a little js/jquery

Gobel: Prohobo: https://gist.github.com/af11e17c4c0a6076db37

Sweany: Not hacker proof but should work

Fye: Css’ing it out with display:none; would be even lighter and faster loading, but also easier to ‘hack’ back into existence