willx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Call function once per dayNevermind this, apperently the WP-Cron (built-in which wp_schedule_event also uses) makes sure the user isn’t slowed down…
Forum: Hacks
In reply to: Tags saved in databaseThose are all the things I said I have, but when I manually add rows to those tables, it doesn’t show up on the “edit post” page or on the actual website (it doesn’t say ‘tagged with…’)
Somehow, even when everything is correct in the database, it won’t show as the tag is connected to the post…
Forum: Fixing WordPress
In reply to: Programetically add tags to postsAlso tried things like using the function
wp_set_object_terms
It does exactly the same as my own code does (makes all the connections/inserts everything in the database) — but it does not REALLY add the tags to the post… Everything is fine in the database, but when I view the posts tags in wp-admin, it just doesn’t show any tags at all…
What am I missing/overseeing?
[ Please do not bump, it’s not permitted here. ]
Forum: Localhost Installs
In reply to: Connecting to localhost…It worked again after restarting computer and completely shutting down apache for 5 minutes…
Topic can be closed
Forum: Fixing WordPress
In reply to: is_category() and is_tag() : how to get the category thenExactly what I was looking for.
Thank you.
Forum: Fixing WordPress
In reply to: Can't uload any images, desperate!!!Were you able to upload images before sunday?
If you’re using Linux as I am, I had a problem like that in the beginning to. I’ve fixed it by giving write-acces on the folders in wp-content/uploads/ and I even had to make all the folders manually myself (make a map ‘2012’ and put in that folder all the months, so a folder ’01’, ’02’, … and give write-acces to all those folders too…
Working like a charm ever since.