teune
Forum Replies Created
-
Is there maybe just an PHP function to do this in the front-end?
And i mean in the front-end
Is there otherwise a possibility to delete a file with wp_delete_attachment in some way.
Forum: Plugins
In reply to: Twitter Tools not updatingSame problems for me. WP2.8.5 first Twitter Tools didnt post to Twitter, and now it posts but no Bit.ly URL.
Forum: Plugins
In reply to: [Plugin: Advanced Category Excluder] Updated to 1.4.2 = blogroll goneNevermind i was using the old deprecated <?php get_links() ?> use this for WP 2.7 http://codex.ww.wp.xz.cn/Template_Tags/wp_list_bookmarks
And then it will work.
Forum: Plugins
In reply to: [Plugin: Advanced Category Excluder] Updated to 1.4.2 = blogroll goneHaving the same problem with ACE on the blogroll doesn’t show.
Forum: Fixing WordPress
In reply to: Custom Fields with if/elseDid you already have a solution for this?
Because i’m searching for something similar. I have 2 custom fields URL/THUMB (for the use of videos) and i want to create an if else, if get_post_custom_values are empty, i want to switch to the_content (for the news).
I also tried to filter by category but that gives me troubles with category-xx.php files. And too much customization.
Forum: Fixing WordPress
In reply to: “insert image into post” creates a blank screenThe fix for me was:
1. Deleting wp-admin and wp-includes (everything), then uploaded the latest WP 2.7.1
2. Then re-uploaded (not overwrite) the files through FileZilla not in Default mode but in Passive mode.
3. Clear browser cache and login.Good luck