Tagged Questions
0
votes
0answers
24 views
Conditional logic for the new 3.6 structured post formats
Currently i have couple of custom fields in a custom metabox for post format options, like link url, video embed code etc... This works fine in version 3.5 and below.
Now, with the new soon to be ...
0
votes
1answer
20 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
152 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 ...
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 ...
4
votes
2answers
204 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
98 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
63 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
1answer
159 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 ...
0
votes
1answer
67 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
49 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
2answers
975 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 ...
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 ...
0
votes
1answer
153 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?
1
vote
1answer
531 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
79 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
vote
4answers
974 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 ...
0
votes
1answer
89 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
29 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
84 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
86 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
109 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 ...
-2
votes
2answers
187 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 ...
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 ...
12
votes
4answers
232 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 ...
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 ...
1
vote
0answers
289 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
39 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 ...
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
vote
1answer
649 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 ...
-1
votes
2answers
231 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 ...
0
votes
1answer
238 views
Save both current and new version of post meta
I want to save two versions of my custom meta box data called "sidebar". I want to compare a new and old version of this data later on, so that is why I want to save a copy of the current "sidebar" to ...
0
votes
1answer
58 views
Reverting from a newer version of wordpress to an older version
For some reasons I need to degrade wordpress version of a site(I understand that it is not a good practice to do and I can fall into many troubles by doing so) but I still need to do it for some ...
1
vote
2answers
703 views
Add “Post Options” for new wordpress post
How i can add "Post Options" section under wysiwyg editor?
Like this
0
votes
2answers
212 views
Updated WordPress, now Navigation is Messed Up
I recently updated the WP of a friend's site that I'm working on. Now his navigation bar is messed up and I'm new to WP so I'm not sure where to go to fix it.
Here's the site:
...
1
vote
1answer
2k views
Wordpress get current user data from external php page
I have a php page at the same level as the template / theme on wordpress.
What I need it be able to get the current logged in user details from this page.
I have tried this:
...
1
vote
1answer
503 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
161 views
How to take options from form fields and turn them in to links?
I have a form in WordPress with options when clicked they retrieve a filtered posts. I want to take the options from the form and place it like normal links. Can this be done? Thank You all in advance ...
3
votes
1answer
450 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?
2
votes
1answer
174 views
Downloading Wordpress: Nightly Build vs. Stable Download
Whats the difference between a nightly build and the latest stable download, and what is the ideal use case for each?
On the Nightly Build Page it says:
Development of WordPress moves fairly ...