HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Edit code for the category description only on the category page (what file)?
poins
New
I am trying to edit the code for the category description, I only want these edits to be for the category page (ex: technology category page etc.), not all categories page. What file can I do this with?
1
Comments
http://www.macworld.com/article/1041504/software-development/jangeekfactor.html
http://sweetme.at/2013/11/01/how-to-use-grep-to-find-files-with-a-matching-string/
http://www.gnu.org/software/grep/manual/grep.html#General-Output-Control
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
@vrijvlinder , thanks for the links! I already tried searching through my files, but I want able to find if. Can you please provide the file name?
Well if you can't find them using grep, they don't exist.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
@vrijvlinder , can you just give the file name? Maybe it's combined with other stuff in a file.
That is exactly what grep does, it searches for anything related to that word/string... for example the word/string category or categories , the result will bring up anything that has to do with categories or category. And you can go even further in filtering your result. It's like a built in google for the files on your computer.
So if you already grepped in search of anything that contains the word category or categories and you did not find anything as you claim you did, then it does not exist. I would have to grep as well to find it. I rely on your grep results...
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌