cscott5288
Forum Replies Created
-
Forum: Themes and Templates
In reply to: post_class or post_id?p.p.s I meant to say that one line of code: <?php if ( !function_exists(‘dynamic_sidebar’)
|| !dynamic_sidebar() ) : ?>in the div container of the sidebar.
Forum: Themes and Templates
In reply to: post_class or post_id?p.s. I read the widgitizing themes page by auttomatic: https://automattic.com/code/widgets/themes/
but I am not really sure if that is just old information.Do I really just add that one like of code after the UL tag? Can I do that to
uls that are not in sidebar.php? in header.php instead?thanks
Forum: Themes and Templates
In reply to: post_class or post_id?OK thanks. I have another question though.
Let’s say I have a div container in the header where I want to be able to place widgets.
What do I change in the coding to allow widgets? So that I can drag and drop widgets in admin cp –> widgets.
Thanks..
Forum: Themes and Templates
In reply to: post_class or post_id?OK, that makes sense actually. I was only considering when posts were displayed on individual pages.
OK so if the class name in my CSS is postarea, what will my tag look like?
<div <?php postarea() ?>>
or am I doing it wrong?
Thanks
Forum: Fixing WordPress
In reply to: HELP… WP has taken my website hostage!I really would not recommend blogging with your own HTML pages … in our day, that’s like using a stagecoach to get to work.
Why not just copy the pages into WordPess?
Forum: Fixing WordPress
In reply to: HELP… WP has taken my website hostage!Login to your admin cp: https://www.savvypoet.com/wp-admin
and change the blog address in the Settings tab –> General
Change it to something like https://www.savvypoet.com/mothra
Then see if you can access your pages.
If that doesn’t work, try changing the WordPress Address URL to something like https://www.savvypoet.com/mothra
Let me know …
Forum: Themes and Templates
In reply to: my first theme – getting a parse/syntax error in phpThank you so much!
Wow, I discovered I had a whole lot of errors too, like the unnecessary endif on the 16th line. About 2/3rds of core files are not working.. I have a lot of tweaking to do.
Forum: Plugins
In reply to: trying to have a custom url that has a php extensionYeah, that is one solution.
However I would really like the php extension to be custom to that page only.