BeatCasino
Forum Replies Created
-
i had same problem and also got fixed when new post made.. weird 🙂
Forum: Fixing WordPress
In reply to: Is there any way to remove the category “without category”?can’t be done without plugin? So it can’t be removed, it can be only hide from the user interface?
Forum: Fixing WordPress
In reply to: Moderate my blog author’s topics before gets published?but here (http://codex.wordpress.org/Roles_and_Capabilities) says that the contributor can edit_posts, delete_posts and read. Nothing else..
Forum: Fixing WordPress
In reply to: HELP FAST..finally found it on mysql.. ff thanks
Forum: Fixing WordPress
In reply to: when viewing full article the sidebar menus dissapearing!Guys finally i made it by myself and it works great.. I’ll give you the changes if anyone needs it..
Open the single.php
Find this :
<?php get_header(); ?>
<div id=”content” class=”widecolumn”>And replace with this :
<?php get_header(); ?>
<div id=”content” class=”narrowcolumn”>Find this in the end of the file :
<?php get_footer(); ?>And replace with this :
<?php get_sidebar(); ?>
<?php get_footer(); ?>I am new on the blog script, but i think this is correct.. It works great for me.. i hope i helped someone who needs the same thing with me! 🙂
Forum: Fixing WordPress
In reply to: when viewing full article the sidebar menus dissapearing!are you sure that it is not possible to show the sidebar always?
Forum: Fixing WordPress
In reply to: First letter of article in index, not fullI will put this <!–more–> before the words that i want to be cutted.. And in the end? should i put anything to close the tag? (like html)?
Forum: Fixing WordPress
In reply to: First letter of article in index, not fullplease somebody help me..??