ryans149
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to add ad code to post content1) In a one post only: I think you can add that code in the post using HTML layout. However, I have never tried it and not sure if it will work
2) Does not depend on post:
You can add the code to your index.php or single.php. Adds will be displayed depending on the file type and location of the code…
Forum: Fixing WordPress
In reply to: How to add ad code to post contentI think there are already some blocks for adds..
Anyways, you can edit your sidebar.php file and add the code in it..
Forum: Fixing WordPress
In reply to: Cant Edit Theme Pages in WordPress 2.8.1It is a paid theme, correct?
Then it may be in encrypted format.. Ask studiopress (from where you have purchased theme) if you can make changes to it..
Forum: Fixing WordPress
In reply to: OMG, help, my page is GONE!!I just sent you an email. please check..
Forum: Fixing WordPress
In reply to: media manager not working – 2.8 version?make sure the upload path is correct
go to settings–> Miscellaneous
it should be wp-content/uploadsForum: Fixing WordPress
In reply to: Cannot Access Plugins from Within Admin panelwp-admin/plugin.php exists? Check this First..
To deactivate all plugins:
http://www.bestwpthemez.com/wordpress/how-to-deactivate-all-wordpress-plugins-from-phpmyadmin-1183/
Forum: Fixing WordPress
In reply to: is there any easier way to do this?You can create single pages in wordpress. These pages will be a part of your wordpress theme and installation.
However, if you want to use them as completely different websites, you have two options:
1) Install wordpress in your main site and subfolders as well. Then you will have different logins
2) Use wordpress MU. Then you can create as many sites you want with a single installation. In this case, you can use your admin username to manage all the sites. These will behave like completely different sites.
Forum: Fixing WordPress
In reply to: top 5 tagswhat do you mean by top 5? By post count or by visits?
You can sort tags using the “Order” argument:
check this:
http://codex.wordpress.org/Template_Tags/wp_generate_tag_cloud
Forum: Fixing WordPress
In reply to: Automatic www redirect doesn’t work on IISLogin to your dashboard.
go to Settings –> GEneral
Check your website address and blog address. Add www in the URLForum: Fixing WordPress
In reply to: Page keep loading when adding new post..some files seems to be missing. Reupload the wp-admin and wp-contents
Also, try deactivating your pluigins..
you embeded the video using any plugin? Or just using the HTML editor?
If you are not using any plugin for video, deactivate other plugins and try again.
Forum: Fixing WordPress
In reply to: is there any easier way to do this?http://www.hoopangle.com/spurs and http://www.hoopangle.com/hornets.
Are these a completely different sites? or just pages??
If these are sites, you can use wordpress MU
Forum: Fixing WordPress
In reply to: Upgrade Automatic takes forevercheck your internet connection.. is it slow?
Also, make sure the FTP details are correct.
Forum: Fixing WordPress
In reply to: no add image buttonseems that some files are missig. Reupload wp-admin and wp-includes folders.
Also, deactivate all your plugins
Forum: Fixing WordPress
In reply to: excerpt not displaying ellipsisin the code you have provided, at line 11, it is incorrect or incomplete. Make sure this is not the issue (I dont think so)
Also, I used the same code you have provided in my blog and it works perfeclty. (only change where I have specified).
I know you know more than me, but just to remind you:
<?php the_excerpt(); ?>
Displays the post excerpt. Used on non-single/non-permalink posts as a replacement for the_content() to force excerpts to show within the Loop.