gregaizi57
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Child theme from Twenty FifteenThanks a lot, Yogi! π
Forum: Themes and Templates
In reply to: Child theme from Twenty FifteenThanks a lot, WP Yogi.
Now it works.
The design has been generated by vim editor. Classes used seems to me unique: .Statement, .PreProc, .Constant, .Special… I don’t know how it could mess with the parent theme.
I couldn’t find good theme for code samples like in my site. Working on it.Forum: Themes and Templates
In reply to: Child theme from Twenty FifteenProbably, I did not create functions.php file
Forum: Themes and Templates
In reply to: Child theme from Twenty FifteenThanks, WP Yogi,
I used old books. That’s why. I am reading the suggested article in codex.
Even though I am going to use new way of creating child theme, I am interested in knowing what I did wrong.
I would really appreciate if you could take a look at it http://blog.dorasoftinc.comForum: Fixing WordPress
In reply to: PHP code/form inclusion into a pageThanks a lot, Evan. I’ll try plugin development. It’s needed sooner or later anyway.
Thanks again.Gershon
BTW, I loved singer Anna Herman π
Forum: Fixing WordPress
In reply to: PHP code/form inclusion into a pageThanks a lot, Evan.
That’s a real help.
If I change Functions.php it can be lost in future if I upgrade WP?
Bare Bone plugin is looking great.Forum: Fixing WordPress
In reply to: PHP code/form inclusion into a pageNo settings needed, but in future, I plan to use some subscriber’s info to customize the form for every subscriber.
Forum: Fixing WordPress
In reply to: PHP code/form inclusion into a pageThanks Evan for quick response.
The problem is that it looks scary to learn writing plugins…
I have a book Prof WP by Hal Stern, David Damstra, …
which scored highly at Amazon, but it starts describing the process of creating plugins with internationalization, and ‘creating plugin file’ without explaining what its filename is, suggesting having img folder under plugin…I need only one page with the form. Is it truly necessary to write plugin?