jonaypelluz
Forum Replies Created
-
Forum: Plugins
In reply to: [100 Cities] Two name citiesHi Aradise,
Try to write name like this “Sao_Paulo” but I tested it locally and it was working with the space, maybe it is something else that creates the conflict, check if it works and please give me more info about the error so I can reproduce it locally ?? .. thanks for using the plugin, I will update it with some fixes the next month.
Regards,
Jonay PelluzForum: Plugins
In reply to: [100 Cities] Use Post Title as a "location-name"Thanks, I am glad you like it ??
Yes, I could use it as location name, the problem is how to find the city in the post title. I would need a database with all the countries, cities, regions, etc. to detect which part of the post title is the location name and then try to get the info from wikipedia, but the % of error without database is really high unless the post title is just the name of the place, in that case it would be really easy. I could add some sort of file with all the countries, all the main cities in the world that would help to do that, but it would fail in many cases. I will think about it and try to find a solution that more or less could be use and I will add it to the new releases.
Regards,
Jonay PelluzForum: Plugins
In reply to: [100 Cities] plugin doesnt workSorry, I sent a fix, the function should be called json_encode() that’s why it is given you the error. Thanks!
Forum: Fixing WordPress
In reply to: Permanent link is not working with my categoriesI didn’t work ?? … thanks for the help!
Forum: Fixing WordPress
In reply to: Permanent link is not working with my categoriesI have created a temporal fix:
[Code moderated as per the Forum Rules. Please use the pastebin]
but I will like to find an answer, I am thinking about the htaccess but I am not good with it. The main problem is, it thinks they are pages so that’s why I get the 404. For this fix I have to create pages for each category, but that’s not the solution.
Forum: Fixing WordPress
In reply to: Permanent link is not working with my categoriescategory base: categoria
permalink: /%year%/%monthnum%/%day%/%postname%/
Wordpress address: https://www.paravegetarianos.com/blog/
Read the last entriesand I don’t know what else do you need to know ??
Thanks for the helpForum: Fixing WordPress
In reply to: Permanent link is not working with my categoriesI was trying things that’s why you saw it like:
blog/categoryname
but it meant to be like:
https://www.paravegetarianos.com/blog/categoria/defensa-animal/
where categoria is the category_base.
and I can create categories, the problem is the don’t show up… wordpress doesn’t seem to think they are categories… not even when you write:
https://www.paravegetarianos.com/blog/?cat=1
it does the redirect properly but after that 404 … ??
Forum: Fixing WordPress
In reply to: Permanent link is not working with my categorieswordpress doesn’t seem to see it is a category… and I don’t why
Forum: Fixing WordPress
In reply to: Permanent link is not working with my categoriesthe posts work fine, the only problem is with the categories…
Forum: Fixing WordPress
In reply to: Permanent link is not working with my categoriesI have done it but I can get it to work … ?? it works with the default setting but stops working when I use permanent link… it seems it doesn′t read the categories ??