karthick-sk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: create two urls pointing the same pagei didn ask for duplicate content, if its for duplicate content with two pages/post. there is no issue at all. i want to point urls (new and old) to the same page.
i did this using
custom permalinks
plugin.i have a page under some parent pages, so the url would be site.com/parent1/parent2/mypage. using the plugin i changed the url to site.com/mypage. Now i have short url for sub-page without having directory like url.
Forum: Fixing WordPress
In reply to: create two urls pointing the same pagei dont want to create duplicate page and i want to use the short url (old url) and long url (new page of same content)… the site runs on wordpress… i guess you get it now.
Forum: Fixing WordPress
In reply to: create two urls pointing the same pageyou cant desert me like this ??
how is this not a wordpress issue… will find a solution and let you know.Forum: Fixing WordPress
In reply to: create two urls pointing the same pageindexing both the urls is not my concern, i don’t want to change the url the user has used. the short url
site.com/mypage
will be used for campaigns for promotion.Forum: Themes and Templates
In reply to: remove class name from classes rendered by body_class()is_page_template ( 'tmp-threecolumn.php' )
in theif()
condition prevents the sidebar from loading insidebar.php
. so will try to work on it with filter as you mentioned, then if not done will try posting new.thanks for the effort, will post the solution once i do and close it so others can get a idea from this.
Forum: Themes and Templates
In reply to: remove class name from classes rendered by body_class()thanks for providing all, i meant blog displaying page, that is
is_single()
. for this if there is no custom template for blog page, what shld be the argument passed. if i useif ( is_single() )
its returning false.
and in which file(.php) should the hook be added for adding the css class filter function to work.
Forum: Themes and Templates
In reply to: remove class name from classes rendered by body_class()am new to the wp execution flow, can you suggest in which file i should add the hook
add_action()
,…Forum: Themes and Templates
In reply to: remove class name from classes rendered by body_class()is there a way to check if its a page or blog, so i can alter the
admired
to use two-column in the lines you have mentioned above. can i use!is_page
Forum: Themes and Templates
In reply to: remove class name from classes rendered by body_class()yeah, i have set one-column in admired theme setting for the whole site, i need to use two-column for blog posts alone, so is there a way to override the global theme setting and give two-column for blog posts, thanks for your effort…
Forum: Themes and Templates
In reply to: remove class name from classes rendered by body_class()single single-post postid-1368 single-format-standard logged-in admin-bar custom-background one-column content customize-support
instead of this if i havesingle single-post postid-1368 single-format-standard logged-in admin-bar custom-background two-column content customize-support
my problem is solved related to blog content width.