klauzer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to manually approve postYes it worked with contributs. Thanks fonglh
Forum: Fixing WordPress
In reply to: How to manually approve postThanks I will try it. But it is strange that my test account is author and this accounts post are not submitted without admins permission.
Forum: Fixing WordPress
In reply to: How to manually approve postWell this admin bar did do much for me. I am now getting over 100 members a day and they are all posting without my permission how to stop it? please help me
Forum: Fixing WordPress
In reply to: How to manually approve postI found it. It was the admin bar above my site that made access for authors to login to dashboard and make posts.
I just disable it for everyone.
Forum: Fixing WordPress
In reply to: How to manually approve postEveryone is author. Also my test account. But using my test account I need to approve my post within the admin account. But every one else that are posting is getting their approved direct. I don’t get it. What am I missing? Are they using some software for that?
I just created my site and I get about 50 new members every day.
Forum: Fixing WordPress
In reply to: How to add google code for analytic toolThanks
I made it.
Forum: Fixing WordPress
In reply to: Delete all post with one clickThanks. I will check it out
Forum: Fixing WordPress
In reply to: New page and summary in home pageI am really bad on this. Can some one help me with this?
What if I can send over a file that should be edited and someone that is good in this can make this change for me?
I will in return give a add space on one of my sites that have about 10.000 visitors a day and almost all of them comes form US and Canada.
Forum: Fixing WordPress
In reply to: No "home" pageYes Micah. That is what I was looking for.
Thanks.
Forum: Fixing WordPress
In reply to: New page and summary in home pageok I found this.
This is code is show on the top of summary.php
<?php /* Mystique/digitalnature */ get_header(); ?> <!-- main content: primary + sidebar(s) --> <div id="main"> <div id="main-inside" class="clearfix"> <!-- primary content --> <div id="primary-content"> <?php
Should I now on the top add this to?
<?php /* Template Name: Snarfer */ ?>
Forum: Fixing WordPress
In reply to: No "home" pagetvito.com
Thanks for helping me.
Forum: Fixing WordPress
In reply to: No "home" pageI want page link from the menu that goes back to my home page like mysite.com
Forum: Fixing WordPress
In reply to: New page and summary in home pageI have copied index.php and made a file summary.php in that file this is what I found. There where no
the_content()
orget_template_part()
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);/** Loads the WordPress Environment and Template */
require(‘./wp-blog-header.php’);
?>Forum: Fixing WordPress
In reply to: New page and summary in home pageThanks for that fonglh.
But this is totally out of my mind. I will never manage to make this change with codes.
I am looking at this, but don’t understand this att all.
For example. A loop start here and ends here???????? Should I input this code or should I search for it to make some changes?Why isn’t this already in WP as standard.
Thanks anyway for trying to help me. But I will not go that deep, I know that I will make something wrong and make a real mess with my site.
Forum: Fixing WordPress
In reply to: New page and summary in home pageI heard about loop. But I don’t know what it is.
To use this loop feature I need to know some programming?