Profiles

  • Member Since: April 28th, 2017
  • Find me on:
  • Posted a reply to How to modify only local $post object, not globa?l, on the site WordPress.org Forums:
    $post is NULL

  • Posted a reply to How to modify only local $post object, not globa?l, on the site WordPress.org Forums:
    No it does not work, it breakes all page:

  • Created a topic, How to modify only local $post object, not globa?l, on the site WordPress.org Forums:
    I have action the_content where I make changes in $pos…

  • Posted a reply to How to change title of page(tag), on the site WordPress.org Forums:
    Can you share full sample how to use get_queried_object after the_content action? I will pay…

  • Posted a reply to How to change title of page(tag), on the site WordPress.org Forums:
    It does not work after the_post action

  • Created a topic, What function does render content to give back it to user?, on the site WordPress.org Forums:
    There is any function that returns all HTML content to…

  • Posted a reply to How to change title of page(tag), on the site WordPress.org Forums:
    I think the_post, the_content works after wp_head();, then how to be?

  • Created a topic, How to change title of page(tag), on the site WordPress.org Forums:
    How to change title of page after the following action…

  • Created a topic, How to run plugin only on page?, on the site WordPress.org Forums:
    I have written plugin. It works everywhere now, in eac…

  • Created a topic, How to change title and description of page?, on the site WordPress.org Forums:
    How to change meta tags(title, description) for curren…

  • Posted a reply to How to replace content of requested post on another?, on the site WordPress.org Forums:
    Dont dive in details, my issues is simple. I need to replace one object post,…

  • Posted a reply to How to replace content of requested post on another?, on the site WordPress.org Forums:
    So, I need to modify output object post before displaying on another object.

  • Posted a reply to How to replace content of requested post on another?, on the site WordPress.org Forums:
    I try to replace object of post on the another object. For example, I request…

  • Created a topic, How to replace content of requested post on another?, on the site WordPress.org Forums:
    I have add_action that intercepts of displaying post: …

  • Posted a reply to How to update custom field in Post table after add post?, on the site WordPress.org Forums:
    So, then where I have to create new string field, I mean in which table?

  • Created a topic, How to update custom field in Post table after add post?, on the site WordPress.org Forums:
    I have hook, that works after adding post: add_action…