The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
40 views

Sortable columns by meta value holding a date - can't get it to work

I'm trying to sort the posts (in the edit screen (wp-admin/edit.php)) by meta value corresponding to an event date but I can't get it to work properly... For example, ASC returns: 2012/10/12 ...
0
votes
1answer
394 views

Display posts in three columns by category

I've seen posts which probably answer this, but unfortunately the answers are all a bit technical without telling you where the code should go? At the moment I have my posts directed to a blog page. I ...
-1
votes
1answer
176 views

How can I get on the same row two post of different categories?

Let me explain better, I have two categories and I want to show a page with two columns one for each category, after this I like to show in the same row each post of each category on each column, just ...
1
vote
0answers
39 views

Show image on the left and content on the right using ul li

Well im looking for a way to do this. In the index to show each post, with the "thumb" on the left and the content of the right using ul li to do so.(http://ae.tutsplus.com/ for example) So far i ...
0
votes
0answers
38 views

WordPress Multisite - Sort site / blog column

I use WordPress Multisite and made a plugin that adds columns with some data. Code example My code is based on the function: http://wpengineer.com/2188/view-blog-id-in-wordpress-multisite/ Key ...