I need some help in completing a small task in her...
# random
c
I need some help in completing a small task in herokup app. I have no idea of how it works. Need to make changes to a menu URL. Anyone here to help ?
h
Can you elaborate on your question?
c
The website is deployed on heroku app. Client now wants to link a wordpress blog to it. So the blog link on the menu on the main website ( deployed on herokuapp) shall redirect the page to the blog page hosted on wordpress at subdomain blog.website( dot) com.
To be more specific - Menu item ‘Blogs’ on this website should land on the url blog.buyproperly.com instead of buyproperly.ca/blogs .
and I am assuming that it should be doable by changing the url on current website which is deployed on/using herokuapp.
h
Do you have access to the code?
You simply need to change the URL within the HTML and deploy your changes.
If you have access to Heroku, you can even run
git pull
and get a copy of the repo.
c
Thanks @helpful-raincoat-87337 . It has worked. 🙏🏼