crazytok
Forum Replies Created
-
Forum: Plugins
In reply to: [Special Recent Posts] Double posts made by "Special Recent Posts" ?Nobody knows whats wrong??
+1 on that!
Just add [wp-post-views] on a page?
That doesn’t work…
Maybe I wasn’t clear enough,
What I want to achieve is to have all the stastistics to be viewable on a private, password protected page only for administrators that are logged in.
Forum: Fixing WordPress
In reply to: Help with changing sub menu color!Not possible to edit and remove the css, sorry!
My site is http://www.advman.se but its under construction and only available when logged in.
[moderated access info]thanks!
Forum: Plugins
In reply to: [Special Recent Posts] Thumbnails Not Working SuddenlySAME FOR ME!!! Just suddenly it stopped working…. why!??
NEED HELP ASAP…..
Did you find any solution caseythehost ??
Forum: Plugins
In reply to: [Facebook] FB posts showing an error message on the bottom of commentsSame error here, I dont know what to do! π
As always, Facebook support is nonexistent….Forum: Plugins
In reply to: [Special Recent Posts] Add Category in side with date and time.Nobody!? No admin that could help me?
Added a user instead so you may use the following information to login:
User: guest
Password: passwordThat will give you access to see the page…
It’s now available, thanks for your help!
About the code so add before the Facebook plugin in singe.php.
This is my single.php :
<?php
global $SMTheme;get_header();
get_template_part(‘theloop’);
the_tags(“<div class=’tags’><span>”.$SMTheme->_( ‘tags’ ).”: </span>”, “, “,”</div>”);
get_template_part(‘relatedposts’);
comments_template();
get_template_part(‘navigation’);
get_footer();
?>Where should I add it? Im using Facebook’s official plugin. And I have not added any code to my single.php.
Forum: Plugins
In reply to: [Special Recent Posts] Pagination at bottomI would also like to do this!
Anybody know if its possible??
Forum: Plugins
In reply to: [Special Recent Posts] Add soms dots after excerpt?Where did you find that .css ??
Forum: Fixing WordPress
In reply to: Back button dont work in web browser and plugins dont load in posts…