ben.blodgett
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Narrow the page view of my site?You would need to edit the width of the container in the template – if you are not familiar with xhtml/css i would recommend selecting another theme.
Forum: Themes and Templates
In reply to: Tag Cloud on Category Page<?php wp_tag_cloud('smallest=8&largest=22'); ?>
I have always used this replace the numbers with font sizes you want to use, heres a list of all the arguments available -\https://codex.www.ads-software.com/Template_Tags/wp_tag_cloud
Forum: Themes and Templates
In reply to: Install Optin FormWhat are you opting into? I could make some recommendations for email marketing if this is what you are looking for?
Forum: Themes and Templates
In reply to: How to remove home icon from Mystique themeNavigation typically lives in the header.php file within the theme, in your file directory go to wp-content/themes/mystique/header.php you should be able to locate the icon and remove it from there.
Forum: Themes and Templates
In reply to: Home Page Only Shows 4 Recent Posts Below Main NavMY guess is it has something to do with the variable $i , did you define it?
Forum: Themes and Templates
In reply to: Text is aliased and messed up.Weird, are you using a png hack?
Forum: Themes and Templates
In reply to: Post layoutYou want to edit either the index.php (for the blog page where all posts are aggregated) or single.php if you want to edit how a single post looks.
Then you simply want to move the meta data as wordpress calls it in most themes underneath the tag <? the_content();>
Forum: Installing WordPress
In reply to: How to use https in wpI am sure there is a plugin for this, but you can simply rewrite the url in .htaccess
pretty good resource for what has to be done, https://brightscape.net/blog/redirect-ssl-htaccess/
Forum: Installing WordPress
In reply to: Dashboard not visible after upgradeHaha – what other plugins are on your suspect list? I bet i could add to it! I manage around 500 wordpress sites on the rackspace cloud and have created my own list of plugins that provide easy access to anyone who wants in to your wordpress site…any enhanced security features for 3.0?
Forum: Installing WordPress
In reply to: Error establishing a database connectionI would try changing localhost to the actual ip of the mysql database, in my experience wordpress installations run a lot smoother when you define the ip address instead of localhost.
Forum: Installing WordPress
In reply to: Installing wordpress for the first timeI have noticed a lot of people are having trouble with this, i have a nice script that makes installing wordpress as simple as uploading one file to a directory entering your db information – anyone interested in this?
Forum: Installing WordPress
In reply to: First time accessing WP – what’s the password?It seems to me that you have not yet installed wordpress, what is the domain name your attemping to install on?