Im having issues with a wordpress site..I am pasting an article that is 220 words but on 75 will show..I have looked all over for soem setting..any clues?
You should go inside Edit Theme and find index.php ( home page ) or single.php ( Single post page) and inside the loop there should be something like: <?php the_excerpt(); ?> Code (markup): if you find the_excerpt(); change it to the_content();
Hello Community, Its my personal experience regarding wordpress account. I have created more than 100 accounts. Then also there is best solution . create a fake wordpress account or fresh account and then paste your blog. Then you can see the preview option and finally post it. Before posting your blog please go to setting option and check all the points. Thanks
I think this is the_excerpt issue you use the_excerpt not the_content() function . In the_excerpt function we give some value to function to display maximum these words. You can change if you have problem in home page then the_excerpt with the_content() function . If you face problem in post then changes it in single.php if you get problem in page then change in page.php.