What's the best C# code highlighting plugin for wordpress?
Best would be if it performs the highlighting exactly as it is in Visual Studio. ...
Best would be if it performs the highlighting exactly as it is in Visual Studio. ...
Hello! I've been asked to come up with a plan (and implement) a way to customize ad campaigns on an individual post basis. Some background info: Our site in question runs off of Wordpress MU 2.7, and in our theme files we include calls to our ad server to display ads etc. This is managed with our own custom ad plugin, so we can easily ...
I have a page template where I want to list entries for each child page ( but not their child pages), and display some things based on the pages name, and custom fields. How would I do this? Using wordpress 2.8 ...
What type of hash does Wordpress use? Here is an example of a Wordpress hash: $P$Bp.ZDNMM98mGNxCtHSkc1DqdRPXeoR. ...
First off, let me define the end goal: I'd like to Wordpress (version 2.8) to manage the authentication data/credentials and access control for a web site. Wordpress will be used for most of the site, but some pages will be built outside of the Wordpress environment. These pages should be able to use the user authenticaion data stored ...
Hi. Does anyone know how secure Wordpress is? I have no clue how to define "how secure". But compared to other CMS systems, how secure is it? Update: To elaborate a bit on my project. I'm gonna have a lot of users regitering. Once loged in, they will have access to plugins which I'm developing. In about 6 months I will also offer paid...
I have tried escaping all of the characters and that doesn't work. I need to insert this string specifically. Can anyone tell me what I'm missing? The other 4 insert statements work fine. Below is the full code: $user_id = mysql_insert_id(); $sql1 = "INSERT INTO `wp_usermeta` VALUES (NULL, $user_id, 'nickname', '$email'); INSERT INTO ...
I've converted an associates old website to Wordpress. The domain name remains the same. All the old .aspx files fall into the root of the domain folder (www.xxx.com) with no .htaccess file while the Wordpress replacement site has an .htaccess file - domain is www.xxx.com/ctpc I have 36 old .aspx files in the root that I need to pe...
Well Wordpress is pretty key to my website, Ive had many a problem with IE but now its a major problem, as you can see (link removed due to possible malware; see history for link). Firefox, Chrome, Safari are great, including the latest version of IE I think, but IE 7 does not show the scroll bar or page down. Any ideas what could be m...
I've got it sending an "X-XRDS-Location" header pointing to my Yadis document, and I've also included link entries in the head portion of the HTML. For some reason, however, I still can't use "pkulak.com" to log in anywhere. Thanks for any help! ...
Ok guys, this is re-visited, Ive rescued my website from the hackers and now its virus and malware free, thank you to all who pointed me in the right direction to fix it. However my first problem still remains, the page in question is http://www.whatcouldicook.com/wordpress Ive removed the extra quick search at the top including the RS...
I a starting a project where 2 people will be developing a site on WordPress. It also may be necessary to have a development server setup where my client can view changes to the site before we push it live. There also may be database changes (like wordpress settings) that should be pushed all the way from development to dev to producti...
I'm developing a site LAMP with Wordpress I want to let twitter reflect it automatically if I do post of a diary. My environment is no crontab (Can't use) But Few days later I can use crontab. How to automatic post to twitter with wordpress? is there any plugins or other slutions? ...
I have a customer who is interested in selling his set of tutorial screencasts, and he very much wants to do this using wordpress. Has anyone any experience in selling subscriptions to wordpress sites, or selling digital downloads using wordpress, and is there anything I need to consider that I might have missed? I'm currently lookin...
I am writing some plugins and themes for WordPress, and I finding it to debug because somehow by the time the page has loaded, $_GET, $_POST and $_REQUEST are all empty. Even with error reporting set on, I am not getting error messages either other than a blank page whenever there is a fatal error. Is there anyway to enable a 'debug mode...
hi How can I let the visitors publish a post without registration in wordpress ? Any programming modifications suggestions ? ...
I am building a personal site, for blog i wish to use wordpress and for a wiki i will use wikia. Is it possible that i use the same database for storing articles from both the frontends (wordpress and wiki). If yes can i some how populate articles from my wiki to the blog, under a specific category. EDIT-- By two different sites I mea...
good morning boys and girls...can someone point me to the right direction, please. i want to replace my php-echo-output »JUNE 29, 2009–JULY 5, 2009« with just plain text: »last week« <?php ob_start(); wp_get_archives('type=weekly&limit=1'); $wklyarchives = ob_get_contents(); ob_end_clean(); $wklyarchives = preg_replace('%\&\#8211\;[a-...
Hi, currently I am trying to make the following a button on my wordpress blog its a automatic link that gets that class whenever its posted but I just can't seem to make it work. <div class="kpg-title"> <a href="/recentphotos/?album=Photosagain">photosagain</a> </div> This is the link to the CSS Any help would be greatly appreaci...
I'm having an issue with a rewrite. I have a Wordpress install in my /blog directory, but I want the Wordpress Pages to appear outside of the blog directory. So, in my root .htaccess I added a line: (The first three lines were already there for redirecting everything to "www" RewriteEngine on RewriteCond %{HTTP_HOST} ^tooboss.com$ Re...