avijit_sadhu
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: weird problem trying to show random postEven i need to do something like this but not exactly like it. I am looking to make the posts change randomly after fixed intervals of time. Any idea how i could do that. I am getting the posts using the query_posts function and setting its attribute
<?php query_posts('cat=6&showposts=1') ?>of showposts to 1. But how do i keep changing the posts on my sidebar??? Even if its javascript which is the solution please lend me some more help…..Forum: Your WordPress
In reply to: How to show the page hierarchy using custom permalinksused index.php/%postname%/ and is working fine.
but now the issue is that even the home page is taking this link and getting an URL like http://www.example.com/index.php/mysiteplease help!!
Forum: Your WordPress
In reply to: How to show the page hierarchy using custom permalinksi first tried using /%postname%/, the url’s are coming fine but it cant find the page(Error 404). However i read something about ‘Using only %postname%’ and tried with /%categories%/%postname%/ even then the url’s remain the same. The same error continues.Why cant it locate the pages. Yea i have changed the links to the new url’s.
Forum: Fixing WordPress
In reply to: Permalink Topic names but default Previous/Next buttonsim using wordpress 2.7.1 and have designed my website around pages, but the url is coming as ‘../?page_id=..‘ which is not what i want. i want the permalinks to show the main pages and then the subpages. so what should be the custom structure of this style where the page hierarchy is shown.