I have a url /abcde-post and it is redirecting to home page. Is there a way in wordpress to find…
How to display max. 2 sticky posts when posts_per_page is 3?
I have problem with sticky posts. This is my main loop: <?php $main_loop = array( ‘posts_per_page’ => 3, ‘orderby’ =>…
show original publish post date instead of last edited date in wordpress
I have just updated the post on my blog changed its category and now its showing the current date instead…
Rest Api not working with Iframe in form data
I have created one api with post request. register_rest_route(‘myapi/v1’, ‘/post_flyer’, array( ‘methods’ => ‘POST’, ‘callback’ => ‘api_post_flyer’, )); I have…
Is there a plugin or a way in the wordpress that would let us have different versions of a post or page accessibe to users?
I work on a website which talks about and teaches some educational subjects. It happens alot that I talk and…
edit_others_posts capability not showing Author option
I have two custom roles on my site. Both of which I would like to be able to use to…
Show posts in a parent directory
I have a WordPress in a directory like mydomain.com/page/ and I’d like to show the posts on my parent directory,…
Why does not work custom post type pagination by category?
I have custom taxonomy for products. http://localhost/store/custom_category/phone Now I will get all products by queried taxonomy phone <?php $paged =…
Custom post type pagination by category not working?
I have custom taxonomy for products. http://localhost/store/custom_category/phone Now I will get all products by queried taxonomy phone <?php $paged =…
Moving blog posts from /blog/ to /news/
I have a site with the default post tpe posts under the following format: Blog archive is /blog/ Paginated version…
How to reload a post page editor after published?
I have a unique website type that only requires 10-20 seconds to make a new post. I want my WordPress…
Change Post Defauld Settings
I am working on Architera Theme, and I need to change my post thumbnail default size (I don’t know why,…
Change Post Default Settings
I am working on Architera Theme, and I need to change my post thumbnail default size (I don’t know why,…
Change default post thumbnail size
I am working on Architera Theme, and I need to change my post thumbnail default size (I don’t know why,…
Add postmeta to all blog posts
I have a bunch of blog posts that I need to update with a custom postmeta key/value pair. Therefore I…
custom post single page
Very new to WP and AP theme development. I am in the process of creating a theme based on a…