dhkendall
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot view pagesOK, it worked when I did what you requested, but when I moved the permalink structure back to plain “/” (so that I can have custom permalinks starting with the site url and ending with a filename of my choosing), I get the familiar error again. Must be something wrong with the .htaccess file I created, I’m guessing.
Forum: Fixing WordPress
In reply to: Cannot view pagesYup, plugin has been removed. (Well, deactivated. Sasme thing?)
Forum: Fixing WordPress
In reply to: Cannot view pagesDon’t know how to regenerate my permalinks file (I just created one from scratch and saved it), but the one I created looks like:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>
# END WordPressForum: Fixing WordPress
In reply to: Duplicate address in post URLsThanks, that did it!
Forum: Themes and Templates
In reply to: Removing page title (Evolve)I can’t find a single.php or page.php, what directory should they be in?
(I have figured out that the best way around doing it on some pages and not all is blanking it out on all pages and adding an h1 tag to those that I want it on in the TML, but I haven’t located the files where the blanking out occurs.
Forum: Themes and Templates
In reply to: Removing page title (Evolve)Forum: Themes and Templates
In reply to: Removing page title (Evolve)Thanks. Going to do this right away.
Is there a way to do this only on selected pages though? (for example: say I wanted to do it on the home page and the “Book Michael Now” page, but the rest of them the title will be left?)
Forum: Themes and Templates
In reply to: Removing page title (Evolve)I’ve blanked it out in all the php files (OK, I could only find it in one) iln the theme editor, but it’s still showing up! Which php file do I have to go to? (If it’s one on the webspace itself, where would I find it, I don’t even know where the php files for each page are find in the directory space on the FTP server!
Forum: Fixing WordPress
In reply to: Switching from blog to main site designhttps://www.theleanconsultinggroup.com
I’ve already started work on some of it – can’t figure out how to customize the “Keep In Touch / Search” bar, can’t seem to find a link to that, but am slowly getting the hang of it.
Forum: Fixing WordPress
In reply to: Switching from blog to main site designSo basically, I just have to turn the blog template into a site template with my HTML & CSS skills?
(BTW, the client is wanting the Evolve template, which does look pretty customizable)
Forum: Themes and Templates
In reply to: Installing a themeStrange, my Dashboard doesn’t have an Updates, nor do I have an Appearances link …
Definitely something seems wrong …