Root
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to get the site stats like the ones in WordPress.comYes there is. Look in plugins .
Forum: Fixing WordPress
In reply to: How learn to use databases in WP?Presumably you got the LAMPP stack installed locally. ?
You can access mysql from the command line, using php or via phpmyadmin. phpmyadmin is a good mysql interface to start with. Build a single page site and starting submitting / querying data.
Forum: Themes and Templates
In reply to: What data will be lost without a child theme?sure………….do exactly what u just outlined……..
Forum: Themes and Templates
In reply to: Help With Optomize Press ThemeWhat have u done already?
Download WP
Unzip
Upload contents of WordPress folder to server
Did u do that ?Forum: Themes and Templates
In reply to: Decoding the Fashion Style ThemeAll themes – with the exception of those that have their css in php driven off an options panel have a file called style.css in the root directory of the theme itself. That is the file u need to edit. From there u can change the whole style of the site.
Forum: Themes and Templates
In reply to: What data will be lost without a child theme?what i meant was
a lot of people overlook the very great benefits of child themes and look down on them…….but we all swear by them……….
and by data we mean data in mysql.the theme is not data, the css is not dataForum: Themes and Templates
In reply to: Theme Title and Center BG ImageIf u used Word or anything of that ilk the damage is done. Just look thru it and delete the offending cruft bit by bit.
Forum: Fixing WordPress
In reply to: Full height sidebar in SandboxWell above the content are block level containers going the full width. A bit of CSS positioning editing is need to change it.
Forum: Themes and Templates
In reply to: What data will be lost without a child theme?Just hold on……….the data in mysql is never touched…………but the default theme can/is over written, child themes are not for wimps, no pro touches the default, he copies it, renames it, activates it, then hacks it.
And then he runs a child theme off that. A pro never loses his original theme, or does anything thats not reuseable………..Mysql data is never touched.
Forum: Fixing WordPress
In reply to: CPT Template Heirarchy..Sometimes home page, sometimes not?In an app with dynamically generated content I never understood what “home” meant anyway
Forum: Fixing WordPress
In reply to: opening a link in a widget in a new windowThis is going to be really bad for yr useability and accessibility. New windows are an IE thing circa 2003
Forum: Themes and Templates
In reply to: Category in ID=1 and not in ID=2Yes. Look in Codex for multiple loops. You need to rewind the loop then run it again.
Forum: Themes and Templates
In reply to: What data will be lost without a child theme?On a full update WP and the default theme are overridden. The data isnt touched. And nor are child or any other themes. If u need to go further than style css you can create a child function.php or new templates too.
Forum: Hacks
In reply to: Remove Sidebar in a Specific CategoryIt will use it automagically 😉
Forum: Themes and Templates
In reply to: Good Theme to turn WordPress into CMSWell – hold on – its quite simple with a reasonable grasp of the necessary skill set………..managing sidebars is classic territory for the in built wp conditional tags………….