dealtek
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: add basic php code to a page or postlatest – updated .htacces –
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>– so all ok now
page shows – w no errors
BUT: the test php still does NOT work
this just shows like this…
<?php echo “my test” ?>does not evaluate
Forum: Fixing WordPress
In reply to: add basic php code to a page or posthere is what I learned…
my site setup like…
mysite.com/blog/
so when I changed permalinks to = post name
then links now say ok = mysite.com/blog/test11.php
but come up as 404 error
when permalinks change it said I should update .htaccess file
Q: where is it and what do I update it to?
Forum: Fixing WordPress
In reply to: add basic php code to a page or postHi,
I installed = .PHP on PAGES which seems like it would do the trick…
when I make a new page ex title = test11 however it doesn’t create the url correctly and the page comes up 404 error like
mysite.com/blog/.php not like mysite.com/blog/test11.php
I am using 2014 theme
does it work with this?
I don’t see any docs for this – are there any?
what am I missing
Thanks – Dave
Forum: Fixing WordPress
In reply to: add basic php code to a page or postthanks I will look into these tips
to better define my goal: I would like to be able to freely create content using html and php – as one might on a page outside of WP – and then simple paste it in to a post or page….
Q: would the shortcodes you mentioned help with this = or is there a better way
Forum: Fixing WordPress
In reply to: set up 'read more' buttonOK – thanks – working fine now!
Forum: Fixing WordPress
In reply to: set up 'read more' buttonHi Ben,
I pasted this: <!–more–>
…into the middle of a few paragraphs in the TEXT and ALSO the VISUAL TAB of posts edit – but neither displayed the result correctly…
Can you tell me what I am doing wrong?
Forum: Fixing WordPress
In reply to: newbie – how do I set up control of commentsThanks,
so even commenters have to log in also
Forum: Fixing WordPress
In reply to: working with themes (TwentyEleven)thanks WPyogi – but just empty default site right now – nothing to look at yet…
I did load twenty twelve theme and that is a good start
Forum: Fixing WordPress
In reply to: custom menusThanks iamgarrett,
If you build a menu – then later decide to switch themes – can you exp/imp the menu into the next theme (as long as the new theme supports menus)?
Are there any good suggestions/links how to start working with custom menus?
Forum: Fixing WordPress
In reply to: Getting Started with Managing Pages & MenusHi adiant,
Thanks for the help. You site looks great – just what I was asking about.
How did you get 2 rows of menus?
—
also I am unclear about the value of managing parents with pages… it seems that it does nothing as far as creating any navigation on the site…. am I missing something?