rat86
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] [Plugin: WordPress Download Manager] File not foundI have same problem!!!
How I can resolve???
Thanks
Forum: Fixing WordPress
In reply to: tinyMCE is not defined!I have disabled all plug in and after removed cache browser tinyMCE work. Than i have abilited one plug-in time and revoce cache and i have discovered that th problem on my blog i causated with :
Post Thumb Revisited plug in
Forum: Fixing WordPress
In reply to: WYSIWIG – TinyMCE Visual does not workd ” tinyMCE is not defined”on other blog this solution don’t work.
I have disabled all plug in and after removed cache browser tinyMCE work. Than i have abilited one plug-in time and revoce cache and i have discovered that th problem on my blog i causated with :Post Thumb Revisited plug in
Forum: Fixing WordPress
In reply to: 2.5 and TinyMCE not working in visual modehave you see the solution on my blog?
go to
[path blog]/wp-includes/js/tinymce/Edit file tiny_mce_config.php
‘compress’ => true
with
compress’ => false.remove files on dire
[path blog]/wp-content/uploads/js_cache/
Forum: Developing with WordPress
In reply to: get_query_var can’t work on the sidebarbut if the url is(when click on old post):
https://URL/photos/photo/234243
function return “”what is th solution?
Forum: Fixing WordPress
In reply to: Exclude multiple categories from home pageitalian tutorial to solve this problem of MYSQL bug:
https://rat86.netsons.org/blog/?p=406Forum: Fixing WordPress
In reply to: API Key insertion for Stats Plugin generates errorthe proble is not for the host. Because i have 2 site by some host, but with one blog it works, with athor i have some errore
Forum: Fixing WordPress
In reply to: 2.5 and TinyMCE not working in visual modei have setted to english but dont work.
now i have found italian solution for this problem on this web site:Forum: Fixing WordPress
In reply to: WYSIWIG – TinyMCE Visual does not workd ” tinyMCE is not defined”italian guide to risolve a problem is:
https://rat86.netsons.org/blog/?p=413Forum: Fixing WordPress
In reply to: 2.5 and TinyMCE not working in visual modedon’t work!
Forum: Developing with WordPress
In reply to: How to exclude a category…italian solution:
https://rat86.netsons.org/blog/?p=406Forum: Developing with WordPress
In reply to: How to exclude a category…on previous post ther is a error:
change
else $paged=4;
with
else $paged=1;
but don’t work yet….
Forum: Fixing WordPress
In reply to: Exclude category from get_posts?i have used similar code:
<?php if(!empty($_GET['paged'])) $paged = $_GET['paged']; else $paged=4; query_posts('order=ASC&cat=-403&paged='.$paged') ?>
but the order ASC or DESC don’t work. i visualized the post from most old. i want visualize the last post of all category excluse 403th from last post added.
i have also added &orderby=date but don’t work. if you are a solution write, thank you
Forum: Developing with WordPress
In reply to: How to exclude a category…i have used similar code:
<?php if(!empty($_GET['paged'])) $paged = $_GET['paged']; else $paged=4; query_posts('order=ASC&cat=-403&paged='.$paged') ?>
but the order ASC or DESC don’t work. i visualized the post from most old. i want visualize the last post of all category excluse 403th.
i have added also
&orderby=date
but don’t work. if you are a solution write, thank you