Rajesh Kumar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress multisite / network site featureOh i understand
Thanks
Forum: Fixing WordPress
In reply to: WordPress multisite / network site featureThanks catacaustic
And also i would like to know where the theme files stored for each and every site.
Forum: Fixing WordPress
In reply to: wordpress connection lostok i will try that.
Any other suggestions
Forum: Fixing WordPress
In reply to: wordpress connection lostYes
But its not working
Forum: Fixing WordPress
In reply to: wordpress connection lostHi krishna thanks for your reply
i purchased the fundify theme for crowdfunding from themeforest.
Forum: Fixing WordPress
In reply to: permalinks not working in wordpressI got another problem,
that is i want to display the authors country in the permalink. i was tried with the help of custom taxonomy variables. the url displaying when the mousehover over the required link but after clicking the url it does not redirects to the correct url. it displays page not found
this is the code i have added in functions.php
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
and i have used the following permalink structure
/%author%/%postname%/%hcn%i could not not get the solution. what went wrong here….
Forum: Fixing WordPress
In reply to: permalinks not working in wordpresshi esmi,
thanks for the reply i solved my issue with the help of the suggestion given in that forum( you specified )
by changing$paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
i solved my issue
Forum: Fixing WordPress
In reply to: permalinks not working in wordpressI am not an expert. i am in intermediate level of knowledge only.
let me know to your problem if thats possible to solved by myself definitely i will help you
Forum: Fixing WordPress
In reply to: permalinks not working in wordpressyes i was reviewed and tested with the htaccess files still i am having the same issue
Forum: Fixing WordPress
In reply to: permalinks not working in wordpressif i use default permalink structure the paging working fine if i change the permalink the paging works fine
Forum: Plugins
In reply to: registering the files at plugin creationThanks for the reply i solved my issue
Forum: Plugins
In reply to: How to create links for external page in admin panelya thanks once again apljdi for your kind of reply. now i have some ideas on that.
Forum: Plugins
In reply to: How to create links for external page in admin panelHi apljdi, thanks for your reply. Actually i don’t have problem in creating the submenu and its page. i have problem in creating a link to other page (in the plugin folder) from the sub menu page.
i want to know how i can create a link to other page. And how i can pass a value to admin.php?page=<My Own Value> and process with that.