wpcoders
Forum Replies Created
-
Forum: Networking WordPress
In reply to: wp-admin not working & theme not showing@ipstenu – your solution worked – I removed the additional information from my .htaccess and it works now
Thanks
Forum: Networking WordPress
In reply to: wp-admin not working & theme not showinghmmm – this is fascinating – so there is no one that has a GD shared account that has networks activated?
Can you recomend a shared host that I will not have this problem with?
Thanks so much for your assistance…
Dick
Forum: Networking WordPress
In reply to: wp-admin not working & theme not showingI’m using the sub directories format, GD said they will not make any adjustments to apache on my behalf due to the fact it will affect all other users on the shared host.
Are you saying that the only way I can activate networks, is if I upgrade to a dedicated server? GD said this is the only way I can have control over apache.
Forum: Networking WordPress
In reply to: wp-admin not working & theme not showingThanks for your assistance, however I’ve already contacted Godaddy and they told me I can not make any modifications to the httpd.conf file due to me being on a shared hosting account.
Below is the code from my .htaccess file, maybe you can take a quick look to see if I’m missing anything:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] # END WordPressThanks
Forum: Themes and Templates
In reply to: sidebar questionsHello jkgourmet,
I am happy to help you with your questions:
Question: 1. In the right narrow sidebar, there are two widgets: Meta and Archives. I would like to remove them both (but be able to add the archives back later). I’ve tried to do this in the Widget area of the dashboard, but I wasn’t able to figure it out. Ideas?
Solution: To add / remove widgets, you must visit the widget area of your admin. To access, look beneath Appearance in your left sidebar and click “Widgets”. On this page you will see the available widgetized areas. If you notice that the Meta and Archives widgets are not applied to any widgetized area, you will need to view the sidebar.php file and remove the code manually. Look for:
<div id="narrow-right"> <ul> <li class="widget"> <h2 class="widgettitle">Meta</h2> <ul>Question: 2. Is there a template for a page and/or post with no border at all? I will need this for ecommerce pages.
Solution: You can only apply a custom template to “pages” not “posts”. Custom templates are created in the theme files and applied by using the “Template” option located on the right side of the Page Editor, under the “Attributes” section. Please note: If there is no custom templates available, this option will not appear
Question: 3. Is there an easy way to limit the number of posts that show up before the “older posts” notification?
Solution: Sure, look beneath the “Settings” section in your admin sidebar and click “Reading” you will see: Blog pages show at most which is probably set at 10posts – adjust this to the number you prefer…
I hope I have been able to assist,
Warm Regards,
wp-coders.com