wprock
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding count to category listcan you provide your site link?
Forum: Fixing WordPress
In reply to: Default Menu (how)set this as home page from ADMIN->Settings panel
Forum: Fixing WordPress
In reply to: Get the URL of medium thumbnail sizetry with this function
wp_get_attachment_url();here is the details http://codex.wordpress.org/Function_Reference/wp_get_attachment_url
Thx
Forum: Fixing WordPress
In reply to: What this stands for?to raise the memory limit in wp-config.php by inserting a line like this:
define('WP_MEMORY_LIMIT','32M');Forum: Fixing WordPress
In reply to: A message link to my e-mailuse Contact Form 7 plugin
Forum: Fixing WordPress
In reply to: What's wrong with our .htaccess?edit your .htaccess file. First delete all the content . After that put the below code in the file and save the file.
# 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> # END WordPressForum: Fixing WordPress
In reply to: Transfering my wordpress to another hostingdownload the all the files from old host in your local machine. After that you will upload the files on new server using ftp. Or you can contact here http://www.marketingadsandseo.com
edit your theme’s sidebar.php file or go to ADMIN->APPEARANCE->WIDGETS and remove the widget from there.
Forum: Fixing WordPress
In reply to: How do I get rid of "News for the … category"go to category.php or archive.php file and edit that file. You will get this text “News for the …. category” . remove that text from there.
Forum: Fixing WordPress
In reply to: Get thumbnails to appear in a row in a post?use [gallery columns="3"] shortcode in ur post.
Forum: Fixing WordPress
In reply to: remove comment from most pagesremove this function <?php comments_template() ?> from page.php file
Forum: Fixing WordPress
In reply to: Twenty-Ten Comments on static page but not blog postsGo to ADMIN->EDIT page and choose your front page. Now do the little bit scroll down and you will get Discussion section. off the 2 checkboxes and update the page. now check once your site.
Forum: Fixing WordPress
In reply to: Excerpt Viewuse the_excerpt() function instead of the_content() function. Edit your index.php for this change.
Forum: Fixing WordPress
In reply to: I need urgent Helpre-upload the fresh WP set again and check once.
Forum: Fixing WordPress
In reply to: Showing posts on Pages based on Categoriesyou will put the code in page-events.php file