The tag has no wiki summary.

learn more… | top users | synonyms (1)

0
votes
1answer
17 views

Adding Categories Through Function

I am creating a template theme for WP and am wondering if there is a way of the theme adding new categories to the db, through the functions.php upon activation of the theme. It seems like a fairly ...
0
votes
1answer
13 views

Fix Admin Dashboard Posts tab

I have WordPress v3.5.1 and using a theme from WPZoom. I added an SEO plugin called WordPress SEO which in turn added 4 more columns to my Posts Admin table which caused the columns to squish together ...
0
votes
0answers
120 views

Creating a custom Jquery modal form to upload data in wordpress 3.5.1 [closed]

i am new to jquery.I looked to various demos but can't find what i am looking for. I want to add a upload item feature in my wordpress website.This feature is available to the end user after he/she ...
4
votes
2answers
192 views

How to remove file versions from the file source links in wp_head?

I observed the inside the wp_head function in the source links of every .css, .js files a ?ver=1 (or other number based on the file's/library version) is added. How can I overwrite them, to remove ...
0
votes
1answer
21 views

Get style and script file versions and use them while writing a cache manifest file

Earlier I've learned how to remove file versions from wordpress style and script file source links inside the wp_head function. From here: How to remove file versions from the file source links in ...
1
vote
4answers
896 views

How to display a static HTML page while setting up a WordPress site?

I just installed Wordpress. I have a non Wordpress splash page at [root folder]/index.html. I'd like to keep the splash page up while I work on skinning Wordpress. When I try to access index.php ...
12
votes
4answers
229 views

Automatically determine minimum WordPress version required for a plugin?

When developing a plugin, is there a way to automatically determine the minimum version of WordPress that's required to run it? I want to make sure that the Requires header is accurate, but manually ...
0
votes
1answer
148 views

Auto post from Wordpress to PhpBB [closed]

I need to automatically post what I write on WordPress (latest version) on a forum (phpBB latest version). You know you recommend a plugin or a guide?
0
votes
1answer
96 views

Downgrade from latest nightly build to latest stable version

I'm currently running 3.6-alpha-23495 and want to go back to the latest stable (currently 3.5.1). The site is now up and running. The reason that I'm going to downgrade is that the following error ...
0
votes
0answers
59 views

wp-eCommerce empty transaction details for emails that are sent out

Im doing my first wp eCommerce site and im having a bit of a problem. Ive set everything up and long story short, when i purchase something from the site, (dummy item for 2 cents) Everything goes ...
5
votes
6answers
4k views

How to prevent plugin, theme installation failures on Wordpress?

I am unable to install any theme/plugin to my wordpress 3.0 Downloading install package from http://downloads.wordpress.org/plugin/contact-form-7.2.3.1.zip… Unpacking the package… Installing ...
5
votes
1answer
155 views

What's the difference between post thumbnails and featured images (if any)?

On the Codex on Post Thumbnails, I see: Post Thumbnails is a theme feature introduced with Version 2.9. It was quickly changed to Featured Images with Version 3.0. Post Thumbnail, now Featured ...
0
votes
1answer
27 views

Any plans for a non backwords compatible WP release? [closed]

Imagine all the old_functions_that_do_the_same_thing_as_new_functions() being ripped out. Think of the consistency and improved work flow while working with different themes and plugins. Is there ...
1
vote
2answers
943 views

Errors when uploading images in WP 3.5

I'm trying to upload images in WP 3.5 to set featured images for posts. Unfortunately I get the following error message: An error occurred in the upload. Please try again later. The installed ...
5
votes
2answers
270 views

Update to older wordpress version from admin?

I have a Wordpress 2.7.x setup that I would like to migrate to the latest version 3.2.1, however I need to make a stepped-upgrade as some plugins need an older version first (3.0.6 IIRC). However ...
1
vote
1answer
1k views

TinyMCE Advanced newline problem

I am using TinyMCE Advanced plugin according to qTranslate in a wordpress 3.3 installation. My question is: why does tinymce translate visual editor new line ("enter" key) in a ...
0
votes
1answer
65 views

Bandwidth usage increased in WordPress 3.5

I am facing bandwidth issue, for last (2012) whole year bandwidth usage of my WordPress site was 11.66 GB, after updating WordPress to version 3.5 in early January 2013, bandwidth usage for my site in ...
0
votes
3answers
48 views

Version 3.04 or 3.5?

I am a first time user and about to build a website with wordpress and depending on guides for version 3.0. Should I install version 3.04 or 3.5?
1
vote
1answer
43 views

Where is the changelog for 3.5? where is the list of added removed files?

This: http://codex.wordpress.org/Changelog/3.5 is not a changelog. This: http://codex.wordpress.org/Version_3.5 gives a few changes, etc, but no list of files added and removed. Where might I find a ...
1
vote
1answer
506 views

Call to undefined function nocache_headers() [closed]

After updating a 3.4.2 network install to 3.5, I receive Fatal error: Call to undefined function nocache_headers() in /wp-admin/admin.php on line 32 This happens in Chrome, and in Firefox (when I ...
0
votes
1answer
78 views

How to display site title with post title?

Is it possible to have the site title prepended before each post title, separated by a hyphen? For example: [my site title] - [my post title]
-1
votes
3answers
618 views

Wordpress Hacks/Defacing [closed]

Im trying to figure out how Wordpress sites become defaced/hacked. I know development very well. I know how to secure code, etc. But I am finding recently, that tons of Wordpress sites are becoming ...
0
votes
1answer
87 views

Wordpress Taxonomy Menu

I have got the following simple code. <ul id="filter"><?php echo '<li class="active"><a href="#" class="all">All</a></li>'; if ( $count > 0 ) { ...
1
vote
0answers
28 views

Switch from Beta to Stable workaround

So, I am currently running the WordPress 3.5-beta2-22265 version on a new site i'm testing. Now, it's about time to go live and I was wondering what should I do in order to get back to the stable ...
0
votes
0answers
24 views

Error in admin panel [closed]

Warning: Cannot modify header information - headers already sent by (output started at /home/qh3vjkx4/public_html/wp-content/plugins/s3slider-plugin/s3slider.php:375) in ...
0
votes
1answer
26 views

change headline of page

I have a web page which includes menu. In its menu I have some items when I click on each item it's gonna show some subitems in it. for example item name : A. It has A.1 and A.2 subitems. which has ...
0
votes
2answers
35 views

Is it safe to update from 2.6.2 to the newest version?

I'm using Wordpress version 2.6.2 and now it shows in the page that Deprecated: Assigning the return value of new by reference is deprecated in ...
1
vote
0answers
58 views

Why orderbyb meta_value_num won't affect the generated SQL Query order?

I've exhausted myself with this and I couldn't figure out why when I do this $myposts = new WP_Query( array('numberposts' => 5, 'offset' => '0', 'post_type' => 'noticias', 'orderby' => ...
0
votes
2answers
82 views

What is the Timeline for the Active Version Pie Chart in the Repository?

When going through your own plugin details and checking the active version downloads. It's helpful to see which version that webmasters prefer, but I see no details on the subject on WordPress (and on ...
0
votes
1answer
24 views

How indicate when a functions was upgraded in relationship to the entire program [closed]

for inline documentation there are those @somethings for some php documenter, when there is the common @since @version and so on. I have a lot of functions that are all part of a big package. But ...
1
vote
1answer
35 views

Wordpress plugin compatibility explaination when wordpress releases its new version (theoretical)

Recently i updated my wordpress to its latest version 3.4.1 and noticed that few of my plugins are only compatible upto 3.3 although they are working correctly for my site even with the latest ...
1
vote
2answers
85 views

Plugin development: How many plugin and WordPress version combinations to support?

I'm developing a plugin (my first plugin), and I wonder how to think about [supporting and testing various plugin version and WordPress version combinations]. For example, if I develop a plugin, and ...
11
votes
1answer
211 views

Why are there updates for obsolete WordPress versions?

Today milestone 3.3.3 was completed – five days after version 3.4. I have seen the same with milestone 3.2.2 which was never released. WordPress does not offer any long term support as Matt once ...
0
votes
1answer
108 views

when does output of get_user_count turns into an array?

question WHEN does the integer output of get_user_count() turns into an array ? background The function get_user_count() in ms-functions.php returns an integer (it calls ...
6
votes
4answers
104 views

Is it necessary to bump a plug-in's version if you're just updating the “Tested up to” attribute?

I've got a number of plug-in's hosted on the wordpress.org svn server ... with the immenent release of 3.1, I would like to update the "Tested up to" meta data. There will be no functional changes to ...
-2
votes
2answers
185 views

Upgrade wordpress core programmatically with PHP [closed]

What I want to do I want to upgrade Wordpress programmatically to a later version. That I want to do with PHP, lets say from http://www.example.com/?upgrade_wp=true I already know how to get the URL ...
0
votes
2answers
68 views

Which Versions of WordPress Ship with the Patched TimThumb?

Do you recall when the TimThumb exploit occurred? Which versions of WordPress bundled with this exploit? I need to inform a client that they should be upgrading to at least the version of WP when this ...
3
votes
1answer
446 views

A Way to Auto update plugins using cron?

Is there a solution to keep plugins updated with wordpress by auto upgrade them without need to access to the admin panel every time?
1
vote
1answer
488 views

Where can I get Wordpress Version in Dashboard?

On the botton of the dashboard WP proposes to upgrade to next version but it doesn't even show current version: does it show it somewhere else ?
1
vote
1answer
33 views

Is there any way to allow a plugin to write over a previous version?

When installing a plugin, it will not install if the directory to which it is attempting to install already exists. This means that users of our plugin must first manually deactivate and delete the ...
4
votes
3answers
2k views

Determining WordPress' Version from the Host's Command Line?

Given that I can't access the dashboard/admin pages on my blog (that's a future question), and that I have shell access to my hosting server, can I find out the current version of WordPress from the ...
1
vote
0answers
287 views

Image caption with apostrophe breaks the text with qTranslate [closed]

I created my own theme and I use on two different websites, along with a very few plugins (among them, qTranslate!). I noticed that recently (I don't think it was happening before) that all my image ...
0
votes
1answer
38 views

Wordpress 2.7 upgrade protocol

I have been entrusted with this site http://equanimityconcepts.com.au and it's running wordpress 2.7. It's theme is a custom designed theme and hasn't had any plugin updates since about 2010. I am ...
1
vote
1answer
91 views

category_description() shows raw html after version 3.x?

Just looking for some history on the output of category_description() I have categories whose "description" fields are formatted with rich text and I'm trying to understand the differences in WP ...
6
votes
3answers
1k views

How can I create a bash install script for my Wordpress sites setup (WP+plugins+theme)?

I build a lot of websites with Wordpress, and my initial setup is basically always the same : Latest version of WP Latest versions of about 5 plugins My naked development theme Instead of ...
1
vote
1answer
38 views

Beta Versioning of Plugins

When I'm writing a fix to some bugs, I often increment the version and send it to the bug finder to see if my fix works. If I have 1.2.5 and I want to create a beta that will become redundant once I ...
-1
votes
2answers
228 views

I am looking for a specialist WordPress host [closed]

I am looking for a host to start my new WordPress site. The criteria for this is that they must totally/truly specialise in WordPress hosting. Many companies claim to have a certain expertise in ...
1
vote
3answers
2k views

Remotely identify the version of a WordPress installation?

How does DD32's tool determine the WordPress version of an installation. Its not working fine for WP 3.1 but it doesn't uses meta generator tag or the readme.txt of WP. So what else can it be?
1
vote
1answer
639 views

How to order images in a post in Wordpress 3.3?

In wordpress 3.2 when uploading images to a post, I would get a Gallery that is linked to the post. That is, I could see in the media uploader of the post a tab that contains only the images of this ...
0
votes
3answers
256 views

Where can I find the corrent version of my wordpress blog?

Where can I find the corrent version of my wordpress blog ? http://photoshop.faressoft.org

1 2