sanjaymenon
Forum Replies Created
-
Forum: Your WordPress
In reply to: New Site: Looking for Suggestions and Criticismi agree to isaacyassar, brilliant piece of web design…really !!!
i really liked the movement of the pointer beneath the page menu.
The header looks pretty cool but it is consuming a major part of your web page.It would be better if you could reduce the unwanted space between the title and the top.Forum: Your WordPress
In reply to: New Site: Looking for Suggestions and CriticismI AGREE
Forum: Your WordPress
In reply to: My sitei dont want my site to look formal thats y i used the blue jeans theme, to provide a friendly and more informal kinda interface.
My site is basically a social networking website.
anyways…Thank u isaacyassar …for your comment !!!Forum: Your WordPress
In reply to: Humanack.com (Just started, need opinions)nice site….it would be better if you could make it a bit more brighter ..i mean…right now it looks very dark.
Forum: Your WordPress
In reply to: Problem with /% category% /% postname%. htmlchange the cutom permalink structure to :
/% category% /% postname%/Forum: Your WordPress
In reply to: Check out my new header@ isaacyassar
great site !!! good work !!!Forum: Fixing WordPress
In reply to: Change role names/titlesuse worpdress role manager plugin. You can create new roles and capabilities with custom names.
Forum: Fixing WordPress
In reply to: My search box doesn’t workchange ur permalink to custom-
%category%/%post_name%/Forum: Fixing WordPress
In reply to: Recent Posts in Static Home Pageuse exec-php plugin and add the php code in the static page or create a custom page template and add the code in that template.
Forum: Fixing WordPress
In reply to: Recent Posts in Static Home Pagego to wordpress settings and change the ‘posts page’ to your static page.
or else create a custom page template and add the above code in that template and Use that template to your static page.Forum: Fixing WordPress
In reply to: Can’t remove the “My Site!” title from my blogclear your browser cache and check. If that doesnt work, provide a link to your site.
Forum: Plugins
In reply to: NextGen – List Latest Gallery Titlesi made a new gallery with the latest 5 pics and added it to the sidebar of my wallpapers page as “top rated”.You can change those 5 pics whenever you upload new images.
i think thats the only way you can do it, theres no template tag defined for that purpose in NExtgen gallery plugin, lets hope it’ll come up in its next version.Forum: Fixing WordPress
In reply to: Want to show all posts in category in a pageForum: Plugins
In reply to: Recommend me a `share`plugini use ‘share-this’ in my blog page.
Forum: Fixing WordPress
In reply to: Want to show all posts in category in a pagemake a new page template with the below code :
if (is_page('page_id') ) { $cat = array('category_id'); } else { $cat = ''; }