afbsandbox
Forum Replies Created
-
Thanks for your reply, @erania-pinnera
The post in the link you provided seems to be about excluding more than one category from Related Posts. I couldn’t quite see how that can help me do what I want to do.
So, to be clear, what I want to do is the following. There are X-many (say, 3) posts shown in my Related Posts section. I want only some of them (say, 2 posts on the left) to be from a certain category. I want the remaining post(s) to be randomly selected from all of my posts. Is it even possible to make a filter like this?
Thanks for your reply, @bruceallen
I checked that page, but I’m still not quite sure how I can customize each of the three posts differently. All the code offered there seems to modify all of the posts in Related Posts section. Could you at least guide me to the correct direction?
Forum: Fixing WordPress
In reply to: Missing Temporary Folder: Tried everything, nothing works.Thanks for your message, jhimross.
Unfortunately, this doesn’t work either.
Forum: Fixing WordPress
In reply to: “Missing Temporary Folder” and other missing folder problemsUpdate: The image uploading issue persists, but I fixed the plugin issue by adding
define(‘WP_TEMP_DIR’, ABSPATH . ‘wp-content/TEMP’);
at the end of wp-config file.