earthdog
Forum Replies Created
-
Forum: Plugins
In reply to: My simple first plugin test doesnt workAnswer here LINK
Forum: Fixing WordPress
In reply to: Just get the latest posts code from documentation to runHi
I am comfortable with changing anything , but i wouldnt know what and where as i am new to wordpress inner workings.
I have already created a child theme which is working as it should
i am just confused as to what are my options.Sure there is an option of just putting php code into a page by using one of the plugins that do this but i dont like it due to security concerns.
I could create a widget with this but it seems an overkill to create a widget just to bring five article links. I would expect this to be easier for someone who doesnt want to go so deep for such simple things.
Dont get me wrong i am writing c# with asp.net mvc almost daily , but that is completely another story since it is created from 0.
Forum: Installing WordPress
In reply to: Extensive web application with wordpressThanks, that was my impression and i was just asking to see if i was missing something big…
Usually all my tasks are getting broken down, but this case is special as i want this service to provide sustainability for many years for a user, so i want to avoid a puzzle-project where i will use other people work (plugins e.t.c)…
Forum: Installing WordPress
In reply to: Extensive web application with wordpressYeap the security overhead is an issue that i will have to take care in any platform..
Apart from that, what about all the other things in wordpress…. I mean what about the other functionality that will go around this private journalling/blogging?
what is the container of all these? a master-plugin? manu plugins?
From the little things i have read WP is another kind of beast and i t must be confused or compared with other approaches like MVC e.t.c.
I have found some online tutorials about wordpress development but , i have found little or none , explaining everything from the beginning about web application development that will explain the concept and then dive in…
Any ideas on that also?
Forum: Installing WordPress
In reply to: Cant login to dashboardI found the solution here
The important stuff:
Just below the line containing “RewriteEngine on”:
# add a trailing slash to /wp-admin RewriteCond %{REQUEST_URI} ^.*/wp-admin$ RewriteRule ^(.+)$ /wp-admin/ [R=301,L]