Profiles

  • Member Since: July 30th, 2017
  • Location: Strasbourg
  • Website: refined-web.fr
  • Find me on:
  • Posted a reply to Insert block programmatically to a page thanks to its id, on the site WordPress.org Forums:
    @joyously , function capacity_template() { if( $_GET['post'] === capacity_get_option('service', 'services_page')){ $services_page = get_post_type_object( 'page' );…

  • Posted a reply to Insert block programmatically to a page thanks to its id, on the site WordPress.org Forums:
    @joyously in a 1st tempas, the admin chooses the services page (among the existing pages).…

  • Posted a reply to Insert block programmatically to a page thanks to its id, on the site WordPress.org Forums:
    @@joyously, the theme is linked to a plugin and custom blocks are built into the…

  • Created a topic, Insert block programmatically to a page thanks to its id, on the site WordPress.org Forums:
    I am doing a theme. When admin chooses a services page…

  • Posted a reply to Get option value (api setting) in block, on the site WordPress.org Forums:
    @mattyrob, Thank you for your answer, I am learning redux with react to be able…

  • Created a topic, Get option value (api setting) in block, on the site WordPress.org Forums:
    I am looking to modify the value of a wordpress option…

  • Created a topic, Add gutenberg block template to a single page, on the site WordPress.org Forums:
    How to add a gutenberg block template to a single page…

  • Created a topic, Gutenberg: edit meta_value in any edition page, on the site WordPress.org Forums:
    How to edit meta_value in a gutenberg block located in…

  • Created a topic, Dynamic block alignement, on the site WordPress.org Forums:
    I am creating a dynamic block (view with PHP). I need …

  • Created a topic, Escape CSS attributes values in or inside tags, on the site WordPress.org Forums:
    I am developing a wordpress theme. In the backend, the…

  • Posted a reply to Adding category for a post, on the site WordPress.org Forums:
    - Version of WordPress: 4.9.7 - Error in editing a post in developer console (where…

  • Created a topic, Adding category for a post, on the site WordPress.org Forums:
    Hello, I have a problem adding a category for a post:"…

  • Posted a reply to Loop cutsom post type in meta box, on the site WordPress.org Forums:
    <?php $args = array('post_type' => 'capacity_portfolio', 'orderby' => 'modified'); $pages = get_posts( $args ); foreach…

  • Posted a reply to Loop cutsom post type in meta box, on the site WordPress.org Forums:
    I tried with the post type 'page', it works, but when I try with post…

  • Created a topic, Loop cutsom post type in meta box, on the site WordPress.org Forums:
    I am creating a wordpress template. I added a meta box…

  • Posted a reply to Send mail with STMP, on the site WordPress.org Forums:
    @@diondesigns, thank you for your answer which is very beneficial. myself experienced $ phpmailer-> Port…

  • Posted a reply to Send mail with STMP, on the site WordPress.org Forums:
    @diondesigns, the code below solves my problem : `function init_smtp( $phpmailer ) { $phpmailer->isSMTP(); $phpmailer->Host…

  • Posted a reply to Send mail with STMP, on the site WordPress.org Forums:
    @bcworkz, I used the filters 'wp_mail_from' and 'wp_mail_from_name', it's cleaner, but it does not change…

  • Posted a reply to Send mail with STMP, on the site WordPress.org Forums:
    @Steve Stern, this is a theme that also contains plugin that I created for the…

  • Posted a reply to Send mail with STMP, on the site WordPress.org Forums:
    Thank you for your answers, the main reason that pushes me not to use a…

  • Created a topic, Send mail with STMP, on the site WordPress.org Forums:
    Hello, I'm doing my first Wordpress template. I realiz…

  • Posted a reply to unique page as about-us, on the site WordPress.org Forums:
    Thank you for your answer, I will take into account your answer to make a…

  • Created a topic, unique page as about-us, on the site WordPress.org Forums:
    Hello, I'm doing my first wordpress template. I would …

  • Posted a reply to WordPress : upload image from PC (Jquery ), on the site WordPress.org Forums:
    I waited more than 24 hours, I allow myself to write a new message in…

  • Created a topic, WordPress : upload image from PC (Jquery ), on the site WordPress.org Forums:
    this is my first post here. I coded my own plugin. I h…