This post is about a WordPress plugin which can be used for adding a RSS feed reader and news aggregator in WordPress blog. By using this WordPress plugin you can add RSS feeds from different sources in to the RSS feed reader. Thus, you can view feeds which you like all in one place in […]
directory
Fix fopen, fwrite, fclose Errors In WordPress For Transfer
In this post, I will describe an instance where I was transferring a WordPress site from one cPanel to another. After I moved the site from one server to another I got the following error: Warning: fopen(/home/moreread/public_html/wp-content/themes/directorypress/thumbs/makemusicviral.wordpress.com.jpg) [function.fopen]: failed to open stream: No such file or directory in /home/morereader/public_html/wp-content/themes/directorypress/PPT/class/class_premiumpress.php on line 944 Warning: fwrite() expects parameter […]
Change File Permissions, chmod For Files In WordPress
In this post I will describe steps on how you can change the file access permissions and file attributes, chmod for files and folders in your WordPress blog. There are many instances where you have to change the owner permissions, group permissions and public permissions for a file or a folder to read, write and […]