AtaArticles
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post count is 10 but shows 18 in homepageAh, maybe it’s an issue with the wp updated version
Forum: Fixing WordPress
In reply to: Post count is 10 but shows 18 in homepageHi,
Just repaired database via phpmyadmin and no difference.
Regarding post count being hardcoded, you will see from the index.php code
that no post count is mentioned.
http://pastebin.com/NDzjFhF1Unless it is in another section under WP Editor
Forum: Fixing WordPress
In reply to: Post count is 10 but shows 18 in homepageHello,
I just deactivated the plugins but it didn’t seem to work except that it is now post count 15 instead of 18.
Previewed the 2011 theme but it still shows as 15 articles on homepage.
The category, archive pages is correct post count except homepage.
http://pastebin.com/NDzjFhF1Deleted over 70 inactive plugins from wp dashboard, then checked homepage. Still shows as 15 post count.
Any other tips, Thanks.
Forum: Fixing WordPress
In reply to: Post count is 10 but shows 18 in homepageHi,
Thanks for your response. Will try it out.
Forum: Fixing WordPress
In reply to: Posts lost but shows in categoriesForum: Fixing WordPress
In reply to: How to remove posts tags in bulkOk, i found a nice little plugin which deletes all tags and works great:
http://blogpig.com/products/nukepig
Did the job in a few seconds.
Forum: Fixing WordPress
In reply to: How to remove posts tags in bulkOk, will study that code and see if it works out.
Thanks for your help.
Forum: Fixing WordPress
In reply to: How to remove posts tags in bulkI mean replaced the code you listed before and same errors.
Forum: Fixing WordPress
In reply to: How to remove posts tags in bulkHi,
I replaced the new code aswell but similar error:
Parse error: syntax error, unexpected T_ENDIF in /home/ata/public_html/wp-content/themes/twentyten/loop.php on line 178
Forum: Fixing WordPress
In reply to: How to remove posts tags in bulkHi,
Did you mean replace the code with your the taxonomy code or to embed below it?
I tried replacing the code, but the post tags still show but when you click on the tags it gives error message:
Parse error: syntax error, unexpected T_ENDIF in /home/ata/public_html/wp-content/themes/twentyten/loop.php on line 174
Forum: Fixing WordPress
In reply to: Insert Image does not workWhen I position the cursor in the visual mode and click insert image I am asked if I am sure I want to leave this page and that my changes will be lost. If I do and I insert an image I get a white screen and am not returned. If I go back to the page I was working on there is no image
Maybe i’m missing something here but..
It seems that you have not saved the image as you leave the page without saving.
What is your site urlForum: Fixing WordPress
In reply to: How to remove posts tags in bulkHello,
What i find rather strange is neither single.php (post template) or tag.php has the word ‘tag’ in it.
Hence trying to search for wp_set_post_tags is futile.
Now with loop.php i found 5 tags. But referring to the code below you can see it doesn’t have wp_set_post_tags
—————————————————–
<?php
$tags_list = get_the_tag_list( ”, ‘, ‘ );
if ( $tags_list ):
?>
<span class=”tag-links”>
<?php printf( __( ‘<span class=”%1$s”>Tagged</span> %2$s’, ‘twentyten’ ), ‘entry-utility-prep entry-utility-prep-tag-links’, $tags_list ); ?>
</span>————————————————–
If this is not possible, how can i hide the tags from published post.
On each post on my site the ‘Twenty Ten’ template seems to show all the tags below post. I tried to delete some coding from above but didn’t seem to work.Forum: Fixing WordPress
In reply to: How to remove posts tags in bulkHi
I was aware of the post tags before but i assume it would delete the post aswell. But it seems to work, thanks.
Now how can i limit users to 3 tags per post when they try to publish their articles again?
Do i need to look in loop.php but there is also tag.php aswell.
Thanks.
Forum: Fixing WordPress
In reply to: How to remove posts tags in bulkOk,
Not sure how i can delete tags with published post.
I tried as you suggested and created ‘test’ post with tag as ‘Entertainment’.
http://www.ataarticles.com/business/test/
Now how do i delete all the post tags without deleting all the posts?
Forum: Fixing WordPress
In reply to: How can subscribers publish content on my site?Maybe wordpress creators should be able to fix this in their next upgrade. I have onver 90,000 posts which would take me ages. Rather daunting task.
If changing roles from subscriber to ‘No role for this site’ option, so that they cannot access the dashboard should fix this. But i have not tried it yet.Also, i assume it only works with new user registrations where they cannot change user roles