Hi Inapan, Great job making this plugin. It’s really versatile! Just had 3 “quick” questions for you and the community: – How would you validate the input in a custom field? Example: I have a custom field that asks the user for a date in mm-dd-yy format. If they enter hi-hi-hi, how would I take [...]
My backups are being created, but I can’t open the zip files. I’m getting an error message: Unable to unarchive the zip file Error 1 – Operation not permitted http://wordpress.org/extend/plugins/backupwordpress/
Which is the best plugin for Geneology?
Ipstenu – those changes did the trick perfectly – thank you SOOO much!! They also whitelisted Shockwave Flash user-agent for wp-admin/async-upload.php to kill my flash media uploader “http Error” problem. TC
Check settings, media, store uploads in this folder. If you have wp-content/uploads in the blank space make sure there is not a / in front of the wp-content.
Thank you so much I fixed it and you were right. I just needed to increase the memory. So if anyone has go daddy hosting, they will tell you where to find your php.ini file and this is the code I used : memory_limit = 64M ; Maximum amount of memory a script may consume [...]
No problem. I hope you find a better host soon.
I think you’re right, that might be the problem. Looking into cPanel status page, server load has red exclamation mark. Thanks for helping isolate this issue. Yet another big reason to leave my host.
lpstenu – thanks – they suggested modifying wp-admin/post.php to exclude mod_security rule id 300015 Is that the same as what you are suggesting? Or should they be tweaking the server settings?? esmi – they do seem to be pretty security conscious. Thanks … TC
I don’t think that’s possible without specifying the ids of every post that contain images. Your best option would be to create a custom page template with a custom query to call all image attachments.
How are you coding the array to get the children, could you not just test this in conditional code for the display! <?php if( $cat_children ) : ?> <!– Do the <ul><li>Cat 1</li><li>Cat 2</li></ul> code here! –> <?php endif; ?> HTH David
please could someone look into the contact2 tab on my website and explain why the date field is displaying a text instead of a dropdown date.thanks
How can I remove the page titles? http://baf.virtuallyassistingu.com thanks
Fatal error: Cannot redeclare get_avatar() (previously declared in /home/zephyrga/public_html/ZephyrGaming/wp-includes/pluggable.php:1618) in /home/zephyrga/public_html/ZephyrForums/cache/tpl_zephyr_………rokbb3.php.php on line 168 Everything looks good but my forums.zephyrgaming.net is not loading
I’m using Adobe Dreamweaver CS5 and sometimes Notepad++, files are in php format.
“Free” isn’t a license type. Only themes specifically released under GPL can be promoted on these forums. Oh – and your url is broken…
Moving WordPress « WordPress Codex and How to Move WordPress Blog to New Domain or Location » My Digital Life
Has anyone on this forum had a problem inserting an image into a wordpress template using img tag. I tried to insert a logo into the header and footer.php but all browsers ignore it. What could be a possible reason of why it happens?