bitweb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Navigation doesnt work when using query_postsok, I miserably solved the problem with an exclude category plugin:
http://ww.wp.xz.cn/extend/plugins/ultimate-category-excluder/
Forum: Fixing WordPress
In reply to: Navigation doesnt work when using query_postsEDIT:
I messed up something.
with your alternative code, I see ALL articles in the page ( which is my homepage, a standard page selected as homepage with a custom template).
If I click “next” I see the CONTENT of the page, not the page 2 of the articles.Forum: Fixing WordPress
In reply to: Navigation doesnt work when using query_postsI can see the links, but they do not work properly, the send me to page 1 everytime.
I tried the function next_posts_link() and previous_posts_link(), but the result is the same.
tried the alternative code you gave me, now I only see the content of the page, not the posts.
This is a page selected from wordpress interface as “homepage”, plus there is this custom template ( as you can see ) to show all the posts except the ones from cat 42.
If I use your function I see the content of the page, not the posts
If I select in the reading settings of wordpress interface the page as “blog page” I see articles from all the categories, it does not exclude the ones from cat 42
Forum: Themes and Templates
In reply to: navigation disappears when using query_postsposted in the right forum category, please remove if you can
[mod: it does not really matter in which sub-forum you start a topic – however, because duplicate topics are confusing, I am closing this one]
Forum: Themes and Templates
In reply to: navigation disappears when using query_postsIn the previous post I sad “navigation disappears”. I would like to say “navigation doesnt work”.
To make it work, I tried this code, but I accomplished anything:
[code moderated - please use the pastebin for any code over the forum limit of 10 lines]
ok, I found out that was an opera-related issue, with other browsers works fine. Probably something related to the cache.
Solved.Forum: Fixing WordPress
In reply to: [solved]database error when re-importing backupsolved: I removed some lines regarding a database creation ( not possibile in my host )