LinkCreative
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blog not as home page? only snippetcool!
Forum: Fixing WordPress
In reply to: Blog not as home page? only snippetk I got it but how do I ad a continue reading link?
what is the code for that?
here is my progress. https://www.linkcreativedesign.com
thanks
Forum: Fixing WordPress
In reply to: Blog not as home page? only snippetan I cant quite get it to work. I made the page template, put in the code it said to.. and the section I want after the intro is not showing up..
Forum: Fixing WordPress
In reply to: Blog not as home page? only snippetwow this seems like it is waht I need. Thanks!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Custom Thumbnailsanyone?
Forum: Plugins
In reply to: Custom sized thumbs for NextGen Gallary?anyone?
Forum: Fixing WordPress
In reply to: problem with blog single page loadingbump
Forum: Fixing WordPress
In reply to: problem with blog single page loadinganyone else have any idea how to specifically fix this issue Im having? Thank you
Forum: Fixing WordPress
In reply to: problem with blog single page loadingah! what could this be, everything is right I believe
Forum: Fixing WordPress
In reply to: problem with blog single page loadingThis is everything that is in my htaccess file.
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName linkcreativedesign.com
AuthUserFile /hsphere/local/home/linkcrea/linkcreativedesign.com/_vti_pvt/service.pwd
AuthGroupFile /hsphere/local/home/linkcrea/linkcreativedesign.com/_vti_pvt/service.grp<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>That last portion starting and ending in <IfModule is what WP had me ad when it said it could not automatically update my htaccess.
before I had added that I could not get it to recognize that I had changed my permalinks to %pagename% but this fixed that BUT NOW my only problem is it not going the single page of a blog when clicking on the blog entry title.
Thanks
Forum: Fixing WordPress
In reply to: problem with blog single page loadingAnyone?
Forum: Fixing WordPress
In reply to: how do i style certain things?Thanks!
Forum: Fixing WordPress
In reply to: how do i style certain things?No. Im making the CSS from scratch so its not there yet. Im starting with a “naked theme” so I can built 100% myself. I need to know where the elements I want to style are.. in the other code.
Thanks
Forum: Fixing WordPress
In reply to: WP navigation with image rolloverwell one way I realized Im totally missing it to just download it and disect that.. Duh!
Forum: Fixing WordPress
In reply to: WP navigation with image rollovercool thanks. What Ive found hard about disecting WP sites is that.. it doesnt show the PHP and how you apply the styling ot the PHP. unless Im missing something. I use Firefox firebug and Webdeveloper.
Any tips on how to see whats going on with the PHP?