Joshua Sigar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Do I edit CSS to put a sidebar on each page?Did the original have sidebar on category page?
Anyhow, I saw the following code in the category page.
<div class="clearer"> </div>Because of that code, the content of main column is pushed down below sidebar. You might want to delete the above line somewhere in one of the files (possibly archive.php). However, deleting that one line may introduce some other issue.
Forum: Themes and Templates
In reply to: editing sidebar.php for links callIf you have single.php, archive.php, page.php, etc, call the following to get the sidebar.
<?php get_sidebar(); ?>Basically, copy what index.php has.
Forum: Themes and Templates
In reply to: Do I edit CSS to put a sidebar on each page?next time post code in http://pastebin.com
And we need the link to your site, and tell us precisely which text you want to resize
Forum: Fixing WordPress
In reply to: Blog address is root, templates how?Tell me what’s different between index.php and Contact Page Template.
Forum: Fixing WordPress
In reply to: Blog address is root, templates how?Your Contact Page Template looks similar to index.php. Can you post the content of index.php in theme folder?
Forum: Fixing WordPress
In reply to: Blog address is root, templates how?they are using the index.php in my site root, and not the ones in my theme folder
You keep confusing me with that statement. You mean they’re using index.php in theme folder? YES/NOForum: Fixing WordPress
In reply to: Pages show up as basic text and linksLink to the website?
What do you enter as the blog address in WP admin panel?
Forum: Fixing WordPress
In reply to: Blog address is root, templates how?Okay, moving on…
So, you have three Pages and you’ve created 3 Page Templates for each of them. But are those Pages assigned to its corresponding Page Template? If a Page is not assigned to a specific Page Template, then Default Template (which is index.php) is used.Forum: Fixing WordPress
In reply to: wp_config.phpNope, if it’s overwritten then it’s gone. wp-config.php contains login for DB; contact your host if you don’t have that information on you.
Forum: Fixing WordPress
In reply to: Blog address is root, templates how?wp is using the index.php in my root…
You’re saying that WP is using index.php in WP’s root directory, and not the one in theme folder?The content of index.php in root directory follows. Does yours the same?
<?php
/* Short and sweet */
define('WP_USE_THEMES', true);
require('./wp-blog-header.php');
?>Forum: Fixing WordPress
In reply to: wp_config.phpAre you referring to WP’s password? If so, read the following to reset it.
http://www.tamba2.org.uk/wordpress/phpmyadmin/If you referring to DB password, then you have to ask your host.
Forum: Fixing WordPress
In reply to: SQL database in different (sub)domainThey’re on the same server and account, right? Then it should be do-able.
Forum: Fixing WordPress
In reply to: Blog address is root, templates how?Do you use permalink? If so, then you may have to re-generate the .htaccess rules.
Forum: Themes and Templates
In reply to: Do I edit CSS to put a sidebar on each page?All the elements in template are identified by certain html tags, id, or class. Find the corresponding element in style.css and make the change in style.css
Forum: Fixing WordPress
In reply to: DreamHost wants me to shut off a query