vachi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: site crashing daily due to wordpressahh i don’t think its the url friendly permalinks
you can check this post http://wordpress.org/support/topic/180911?replies=4
but if you are getting over 5000 unique ips a day, i recommend changing to a dedicated server or at least to a shared server where you will be the only website
Forum: Fixing WordPress
In reply to: Blank site; all files present, no changes madekalico, any luck?
Forum: Fixing WordPress
In reply to: Blank site; all files present, no changes madeglad to hear its works now, but the fail safe would have worked if you had not had the selected theme present in the them folder, if yours selected theme was the default than it would have not worked 🙂
Forum: Fixing WordPress
In reply to: Where’s my About page?np, please make the post resolved
Forum: Fixing WordPress
In reply to: Comment Teaser?you don;t have to manually do anything, the custom field option will work, i use custom fields for many many thing on my site. form image links to posting code into posts
http://codex.wordpress.org/Using_Custom_Fields
you should really check it out great wp featureForum: Fixing WordPress
In reply to: Comment Teaser?ohh i see your idea, well than we can do that actually
with custom fields<a href="<?php the_permalink() ?>#respond"><?php $key="teaser"; echo get_post_meta($post->ID, $key, true); ?></a>and in teh post custom field section add a field called teaser and just change whatever you want in this field, should work great 🙂
Forum: Fixing WordPress
In reply to: Comment Teaser?when you are posting code put it in the it between backticks
“Put code in betweenbackticks.”Forum: Fixing WordPress
In reply to: Blank site; all files present, no changes madewell you can let say move all the themes out of the theme folder, and leave the “default” theme that came with wordpress in the folder, if its form the theme it should automatically switch to it, this is like a safe guard that wp has
Forum: Fixing WordPress
In reply to: Where’s my About page?ohh its simple, please turn on custom permalinks and put
/%postname%/in the field, you can also use the presets like with the date and so onhttp://blog.divergencereport.com//wp-admin/options-permalink.php
Forum: Fixing WordPress
In reply to: Adding formatting to a template tagsee its in a
- tag thats what putting it in a list, glad you have found it, very useful actually 🙂
Forum: Fixing WordPress
In reply to: Comment Teaser?how about instead of putting this teaser in the post, put it in the post loop, so it comes up for all the posts automatically
so like put
<div class="teaser"><a href="<?php the_permalink() ?>#respond"></a></div>
and put this like after the
<?php the_content('Read the rest of this entry »'); ?>
try thatForum: Fixing WordPress
In reply to: Repost: How can I change the title of my WP index (home) pagewhat do you mean no luck, the title is still loaded the same?
if yes than you should go through your themes files, like page.php, single.php, and theloop.php, or such and see what they have under the<title>tagwhat theme are you using?
Forum: Fixing WordPress
In reply to: Comment Teaser?maybe i should write one hehe, it would be my first plugin if i do 🙂 make the post resolved please
Forum: Fixing WordPress
In reply to: Adding formatting to a template tagi don’t think so, lists and so on are generated because they are in a tag such as
Forum: Fixing WordPress
In reply to: site crashing daily due to wordpressok well i have had my blogs crash like this before, it has happened from having too many php scripts executed
you should check what php processes are being executed and force quite them
than you should check if you have any plugins or maybe a chat or something that will execute allot of php process or a php process repeatedlyedit, since i can’t see your site, i really don’t know what you have on it sorry mate
but have the web admin check for the processes being executed