WordPress is an open source content management system running on PHP and MySQL, and often used as a blog engine. WordPress questions not about programming are best asked on http://wordpress.stackexchange.com/
85
votes
14answers
50k views
Can I install/update wordpress plugins without providing ftp access?
I am using wordpress on my live server which only uses sftp using an ssh key.
I want to install and upgrade plugins, but it appears that you are required to enter your ftp login to install the ...
41
votes
4answers
8k views
What are the Wordpress alternatives for Ruby on Rails? [closed]
What are the Wordpress alternatives for Ruby on Rails? How do they compare to Wordpress?
33
votes
5answers
30k views
Create a folder if it doesn't already exist
I've run into a few cases with wordpress installs with bluehost where I've encountered errors with my wordpress theme because the uploads folder (wp-content/uploads) was not present.
Apparently the ...
31
votes
5answers
13k views
What does apply_filters(…) actually do in WordPress?
I'm trying to understand some of the function in WordPress, but I can't get my head around what apply_filters(...) actually does.
Is someone able to clear this up for me with a few examples?
29
votes
6answers
2k views
Why is WordPress considered to be poorly programmed? [closed]
I'm not a fan of PHP or spaghetti code, or anything like that, but in my experience WordPress works amazingly well, it's well organized, and I've never come across any hard to understand code. The ...
28
votes
31answers
10k views
Is there any CMS better than WordPress or should I roll my own? [closed]
I'm developing a small business website and want to give some control over content to the client but also allow myself control over the outputted code. Indeed allow the user to fill in the content ...
24
votes
16answers
4k views
Wordpress.. Is it a CMS? [closed]
I recently was contacted by a client who simply wanted to increase their organic rankings in Google. My approach was to do the following:
A) Take them off of their overpriced host and move them to a ...
24
votes
1answer
4k views
Unit Testing WordPress Plugins [closed]
I'm looking into unit testing a WordPress plugin for better code reliability.
I'm a little confused to how its all supposed to work however & was wondering if anyone else has made the jump into ...
23
votes
8answers
2k views
Why does WordPress still use addslashes(), register_globals() and magic_quotes?
In order to gain more experience in Wordpress I delved into its code base to study its inner working and its workflow, and I was quite astonished when I saw that:
They implement register_globals (an ...
23
votes
7answers
2k views
Online Code Coloring Service [closed]
I would like to know if anyone knows of an online service where we paste the code and it generates back the colored html source code for that code. It could be PHP, HTML, CSS, Javascript, C, Java.
...
22
votes
4answers
8k views
How to integrate Wordpress template with CodeIgniter
How can CodeIgniter and Wordpress be integrated such that the look and feel/template of
the Wordpress blog is carried over to the CodeIgniter-created pages?
22
votes
5answers
6k views
Wordpress 3.5 custom media upload for your theme options
wordpress 3.5 has been released recently, I used the wordpress media upload system via thickbox and window.send_to_editor for some options in my wordpress theme (backgrounds, logos etc...).
But as ...
21
votes
10answers
61k views
How to get the current page name in Wordpress
What php code can be used to retrieve the current page name in a Wordpress theme?
All the solutions I have seen so far (the_title(), get_page()->post_name, get_post(), ...) don't work for a page that ...
20
votes
8answers
13k views
MySQL Order before Group by
I need to find the latest post for each author and then group the results so I only a single latest post for each author.
SELECT wp_posts.* FROM wp_posts
WHERE wp_posts.post_status='publish'
...
19
votes
1answer
1k views
WordPress Plugin: How do I avoid “tight coupling”?
I am working on a WordPress Plugin and am trying to ensure best practices. I have two classes, my plugin class "Jargonaut" which is required and then another class called "Dictionary" which is ...
19
votes
6answers
3k views
jQuery Ajax returning 404 Error, but correct Response
I'm posting some data to a PHP script via jQuery AJAX, and everything executes correctly, but it returns a 404 error. In my Firebug console the response from the PHP script is correct. I don't ...
18
votes
4answers
21k views
How to add a php page to Wordpress
I want to create a custom page for my Wordpress blog that will execute my php code in it, whilst remaining a part of the overall site css/theme/design.
The php code will make use of 3rd party APIs ...
17
votes
1answer
21k views
Using Wordpress LOOP with pages instead of posts?
Is there a way to use THE LOOP in Wordpress to load pages instead of posts?
I would like to be able to query a set of child pages, and then use THE LOOP function calls on it - things like ...
17
votes
8answers
12k views
Call TinyMCE in a WordPress plugin
Is there a way to add TinyMCE into my own WordPress plugin?
I have a textarea in my back end script and want to make this area into a TinyMCE WYSIWYG editable field. Is there a way to do that?
...
17
votes
3answers
43k views
JQuery Error: Uncaught TypeError: Object #<HTMLDocument> has no method 'ready'
my site is getting the error in this title in the javascript console. Google seems to say that it is because jquery isn't loaded, but it is definitely visible in the head.
<script ...
17
votes
2answers
10k views
Stock quotes API? [closed]
I'm trying to put together a simple RSS widget (for my wordpress blog) that will show a list of stocks, or markets, and their current prices.
I cant seem to find an API for this data anywhere - can ...
16
votes
8answers
9k views
Is WordPress MVC compliant?
Some people consider WordPress a blogging platform, some think of it as a CMS, some refer to WordPress as a development framework. Whichever it is, the question still remains. Is WordPress MVC ...
16
votes
4answers
15k views
Can you help me center a “ul” element with CSS?
I've been puzzling over something which ought to be very easy indeed, but after a fruitless three hours I've not yet solved it:
A friend asked me to fix the template of his Wordpress website so that ...
16
votes
3answers
510 views
What's the most efficient way to go about writing a complex content filter?
A short while ago, I asked a fairly lengthy question regarding a content filter for my website. The post can be found here, please feel free to have a read at your own leisure.
I've accepted ...
16
votes
4answers
695 views
Applying different CSS class on click using jQuery
I'm currently setting up a WordPress site, using this template from ThemeForest, and here is the live preview of what I'm currently working on (which now should be working - please let me know if it's ...
15
votes
11answers
6k views
Does ASP.NET's BlogEngine.Net Stack Up to Wordpress?
I'm somewhat familiar with Wordpress and I've used it a little. There is a huge community with tons of plugins and themes etc. Does the BlogEngine.Net compare favorably? Is there another .NET CMS ...
15
votes
4answers
34k views
Cross-browser bookmark/add to favorites javascript [duplicate]
Is there any Cross-browser bookmark/add to favorites javascript.
Searched for some list but none is working. Can you please suggest any ?
15
votes
2answers
3k views
Git Workflow with WordPress - Localhost to Live
I have a basic but common WordPress workflow question.
Current Workflow
I develop everything locally
FTP files (and database dump) up to the server to show client
Make requested changes locally
...
15
votes
2answers
109 views
Wondering how to have value sent once clicking on a post - queried from database in wordpress
Hey guys so I am trying to accomplish an overview function using colorbox in wordpress. So let me explain a little. In wordpress pages have post that are queried through this code:
$lastposts = ...
14
votes
6answers
26k views
Get WordPress Post ID from Post title
I have an issue with a custom WordPress theme I'm developing. It's a bit convoluted, but essentially, what I need to do is get a Post Id by it's Post Title. In pseudo-code it would ideally be ...
14
votes
8answers
18k views
What's the best way to set cursor/caret position?
If I'm inserting content into a textarea that TinyMCE has co-opted, what's the best way to set the position of the cursor/caret?
I'm using tinyMCE.execCommand("mceInsertRawHTML", false, content); to ...
14
votes
2answers
8k views
save jquery ui-sortable positions to DB
Im trying to replicate the functionality of this page (http://www.kissfm.ro/fresh-top-40/) for a friend who has a small web radio. The site is setup in wordpress fyi.
So my question is, after ...
14
votes
4answers
5k views
How do you add a WordPress admin page without adding it to the menu?
I'm building a WordPress plugin and I'd like to have an edit-item page that can't be reached via the submenu (because then the item wouldn't be specified).
This resource ...
14
votes
13answers
1k views
Simple clean CMS for programming project website
What is the best yet simple CMS for closed-source programming project hosting? I'd like to keep webpage plain and simple, include screenshot, basic features and blog headlines on main page, then have ...
14
votes
4answers
3k views
Is Plone doing enough to keep up with other CMSes?
I do Drupal for a living and I like the system. However I've always been intrigued by Plone and wanted to learn it well to broad base my knowledge of CMSes in general. I've played around with Plone in ...
14
votes
3answers
3k views
Where to start with Google Reader as an API?
I want to build a widget for WordPress that simultaneously displays my latest Google Reader items on the front page and allows for management from behind the WordPress dashboard. I can already add my ...
13
votes
6answers
26k views
Turn off deprecated errors php 5.3
My server is running php 5.3 and My wordpress install is spitting these errors out on me causing the my session_start() to break.
Deprecated: Assigning the return value of new by reference is ...
13
votes
4answers
7k views
How do I find out what version of wordpress is running?
I have just taken over someone's hosted Wordpress site. How do I find out what version he is running?
13
votes
3answers
11k views
13
votes
3answers
8k views
How to check if currently in Wordpress Admin?
I am creating my first plugin and have a single function that controls the output. This function has different output based on whether or not it is being viewed from within the WordPress admin vs. the ...
13
votes
2answers
10k views
Apache's mod_php OR FastCGI? Which is good for Wordpress?
I have basic idea about running PHP in different configurations like mod_php, cgi, FastCGI, etc.
In my findings and test I found FastCGI is slightly better. I like FastCGI's support for SuEXEC most. ...
13
votes
2answers
2k views
Understanding the Wordpress vulnerability
A vulnerability has recently been disclosed that affects WordPress 2.8.3 and allows the admin user to be locked out of their account by changing the password.
This post on Full Disclosure details the ...
12
votes
6answers
14k views
Multiple excerpt lengths in wordpress
As it says in the title, I'm looking for multiple excerpt lengths in WordPress.
I understand you can do this in functions.php:
function twentyten_excerpt_length( $length ) {
return 15;
}
...
12
votes
7answers
3k views
How do I add syntax highlighting to a WordPress blog hosted on WordPress.com?
I'd like to have a good syntax highlighter for my WordPress blog. What options do I have available? I often see one which has well-colored syntax highlighting and options to copy to the clipboard. ...
12
votes
3answers
11k views
How to get last inserted row ID from wordpress database?
My wordpress plugin has a table with a AUTO_INCREMENT primary key field called ID. When a new row is inserted into the table, I'd like to get the ID value of the insertion.
The feature is to using ...
12
votes
3answers
12k views
A general linux file permissions question: Apache and WordPress
I moved from a shared hosting to a VPS a few weeks ago and I'm having these annoying permission issues with WordPress. You know you can download and upgrade plugins (and wordpress itself) from the ...
12
votes
2answers
14k views
Load Wordpress post content into DIV using AJAX
I posted a question a couple of days ago on how to Scroll to Single Post in a custom Wordpress template that I'm developing. What I need in the nut shell is to load a single post into a defined DIV ...
12
votes
1answer
4k views
Using Wordpress, can some one tell me the best way of sanitizing input?
I'm developing an application using Wordpress as a CMS.
I have a form with a lot of input fields which needs to be sanitized before stored in the database.
I want to prevent SQL injection, having ...
12
votes
6answers
697 views
Blogging with R: easy way to embed R in a blog post?
There is a very nice Mediawiki plugin for R which allows you to embed R code in any wiki page. It takes a little effort to configure, but it's really useful once you have it in place.
Does anyone ...
12
votes
3answers
20k views
How to integrate Facebook into WordPress registration/login?
Here's what we hope to accomplish: a WordPress site that will allow users to register/login EITHER with Facebook OR WordPress and have the same access to posts/pages/content. From all the research ...