When you are working with wordpress custom post type and you need to allow user can submit new posts where On each post you need to upload photo of the post also that can be a featured image then you need to follow below codes to upload attachmends and to make it featured. //Just uploadingContinue reading “Upload featured image on custom post from wordpress front-end”
Category Archives: WordPress
404 Page Not Found after custom form submission on wordpress
Sometimes it’s happen! when you submit a wordpress form it says ‘Page Not Found!’ or Saying ‘This is somewhat embarrassing, isn’t it?It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help.’ But your defined page action has a valid url and all post values are availableContinue reading “404 Page Not Found after custom form submission on wordpress”
WP Editor Broken in Post/Page Add Interface
Sometimes you may face a wp editor broken issue just after installing new wordpress or updating wordpress which is the admin post or page add interface has a broken editor as like below mentioned image. To fix it you can add this below code on wp-config.php file bottom define(‘SCRIPT_DEBUG’, true);
WordPress admin login redirecting to a 404 page!
It’s today I was trying to do a wordpress admin login to one of my clients wordpress powered websites admin area, I was redirecting to a 404 page called http://x.x.x.x/404.html page! It’s something like when I try to login on http://domain.com/wp-login.php?redirect_to=http%3A%2F%2Fdomain.com%2Fwp-admin%2F&reauth=1 after have submitted the login form it’s redirecting me on a http://x.x.x.x/404.html page. ToContinue reading “WordPress admin login redirecting to a 404 page!”
Replacing media urls on wordpress posts
Sometimes we work for a website with wordpress keeping the development version on sub directory. Say are working for http://www.example.com website and currently it is live and we work for it’s new version in wordpress. So we setup a new wordpress version on new folder so the current development version is http://www.example.com/new When we areContinue reading “Replacing media urls on wordpress posts”
Replacing post content attachment url for wordpress new setup
When working with wordpress sometime we need to copy full site content with new wordpress site setup. If you use wordpress default inport / export then all content and resource source url works fine but all image or attachment source url in content is keeping it’s old values. To replace those old source url toContinue reading “Replacing post content attachment url for wordpress new setup”
dd simple photo gallery version 1.1 has been released
Finally the dd simple photo gallery version 1.1 has been released. I tried to make it more easy to use that’s why I have removed the timthumb image resizing on the fly which required some server manual settings. dd simple photo gallery version 1.1 features: 1. added around 40 different effects on photo sliding 2. aboveContinue reading “dd simple photo gallery version 1.1 has been released”
dd simple photo gallery wordpress plugin
It is to introduce my recently developed wordpress simple photo gallery plugins. If you are maintaining a wordpress enabled website, If you are searching for a photo gallery which is simple to use, simple to modify to developer and simple in looks then you are quitely invited to use this “dd simple photo gallery”. FromContinue reading “dd simple photo gallery wordpress plugin”
404 error – page not found – wordpress
If you are a wordpress user or a wordpress developer then sometimes you may noticed a error when you are trying to view a post or page Like: Error 404: NOT FOUND! Your browser cannot find the document corresponding to the URL you typed in. Sometimes it will happen when your permalinks is not acceptedContinue reading “404 error – page not found – wordpress”