333 reputation
110
bio website anattadesign.com
location India
age 28
visits member for 1 year, 2 months
seen May 14 at 8:36
stats profile views 40

Currently working as a Open Source Developer at Anatta Design


Mar
14
awarded  Yearling
Feb
27
awarded  Informed
Feb
27
awarded  Analytical
Feb
27
awarded  Autobiographer
Jan
5
comment How to change permalink on headlines in rss feeds?
You can create a wp page named "feed" and assign this custom template to it. This will work.
Jan
4
comment How to change permalink on headlines in rss feeds?
you have to start editing some of wordpress files for doing this. So, the best and clean way for doing this is to create a separate template for displaying custom RSS Feed.
Jan
4
answered How to change permalink on headlines in rss feeds?
Dec
21
answered Why won't my paged wp_query work?
Dec
21
answered Can't Display Featured Image in RSS Feed
Dec
21
awarded  Critic
Dec
13
answered Remove custom post type slug from URL
Dec
13
answered Select custom posts by meta_value and sort by a different meta value
Dec
7
answered Filter 5 latest post from the loop
Dec
7
revised How to get Next/previous_post_link to go through articles in top parent category
added 24 characters in body
Dec
7
answered How to get Next/previous_post_link to go through articles in top parent category
Dec
6
comment How to get Next/previous_post_link to go through articles in top parent category
You can use Ambrosite Next/Previous Post Link Plus(wordpress.org/extend/plugins/…) plugin for doing this. Hope it will solve your issue.
Nov
29
comment How to store foreign language characters in wordpress?
I have tried doing that also, but it didn't worked for me.
Nov
28
comment How to store foreign language characters in wordpress?
I am using stripslashes only to get rid of any slashes the user enters. If I remove them, then it makes no difference.
Nov
28
comment How to store foreign language characters in wordpress?
I tried using this query instead: $wpdb->query( $wpdb->prepare( "INSERT INTO wp_notes (userid, postid, note, title) VALUES (%d, %d, %s, %s)", $_POST['userid'], $_POST['postid'], stripslashes($_POST['notes']), stripslashes($_POST['title']) ) ); but no luck :(
Nov
28
comment How to store foreign language characters in wordpress?
If I enter the russian text as a comment or post, it is saved as it is in the DB.