|
Jan 22 |
comment |
Network: retrieve a list of latest posts Thanks, I don't know why I didn't think about that in the first place. Obviously the simpliest solution. |
|
Dec 27 |
comment |
Let visitors show/hide a type of content It works for hiding Level3 and cookie. But if I hide, and show and then reload, it hides Level3. |
|
Dec 27 |
comment |
Let visitors show/hide a type of content Now, just a follow-up question. How much work would it be to add this to a session? So that the user don't have to click it again on every pageload? |
|
Dec 27 |
comment |
Let visitors show/hide a type of content Thanks, that solved it! :) Always forgetting the easiest solution.. |
|
Aug 20 |
comment |
Sort X categories by last update and show image Works like a charm! Thank you very much! :D |
|
Apr 2 |
comment |
Missed schedule I found a plugin that was recently updated and used that. wordpress.org/extend/plugins/wp-missed-schedule Since there was only a small code, I didn't install the pluging, but used the code in my functions-file. |
|
Mar 10 |
comment |
Performance-issue in WP-admin with a lot of posts Yes, I tried now to disable a plugin that is related to posts and such, witch is Magic Fields. Once turned off, the manage posts-screen was loaded almost instantly. So, I guess I will try to get some answers/advice from the developer of the plugin. Thanks |
|
Mar 3 |
comment |
htaccess redirect dynamic posts Thank you! Works like a charm! ;) |
|
Jan 30 |
comment |
Invision + Wordpress integration Got help from the application author, and have disabled PHP error-reporting. |
|
Jan 17 |
comment |
Custom query, multiple custom keys Hmm, I would guess that this was a solution, but it didn't work for me. It just gave me an empty result.. |
|
Jan 8 |
comment |
Invision + Wordpress integration Do you know of any other Wordpress/Invision-integration scripts? I have only found IPBWI, witch is currently actively developed. |
|
Jan 8 |
comment |
Invision + Wordpress integration Okey, I will try to look into it a bit more. Either way, hopefully I will find a solution for it.. Thanks for your reply |
|
Jan 6 |
comment |
Query for custom post type? Updated my post now.. :) |
|
Dec 14 |
comment |
Default, locked sorting of posting fields Yes, that worked. |
|
Nov 28 |
comment |
Query on custom field count? Yes, I mean what t31os said. I don't have to use the WP-Query, I can also use an SQL-query. |
|
Nov 16 |
comment |
Select category in custom query How can I limit the output based on the number of 'krit_karakter'? I want to only show posts that have 5 or more entries in "krit_karakter". Is this possible? |
|
Nov 15 |
comment |
Select category in custom query Thank you! I think this will be the best solution for my use.. :) |
|
Nov 4 |
comment |
Select category in custom query Hmm, I thought it was something like that. I tried on my local installation, and it gave no output. When I tried on the live installation, it only gave me a blank page... Why? |
|
Nov 4 |
comment |
Archive sorting functions by custom fields (front-end) Thank you, @t31os. I will definitely try out this.. :) I'll get back to ya'll when I have tested it. |
|
Nov 4 |
comment |
Archive sorting functions by custom fields (front-end) Yes, It's the idea that I can control the meta values that the user can filter posts by. I have a lot of custom fields/meta values, and it is not necessary/possible to filter with all of them. It's just a few values that I want the user to be able to filter by. |