romenov
Forum Replies Created
-
Forum: Themes and Templates
In reply to: different layout at each refresh?Create an array of CSS files that define your structure and use the php rand function as suggested above to select a different stylesheet per visit.
Forum: Fixing WordPress
In reply to: Plz Help: Scrolling Text Box in a PostYou could add the IP’s in a custom meta field and show them under the post? The problem is that the applied content filter will automaticaly add
s for newlines.Forum: Fixing WordPress
In reply to: Validation – cut and paste HTMLother than creating a completely new theme, there isn’t. You must modify the header, footer etc .. providing that the validation errors are even coming from your theme.
Most validation errors comes from content / plugins.
Forum: Requests and Feedback
In reply to: WP 2.8 jQuery errorHeirem, my hero <3
could you please elaborate as to why that does make things work?
Forum: Fixing WordPress
In reply to: WP-admin errors, editor not working etcHi,
Thanks both for the replies.
I downloaded the good 2.8.6 , deleted wp-includes / wp-admin and reuploaded. (do not have /uploads_js_cache/)
sadly without result :/
Forum: Plugins
In reply to: wp_query() specific posts with post__inThanks,
This doesn’t work for pages though, is there a way that I can make this work for pages?
Forum: Plugins
In reply to: Navigtion issue (sub sub)Or can anyone tell if there is a way to loop through parents?