Mohammed Gritli
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: pages & media disapear until search for ?Thank @keithdriscoll
Problem resolved,
i was using an action to limit posts count for pages like so:function my_maps_limit($query) { // for any other type than home if(!is_home()) { $query->set( 'showposts', 4 ); }else { $query->set( 'showposts', 10); } } add_action( 'pre_get_posts', 'my_maps_limit' );
and that effected the whole system, once removed, everything worked fine, even using my own themes.
Thanks again
- This reply was modified 7 years, 2 months ago by Mohammed Gritli.
Forum: Fixing WordPress
In reply to: pages & media disapear until search for ?First of all, Thanx @keithdriscoll for your reply,
Yes, WordPress is up to date, however, the theme is my own creation, when i switched to default theme, it all worked fine !!!could this be one of my functions causing this trouble, ?
i’ll try deleting unnecessary functions.Thanks for the heads up <3
RegardsForum: Themes and Templates
In reply to: Theme in 2 Languagesif you only want to edit the theme, you can open your style.css and edit the containter to float: right and text-direction to rtf
???? ??? ??? ?????? ??? ?????
????? ??????? ????????Forum: Plugins
In reply to: I can't update or install plugins ?thank you so much, problem resolved by
deleting the (upgrade) folder under (wp-content) and recreating a new one with 777 permissionsForum: Fixing WordPress
In reply to: 3.0 Plugin Upgrade Bug? Could Not Create Directorythank you so much, problem resolved, but still waiting for the reason
Forum: Plugins
In reply to: I can't update or install plugins ?yes, even when try to re-install the 3.0 version
thank you for your responseForum: Plugins
In reply to: I can't update or install plugins ?is there anything wrong with file permissions>>I’ve check that my permissions are 755??
please helpForum: Plugins
In reply to: I can't update or install plugins ?Dear esmi,
manual update is working, but the automatic update will save me a lot of time…
don’t anyone know how to fix this?