跳至内容

欢迎!

This community is for professionals and enthusiasts of our products and services.
Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

此问题已终结
作为版主,您可以批准或拒绝该答案。
接受 拒绝
49 查看

When u want to find a page's ftp file location, below is a method:

1. Inspect the page that you want to find

Normally all the component or module been used will wrote at the body's class

As you can see, there is com_content, view = category and loyout = blog (usually we can find from the template file)


2. Go to ftp and find the location

template -> ur template -> html -> com_content -> category -> blog

Click inside blog, u will see nothing inside, just a require.

3. Now we can write file to read the actual location on it


4. Then read the write file

U will able to view the actual location on it


5. Then go to the file location

Then u will able to file the actaul file

U can start ur customize work now!


Summary: Inspect to view the body's class is easily method to find the page's ftp file location.

形象
丢弃

您的回复

请大家尽量给个实质性的回答。如果您想回答这个问题或发表评论,只需 使用评论工具。请记住,您可以随时修改您的答案。 - 不用重复回答同样的问题。另外,请不要忘记投票 - 它确实有助于选择最好的问题和答案!