Tagged Questions
0
votes
1answer
62 views
How to bypass 404 for certain pages/posts?
I have a site with urls like so: site.com/folder/page-name
It is moving to another site built in wordpress and I am trying to recreate the page to ensure incoming links continue to work as normal.
...
2
votes
1answer
119 views
Create second custom 404 page for selected post type
I created a new custom post type called event, which works fine.
I also created a custom 404 page template, which is shown if a event/page/post is not found.
But now the hard part, i want to create ...
0
votes
1answer
70 views
How do I paginate a custom post type listing on a custom template page?
I've got a page template called tpl-memos.php which is attached to a page called 'Memos' with a parent page called 'About', the permalink for the page therefor is example.com/about/memos. On this page ...
0
votes
1answer
57 views
which parameter take Yet another post Plugin in Wordpress [closed]
hii i am using yet another post plugin on my 404 custom page
but want to know which parameter or variable this take to show related post
i want that which paramater pass in my 404 page url
i can use ...
4
votes
2answers
998 views
How to Change 404 page title
i have try many methods after searching on internet but unable to ramove Nothing Found from my 404 page title
how to do it please help me
even i have us this in my 404 page header
if( is_404() ) ...
0
votes
1answer
268 views
Why is POST'ing to my WP page template producing a 404?
Hey guys..... I have a page template I have made up & I also was POST'ing to it to process the form.... originally it was working fine, but I moved around some code & now it's not working for ...