ponomarchuk
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: How to modify only local $post object, not globa?l$post is NULL
Forum: Developing with WordPress
In reply to: How to modify only local $post object, not globa?lNo it does not work, it breakes all page:
Forum: Developing with WordPress
In reply to: How to change title of page(tag)Can you share full sample how to use
get_queried_objectafter the_content action? I will pay for thatForum: Developing with WordPress
In reply to: How to change title of page(tag)It does not work after the_post action
Forum: Developing with WordPress
In reply to: How to change title of page(tag)I think the_post, the_content works after
wp_head();, then how to be?Forum: Developing with WordPress
In reply to: How to replace content of requested post on another?Dont dive in details, my issues is simple. I need to replace one object post, that I am requested on another in one thread before displaying.
Forum: Developing with WordPress
In reply to: How to replace content of requested post on another?So, I need to modify output object post before displaying on another object.
Forum: Developing with WordPress
In reply to: How to replace content of requested post on another?I try to replace object of post on the another object.
For example, I request post 1, then post 2. I need to replace post 1 to post 2 and give this to view.
Forum: Developing with WordPress
In reply to: How to update custom field in Post table after add post?So, then where I have to create new string field, I mean in which table?
This field should be displayed in page, when I create new post. As additional field.- This reply was modified 8 years, 11 months ago by ponomarchuk.