The wordpress-version tag has no wiki summary.
0
votes
1answer
22 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
99 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 ) { ...
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 ...
1
vote
0answers
30 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 ...
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
0answers
27 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
0answers
79 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 ...