Gaurav
Forum Replies Created
-
Forum: Plugins
In reply to: wp pagenavi not working with category idAlso, i am using WCS Custom Permalinks Hotfix as earlier category pages were not displaying by name.
Forum: Fixing WordPress
In reply to: Tag page not displaying postsEsmi, i tried this and still not working.
Permalink structure is:-
/%year%/%monthnum%/%day%/%postname%/
I am also using WCS hotfix.
Is there a way so categories and tags page dosplays post without use of WCS hotfix plugin
Forum: Fixing WordPress
In reply to: Tag page not displaying postsForum: Plugins
In reply to: Category page not workingI just want that instead of page name id of the category should be the url.
Forum: Fixing WordPress
In reply to: display posts by a common tag nameBut how do i display posts in one page?
Please that the admin can add categories and link custom post types.
Forum: Plugins
In reply to: Smooth Slider navigation images from custom fieldUse featured content gallery instead.
Forum: Plugins
In reply to: Smooth Slider navigation images from custom fieldLet me know if any know about this.
Forum: Plugins
In reply to: Smooth Slider navigation images from custom field<?php
global $wp_query;
$postid = $wp_query->post->ID;
$navthumbimg = get_post_meta($postid, ‘slider_nav_thumbnail’, true);
//echo $navthumbimg;
wp_reset_query();
?><?php global $smooth_sldr_j; for($i=1; $i<=$smooth_sldr_j; $i++) {
echo “<img src=\”$navthumbimg\”/>\n”;
} ?>But there is a small problem i am not getting all the images.
Only the first one.
Forum: Plugins
In reply to: Smooth Slider navigation images from custom fieldFixed by myself 🙂
Forum: Themes and Templates
In reply to: admin themei think this link helps:-
http://wordpress.org/support/topic/custom-wp-admin-theme?replies=7
Forum: Themes and Templates
In reply to: style.css file in a folderok, will do that and import all the other css files in to style.css.
Thanks for the help
Forum: Themes and Templates
In reply to: style.css file in a folderSo the folder will be:-
\wp-content\themes\abc
Forum: Themes and Templates
In reply to: style.css file in a folderBy root i mean the theme folder root.
for e.g my theme folder name is “abc”
and i wan that the style.css should be in a folder named “css”
So the css folder will be in me “abc” folder.
Forum: Themes and Templates
In reply to: style.css file in a folderWhen we try to move the css file the theme does not activate.
From what i know the style.css should on the root of the theme folder, otherwise the theme will not activate.
Forum: Themes and Templates
In reply to: style.css file in a folderYes, in one of my project the client is asking for this.
That the style.css should be in a folder and not on root.