Vinoj Randika
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: post__not_in not workingwhen print $post_ids it display 59,63,170,45 and it hides only POST ID 59.. post 63,170 and 45 still showing.
then what i did is create 5 separate variables and insert them in to an array like this
‘post__not_in’=> array($posts_id1,$posts_id2,$posts_id3,$posts_id4,$posts_id5) and give them above posts ids one by one for each and work perfectly.
Why it dont work when i give those ids at once.
Friends thanks I fixed my problem it is because one theme option which has this ” ‘ ” letter in there default settings. You may not getting what i’m talking about. Anyway what i need is thanks for all specially Shane G thanks fnd came here and listen to me. thanks
Forum: Fixing WordPress
In reply to: Need a new passwordin your database try to delete user table first take a backup before deleting even you can see encrypted password in your table
I did those and worked perfectly fnd, now my problem is every time when i’m saving my theme option settings (admin panel which provide by theme) it take huge time to save.
I tried with renaming my plugins folder nothing happened. Then I remove portion of my theme option page and tried. It worked perfectly.
so I think I found my problem is theme option page tries to save every thing on that every time, not only changed value. So it tries to send huge data portion as my theme option page is bigger.
is there anyway to overcome this problem or detect changed value only? then i can save that one only when clicked the save option
I think the theme option page is huge and it trying to save every thing at once so far i read few articles but really dont know how to fix this