Posts by Jamil Filho • 99 points
5 posts
-
1
votes0
answers13
viewsQ: Ghost Blog custom routes returning error "err_too_many_redirects"
I’m working on a study site using Ghost. The idea is to classify the study contents in reading plans, using as filter specific tags. In this way I group several articles within the same plan and the…
blogasked Jamil Filho 99 -
2
votes1
answer34
viewsQ: Select and display character in more than one div
I am working on a theme for Ghost and in the display of articles (blog feed) the title of the article and the summary will be displayed as follows: For this I use the following code: var getText =…
-
3
votes1
answer888
viewsQ: How to apply the_content filter in get_the_content Wordpress function?
I am developing a theme for Wordpress, for hobby and to study a little PHP, Javascript etc. and I am facing a small problem. I’m working with the controller concept where all logic will be processed…
-
1
votes1
answer1165
viewsQ: Manipulating url with javascript
I own a blog and migrated platform (Blogger -> Wordpress) and I also changed the domain. For newer articles I do not face any problem, however articles older than one or two years, there are…
-
2
votes1
answer797
viewsQ: Error printing echo php in div
I’m an amateur programmer and I’m having a problem printing an eco php inside a div. I have a file that when accessed (only once) will start the database installation:…