Get the url of a page template without using the page slug and ID
Get the url of a page template without using the page slug and ID
Get the url of a page template without using the page slug and ID
i checked the database and noticed that every date is stored in a format like 2016-07-11. i did not found any date like 2016/07/11 but maybe some other plug-ins use it but none of my plug-ins use it every date like 2016/07/11 was in the link so i think you can do it by search … Read more
Losing preview ability: W3 Total Cache + Post name permalinks
Permalink redirection.
Within Settings > Permalinks your Custom Structure was set to /%category%/%postname%/ right? Now you want to set (or you’ve already set) to /%post_id%/ right? As far as I know (and I’ve also tested) WordPress will 301 redirect all of your posts (from the post type ‘post’) to your new Custom Structure. You won’t need to … Read more
WPML Permalink missing language slug
WordPress add_rewrite_tag working for Posts, but not working for Pages
Rewrite rule intended for CPTs gives 404 for pages
As the post title is in Hindi, the permalink generator tried to translate it into English. Failing to do so, it has converted it to symbols. If you translate each post tile into Hindi manually, and then type that into the permalink field, all lower-case with dashes in-between, it should work. Sorry if that’s a … Read more
The two problems you describe may very well be related. Attachments (images) are stored as posts in the database (so title, caption and so on can be stored in relation to the physical image file). It is this post that you see in the image library. Normally, the post_status of attachments is inherit. However, if … Read more