joshmac
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How the change where the url of categories point to.oohh, what about this? It lets you create your menu structure and then you can arrange what goes where within that structure.
Forum: Fixing WordPress
In reply to: How the change where the url of categories point to.I understand. Not sure if that is possible. Maybe someone else will respond with a solution, in the meantime I will think about it some more to see if it is possible.
Forum: Fixing WordPress
In reply to: Problem verifying with GoogleYou are welcome.
Forum: Fixing WordPress
In reply to: Problem verifying with GoogleNot sure why your header.php file is missing title tags, meta tags, doctype, body tags, etc. Is this information being held in another file? Also, how are you viewing the header.php file, through the theme editor or through some other ftp client?
Forum: Fixing WordPress
In reply to: Problem verifying with GoogleCan you list the files in the theme folder you are using for your blog?
Forum: Fixing WordPress
In reply to: How to rewrite Category Permalink StructureAlso, I am seeing something that I haven’t see before.
Warning: require(../reclamation/sidebar.php) [function.require]: failed to open stream: No such file or directory in /hermes/bosweb/web043/b431/ipw.theoccasionalcake/public_html/capecodbranding/blog/wp-content/themes/bluebird/category.php on line 5
This appears when you go to https://capecodbranding.com/blog/category/apple/
Forum: Fixing WordPress
In reply to: some one help me cant uploadI believe you are using WPMU and not the standard WordPress. My server has had issues with the blogs.dir being set to 777. I would set it 755. If you still can’t upload, and you don’t already have uploaded files for this particular blog, then I would delete the directory “11” and then try to upload again for WPMU will recreate the directory structure. Also, you might want to go to the WPMU forums because you might get a quicker answer there (https://mu.www.ads-software.com/forums/).
Forum: Fixing WordPress
In reply to: Problem verifying with GoogleYour theme should have a header.php file. You should place this anywhere between the open <head> and closed </head>
Forum: Fixing WordPress
In reply to: How to rewrite Category Permalink StructureIs this the code that WordPress generated? I thought it would usually be something like this:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME}!-f RewriteCond %{REQUEST_FILENAME}!-d RewriteRule . /index.php [L] </IfModule> # END WordPress
You may need to change it to RewriteBase /blog/ since your blog is in a subdirectory.
Forum: Fixing WordPress
In reply to: How the change where the url of categories point to.Do you think this plugin may be what you are looking for?
Forum: Fixing WordPress
In reply to: How to rewrite Category Permalink StructureNo need to apologize. We all have to learn the ins and outs of the software we use, so we are all learning together. I don’t see any plugins or widgets that will give you the trouble you are having. Can you paste what you have in your .htaccess file?
Forum: Fixing WordPress
In reply to: Thumbnails displaying as fullsize imagesAre the thumbnails being controlled by a plugin or are they entered using a custom field?
Forum: Fixing WordPress
In reply to: How to rewrite Category Permalink StructureCan you tell me what plugins and widget you have active and are using?
Forum: Fixing WordPress
In reply to: How to rewrite Category Permalink StructureI echo what @iridiax states above.
Forum: Plugins
In reply to: WP back up pluginsYou can try the WordPress EZ Backup plugin.