Tagwordpress

Getting W3 Cache Working on shared hosting

G

I wanted to install w3 cache on shared hosting After uploading the plugin to /wp-content/plugins/ and trying to activate it, I got an error asking me to set CHMOD 777 on /wp-content/w3tc I tried running the command given, however it didn’t work. I also tried manually creating the directory, setting 777 on it, and re-activating the plugin. This, however, didn’t work, as the plugin deleted my newly...

reCaptcha enabled on comments

r

I’ve recently noticed a lot of blog comment spam on my blog. Where  some-one kisses-bum in order to “trick” me into accepting  their comment. For example: Howdy there,this is Everett Krajcer,just discovered your web-site on google and i must say this blog is great.may I share some of the Post found in this website to my local friends?i’m not sure and what you think?anyway,Many...

Creating a new post in WordPress using the JoeBlogs library

C

A few people have recently been asking how the NewPost method works within JoeBlogs First, you need to create an instance of Post. Then, set the following properties: dateCreated Fairly self explanatory, but you should set this to today’s date (or whatever date you wish the post to be set as published) title The title of the post description The body of the post. This can of course contain...

Specify XML-RPC Endpoints at Run Time With CookComputing XMLRPC.net

S

A common question when using Cook Computing XML RPC.net to talk to blogs etc… is how to specify a blog / endpoint at runtime? Most of the examples seem to specify the details in an attribute… not much use if you’re trying to develop a wrapper. To enable me to create JoeBlogs, I made use of the IXmlRpcProxy Proxy classes… I created my interface, implementing IXmlRpcProxy: We define the method as...

C# WordPress Wrapper

C

Ok, I’ve barely finished this as a stable release, but I thought I’d post this up any way…. A little open source project I’m working on – Joe Blogs. In a nutshell, it allows easy communication to your WordPress (or other blog) via an xml-rpc interface. Big thanks to the work by Charles Cook at Joe Blogs is currently hosted on CodePlex – I’ll be posting more info, tutorials, documentation...