When is the ‘post_content_filtered’ column in database cleared by WordPress?
Some WordPress plugins (although very few) use the post_content_filtered column in database to save some data related to a post.
My provider’s database server recently had some downtime and my site was displaying the classic “Error establishing a database connection” message for about an hour. I knew what the problem was but realised it would be useful if I was able to replace that message with something a little friendlier (ideally a more verbose message … Read more
Some WordPress plugins (although very few) use the post_content_filtered column in database to save some data related to a post.
I have read the discussion on the performance of different permalinks on the wp hackers mailinglist, THIS forum and around Google.
My site currently has an outrageous 500k+ transient records in the wp_options table.
This causes the table to be crashed frequently and so be my site.
I am writing a simple plugin that create a table with name “newsletter” in database and provide a shortcode to put a registration form in pages.
the form contain “name” and “email”.
i have problem with inserting the form data(name+email) in database.
i wrote this:
I have two totally separate WP websites setup. Different domains, different databases. I manage both of them and they are both hosted on a dedicated server. I am trying to include some basic content that requires just a tad more than an RSS feed. I need to pull data from SITE-1 and display it on SITE-2, using basic WP formatting from a loop. Everywhere I’ve looked makes it seem impossible. I’ve tried calling wp-load.php but can’t get it to work, and am not sure if it is even the right way to go. I have access to both sites’ root servers, and even the server root if necessary. Is there anyway to do this? Thanks!
In my little age with WordPress, I’ve seen WordPress itself and its friendly plugins are using PHP serialize() in storing data into db in many cases. But in a recent search I found a serious community support for the json_encode() over the serialize().
I published an article with permalink slug:
For example, I write a new post with content “Today I’m happy, because I finally met the girl that @David told me about bla blah…” Once the post is published, there should be an email notification sent to David about this post that mentions him. Is there already such plugin? If not please help me with my implementation. Thanks a million time! 🙂
I’m trying to display a list of 5 authors randomly. Here are some solutions I had found: