Equal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove BlogRoll from WordPressAdd another widget and it will probably disappear.
Forum: Themes and Templates
In reply to: Typeface not displaying bold or italicsOn line 23 of your stylesheet (style.css) change
font-weight: inherit
to
font-weight: bold
Forum: Themes and Templates
In reply to: Add categories to pages?Try making the tools page its parent page
Forum: Fixing WordPress
In reply to: Adding sidebar widgets for only specific pagesYes you can easily do this. When the blog pages are showing they will be using either the index.php file or the category.php from your themes files. Therefore editing these to include a sidebar would do the trick.
To make things only appear on certain pages you would need to use Conditional Tags. Take a look here:
Forum: Fixing WordPress
In reply to: Directing Blog Posts to specific PagesDo you mean that when you click on a posts title you want it to take you to another link rather than linking to the post itself.
Forum: Fixing WordPress
In reply to: Is its parent directory writable by the server?Looks like a permissions problem on the server in that the user does not have write permissions on the folder wp-content/uploads/
Try adding write permissions on that folder.
Forum: Fixing WordPress
In reply to: Reveal IDs for WP Admin plugin does seem to work in WP 2.8.6I never use that plugin. I just hover over the page, post or category and then look in the status bar. The ID is the number at the end.
Forum: Themes and Templates
In reply to: will pay for help uploading templateI assume by a template you mean theme. You need to use FTP to upload the unzipped theme folder to the following location:
http://www.yourdomain.com/wp-content/themes/
Obviously yourdomain would be whatever domain you have it on. Once in that location on the server, you should see the theme available in the Appearance section of the WordPress dashboard.
Forum: Themes and Templates
In reply to: Theme doesn’t appearCheck that the theme has a style.css file and an index.php file in its theme folder on the server.
Forum: Fixing WordPress
In reply to: Blog not viewing properly in IE ExplorerForum: Fixing WordPress
In reply to: Extremely slow average page load timeIts part of the developer tools in safari. You can see how long your page takes to load and get a break down of the time it takes each file to load.
Forum: Plugins
In reply to: How to : article from a category into a static page ?Once you have created a theme page template then you should be able to select in when writing or editing a page.
Forum: Themes and Templates
In reply to: Need to change a template pageGetting a server error when I click on forum page?
Forum: Plugins
In reply to: Plugin photo gallery suggestionWhy not just use the WordPress media gallery function? It works really well.
Forum: Themes and Templates
In reply to: Need to change a template pageWhat exactly would you like to span the entire page width? Do you want to get rid of that sidebar?