doc4
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Special Category Structure IssuesDevBum,
It is my understanding that WordPRess does not all allow duplicate post permalinks so this should not work. You might however try an alternative and name them something such as: “dx-episode-1” Dexter Episode 1.
Forum: Fixing WordPress
In reply to: Adding Photossoccerandsmiles,
Breaking down what samboll is saying since it can be a little confusing.
SET UP THE UPLOADS FOLDER:
Open your FTP client and open the wp-content folder. You should see a folder here called “uploads” if there isn’t one create it and set the folder permissions to “777”. This is generally done by right clicking the folder and if on a Macintosh select “Get Info” then check all of the boxes under “Permissions”.CREATE YEAR AND MONTH FOLDERS
You can take this further by creating year and month folders “2009” and “03” are examples of this. Change the permissions on these as well to “777”.Once you have uploaded an image through the Media Uploader change the permissions back to “755” and you’re all set. Hope this makes it a little easier.
Forum: Fixing WordPress
In reply to: tracking number of people coming to my siteI suggest signing up with Google Analytics as suggested above and signing up with Woopra: http://www.woopra.com/ and downloading their plugin for WordPress as well: http://wordpress.org/extend/plugins/woopra/. Of course there are plenty of options in the WordPress Plugins repository.
Forum: Fixing WordPress
In reply to: Putting my cursor after or neath a table in the Wysiwyg editorjeronald12,
Not clear as to what you mean. Can you explain this further?
Forum: Fixing WordPress
In reply to: Where do I add my Meta Tags???skinnytwinkie,
The meta tags go in the header.php file within the <head></head> tags.
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title> <meta name="keywords" content="healthy, organic"> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />Forum: Fixing WordPress
In reply to: Where can I edit my home HTML scripting on wordpress ?velee81,
This code is located in the header.php file. Find it here: Appearance > Editor and look to the right hand side for a list of your themes files.
Forum: Fixing WordPress
In reply to: Links Pictures?stlboi,
Check for the following in the blogroll code: show_name=TRUE and remove it.
Forum: Fixing WordPress
In reply to: where do I upload my avatar for my blog?fifthhouse,
Check this post: http://wordpress.org/support/topic/310774?replies=4 for adding your own avatar. To increase the dimensions try adding this to your style sheet:
.comment-author img.avatar { width: 80px; height: 80px; }Forum: Fixing WordPress
In reply to: When I click on older entries the post is on the bottom of the pagebillevans,
I’m going to take a wild guess and say you may have issues with the placement of div tags within and around the loop. Can you post the code just prior to the loop and after it here so we can take a look?
Forum: Fixing WordPress
In reply to: Centering Widget in the Side Bar….everestdreams25,
This should do the trick. Add the following line of code to your style sheet and adjust as needed.
li#suboptions-widget-3 a { margin: 0 5px; }Forum: Fixing WordPress
In reply to: Deleting a commentmhopkins,
Is this your site or one you just left a comment on? If it isn’t your site then the ability to delete a comment is an option provided by the site admin.
Forum: Fixing WordPress
In reply to: How do I change my post background?duplicate post: http://wordpress.org/support/topic/313903?replies=9
Forum: Fixing WordPress
In reply to: Centering Widget in the Side Bar….everestdreams25,
You ave two options to center the icons. The first is to locate the following line of code:
<li class="widget suboptions" id="suboptions-widget-3">and replace with:
<li class="widget suboptions" id="suboptions-widget-3" style="text-align:center">The second option is to add the following to your style sheet:
li#suboptions-widget-3 { text-align: center; }Forum: Fixing WordPress
In reply to: Links Pictures?stlboi,
Use the Bookmarks/Links area provided by WordPress and include images for each link under “image”. The bookmarks will display with images only. If you would like both images and the bookmark title try this plugin: Picturebook – http://www.doc4design.com/plugins/picturebook/
The result of this plugin can bee seen in the sites footer.
Forum: Fixing WordPress
In reply to: White adminal.morales,
Have you tried reinstalling the wp-admin folder from a fresh download? Also curious if this is a fresh install to begin with?