ronchicago
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: does this mean ‘hack” ??true. thanks.
same thing goes for the -1 ?
Forum: Fixing WordPress
In reply to: resetting admin idyes
these are default settings i think = 1
1) wp_user the admin ID = 1
2) wp_usermeta = there are quite a few entries ID =1
so, assuming all 1’s change to new value?
3) regarding wp_options = does not look like what i am looking for resides here…
haven’t made any changes just yet. will wait a bit longer in case new info presents itself.
Forum: Fixing WordPress
In reply to: big problem using permalink structureif you don’t want “category” in your “pretty” links then try this structure =
/%year%/%postname%/%post_id%/ ( domain.com/2009/post-slug/1843 for example )
did you copy the new .htaccess code that appeared and paste in htaccess ?
note: your mod_rewrite on your server needs to be ” on “
should work…
Forum: Fixing WordPress
In reply to: Best forum to integrate into wordpress?the only forum i’ve tried = http://simplepressforum.com/
easy to install, easy to match your theme styling. integration with the ” user ” function is seamless. extremely powerful. support is excellent.
Forum: Fixing WordPress
In reply to: Creating a horizontal sidebarthe solution may depend on your theme. for my theme, if all the info was on every page,
1) i would build something to accommodate the info under my masthead in header.php. the structure would be div=class that is as wide as my masthead.
2) in functions.php then register a new “Sidebar_horizontal” so you could utilize the widget feature for more recent/popular etc.
3) in admin > appearance > widgets select your “new” sidebar-horizontal from the sidebar drop menu
4) add otto’s exec-php plugin = http://wordpress.org/extend/plugins/php-code-widget/ where you can put in html, php, images, etc.
the above is the ” concept ” i’d try first to take advantage of the widgets.
a good link to get you started for layout = http://codex.wordpress.org/FAQ_Layout_and_Design
for moving things around = http://codex.wordpress.org/FAQ_Advanced_Topics
Forum: Fixing WordPress
In reply to: Archive Categories – Show only one?here’s a good place to start looking…
1) http://codex.wordpress.org/FAQ_Layout_and_Design
Forum: Fixing WordPress
In reply to: In which file is this code please? (search box-related)knowing where the search menu is helps…
1) in the masthead = file = header.php
2) in a sidebar = file = sidebar.php ( if you have such a file )where do you “see” your search menu?
Forum: Fixing WordPress
In reply to: include templatepath functiontried it both ways – both in and out of wp – and moved the file back inside wp, though in the wp root and the wp-contents.
thanks iridiax
Forum: Fixing WordPress
In reply to: Two-Tiered Navigationwithout a plugin, most will say it is complicated. you can find functions by searching codex for get wp_list_pages and wp_list_categories but there is also the css styling.
google has quite a few selections that you might have overlooked = Google results for WORDPRESS PLUGIN DROPDOWN MENU
Forum: Fixing WordPress
In reply to: Archives only shows 10 postsi looked at four themes and none have the $posts to show…
i wish i could offer something better than just comment out the php blurb and see what happens.
Forum: Fixing WordPress
In reply to: Archives only shows 10 postswhat does your admin say > settings > reading > Blog pages show at most
Forum: Fixing WordPress
In reply to: You do not have sufficient permissions to access this pageif you’re the admin you can simply check ” lost password ” and a new one will be emailed to you.
Forum: Fixing WordPress
In reply to: Page Ordersee if your answer lies here = http://codex.wordpress.org/Template_Tags/wp_list_categories
Forum: Fixing WordPress
In reply to: Lost my Header Image??you don’t need a complete reinstall but if you have a copy of original wp ( or download one ) just replace the header file.
when playing around with code it is a good idea to copy and paste your code within a text editor in case something like this happens. it just a quick copy/paste to go back where you started from.
Forum: Fixing WordPress
In reply to: include templatepath functioni understand the function and concatenation. it would seem an absolute path would find the header.php but then, again, maybe i don’t understand.
i get these error codes, i.e., can’t find header2.php
Warning: main(TEMPLATEPATH/header2.php) [function.main]: failed to open stream: No such file or directory in /home/code/public_html/enter.php on line 18
Warning: main() [function.include]: Failed opening ‘TEMPLATEPATH/header2.php’ for inclusion (include_path=’.:/usr/php4/lib/php:/usr/local/php4/lib/php’) in /home/code/public_html/enter.php on line 18