chanel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Moved WordPress To New Siteok..i fixed it by deleting the plugin from the plugins folder using ftp and then i re-uploaded it.
Forum: Fixing WordPress
In reply to: Moved WordPress To New SiteOk I fixed that issue but now at chanellie.com when you hover over the Recent Comments name…it shows diaryofchanel.com. But on daryofchanel.com it shows chanellie.com. I’m using the Get Recent Comments plugin.
*sigh*
Forum: Fixing WordPress
In reply to: pop up window on homepagehere’s a plugin for it:
Forum: Fixing WordPress
In reply to: How to send email when there is a new Comment?Which wordpress version are you running? In version 2.7:
1)Settings
2)Discussion
3)E-mail me wheneverAnd then you can check off “Anyone posts a comment“
You don’t need users to register for your blog in order to be notified by email. To verify you have the right email go to the top right hand corner and click on “Howdy, your name”. That should take you to your admin profile.
Forum: Fixing WordPress
In reply to: Complete novice I cannot view my siteDo you have Fantastico in your cpanel?
Go to https://ourgranddayout.com/cpanel and it should ask you to log in. Log in, and then go to Fantastico De Luxe (it should be a blue smiley face icon). Towards the left you should see
Blogs
b2evolution
Nucleus
WordPress
Click on WordPress then click on New Installation. When it ask you to Install in directory, leave it blank. Make sure when it ask Admin e-mail (your email address), you put the email address you want to associate with your site. Click on Install WordPress and then have it email you the details.You should use the other wordpress install (https://ourgranddayout.com/wordpress) as your dummy site. An area where you can try out different things and etc so you won’t mess up your REAL blog.
Forum: Fixing WordPress
In reply to: Complete novice I cannot view my siteif you want it to be at https://ourgranddayout.com and not at https://ourgranddayout.com/wordpress, you might as well reinstall it without setting it to a directory (since you’re starting out fresh & you don’t have any data to save/backup).
Forum: Fixing WordPress
In reply to: Create WP page without themethanks! I learned most of my php by reading these threads. It’s my main source of WordPress tweeking.
Forum: Fixing WordPress
In reply to: Complete novice I cannot view my sitethe “root” is your domain area. after you log into your cpanel – file manager – ourgranddayout.com
or if you’re using ftp, it’s in the “public_html” folder.
Forum: Fixing WordPress
In reply to: Create WP page without themeI can only give you an example of what i did to create my own php page template. I’m on WordPress 2.7 and the theme i am using is Zindi.
I wanted a page listing all the other pages I created and posted on my site. So…I opened up Notepad and pasted these contents in there:
<?php
/*
Template Name: Writings
*/
?><?php get_header(); ?>
<div id=”side-left”>
<div id=”content”><?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”kutu”>
<div class=”ust”><span></span></div><div class=”post” id=”post-<?php the_ID(); ?>”>
<h2 class=”pagetitle”><?php the_title(); ?></h2>
After having a blog for a few years, I’ve had over 300 blog entries. Some of those entries effected my readers deeply. Here are those entries and a small collective ofsome of my best work.
<div class=”entrytext”>
<?php
if($post->post_parent)
$children = wp_list_pages(“title_li=&child_of=”.$post->post_parent.”&echo=0″);
else
$children = wp_list_pages(“title_li=&child_of=”.$post->ID.”&echo=0″);
if ($children) { ?>-
<?php echo $children; ?>
<?php } ?>
</div>
</div>
<?php endwhile; endif; ?>
<?php edit_post_link(‘Edit this entry.’, ‘<p style=”margin:10px;”>’, ‘</p>’); ?>
<br class=”clear” />
<div class=”alt”><span></span></div></div>
</div></div>
<?php get_sidebar(); ?><?php get_footer(); ?>
I saved it as “writings.php” and uploaded it to my theme folder. I am using a theme called Zindi so the file path was /wp-content/themes/zindi which is where I can find all of my other page templates. I then went into “Appearance > Themes > Editor” just make sure it’s there. I clicked on “writings.php” to verify the coding is intact. When you do this, you will not see:
<?php
/*
Template Name: Writings
*/
?>So I then went to Page > Add New. I didn’t type anything in the textarea. All I did was select the Writings template (towards the right there should be a dropdown called Template) and hit save.
Here’s the url to my results: https://chanellie.com/?page_id=8
Forum: Fixing WordPress
In reply to: Create WP page without themeThat’s interesting, being that WP is for php codes.
Forum: Fixing WordPress
In reply to: Remove Latest Comments Time, date & Post Titlenevermind. im closing the topic. i ended up using Recent Comments plugin instead.
Forum: Fixing WordPress
In reply to: Remove Latest Comments Time, date & Post Titlestill need help with this. sorry for the bumping of the topic. maybe someone who didnt see it before can see it now.
??
Forum: Fixing WordPress
In reply to: SPAM notification emails but nothing to delete in dashboardFunny that this thread has been bumped. I had this same issue once upon a time but it stopped for months. I got one of these emails today for the first time in a longggggg time.
A new comment on the post # “” is waiting for your approval
Author : (IP: , )
E-mail :
URL :
Whois : https://ws.arin.net/cgi-bin/whois.pl?queryinput=
Comment:Does anyone know what and why this happens?
Forum: Fixing WordPress
In reply to: e-commerce – NEED css help….Can you see it ?
I can’t see anything without a link. ??
lmao.
Forum: Fixing WordPress
In reply to: Put A Blog INTO My Website?i replied to this topic when you posted it the first time: