ilnk.co
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to remove '-2' from post_nameI used the plugin ultimate csv importer.
Managed to find a solution:
UPDATE wp_posts SET post_name = REPLACE ( post_name, '-2', '' );
Thanks
MarkForum: Plugins
In reply to: [List category posts] Syntax for custom taxonomiesIn case anyone else is looking for this I found after experimenting further that the following syntax works:
[catlist taxonomy=sections tags=a post_type=dictionary]
where in my case ‘a’ = the slug
Regards
MarkForum: Fixing WordPress
In reply to: Multipage post gives 404 with permalink set as post nameThank you for your reply.
I tried the tips on the pages mentioned and subsequent linked pages but to no avail.
I then created a new test page and it worked!
Tracing it back the only difference between the test page that worked and the one that still didn’t was the length of the pages own permalink.
The original page was just ‘a’ as it was category A in an alphabetical list.
For some reason a single character permalink doesn’t work but if I change it to ‘aa’ it does! I can change all the page permalinks but would be interested to know why this should be the case and if there is a better way to get it to work perhaps via .htacces?
Thanks
MarkForum: Plugins
In reply to: [AF Tell a Friend] Referred link not embedded in message areaThank you for the update and I understand your comment regarding the fix!
However, when I use it on IE, after the message is sent it is not returning me to the same page but instead going to a different page (although the page it is going to appears to be the same one each time)?
Thanks
MarkForum: Plugins
In reply to: [AF Tell a Friend] Referred link not embedded in message areaJust tested again and found that the referred link IS embedded when using Chrome but is NOT embedded when using IE9.
So appears to be an IE issue.
Forum: Plugins
In reply to: That name already exists. Please choose another name.I am having the same problem – i.e the message
That name already exists. Please choose another name.
I’ve checked the length of the title, description and zip file link and all seem to be within the limit.
I’ve searched and the name doesn’t exist.
One strange thing is when I get the message the title comes back with – replacing spaces. Is this a clue?
Thanks