loritanah
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: site was “hacked”you can try open your wp-config.php located in your wp directory (you may axcess it using your ftp acc.)
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘database name’); // The name of the database
define(‘DB_USER’, ‘db user’); // Your MySQL username
define(‘DB_PASSWORD’, ‘password’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this valuethere you will notice command above.pls fill in the define area your databse name,user and password.you may got all the info using your mysql either inside phpmyadmin or using your cpanel.
you can entering your cpanel site using such link like https://joannemcneil.com:2082.upon that entered your password and login name
Forum: Fixing WordPress
In reply to: insert rss feeds from other sites on my blog sidebaryou mean like all the submmitted rss can be viewed in your sidebar?ermm mine using feeddigest [dot] com.using the code given i just put it on my sidebar and wolla…
eg:
<?php
include (“https://app.feeddigest.com/digest3/Uabc.html”);
?>that code generate by feeddigest[dot]com and i just pasted it on my sidebar
Forum: Themes and Templates
In reply to: how can I install Theme to my blogmy dear…i dont think that your hosting given you permission to access https://ftp.wordpress.com service for blogs do not support ftp account to thier user.
to enable you to used ftp acc, you should register to hosting thats gives ftp access.well some are F.O.C and some are not.
Forum: Fixing WordPress
In reply to: Comments not appearing?try open this link
wp-admin/options-discussion.php
and look upon this below:
**Before a comment appears:
* An administrator must approve the comment (regardless of any matches below)
did you check that table above?maybe it goes to waiting moderation section for you to approve in wp-admin/moderation.php
Forum: Themes and Templates
In reply to: Catagories not showingyeah..missed 1.5.2 so much
Forum: Fixing WordPress
In reply to: Images not showing up?try to rearrange the image size so it can fit your display later.
or else u can try to view the image from your browser straight ahead.if it didin’t appears, then the link maybe in the wrong directory.
Forum: Themes and Templates
In reply to: Catagories not showingtry to put this on your sidebar?
<?php wp_list_cats(); ?>
Forum: Themes and Templates
In reply to: New Theme: Be Nicenice color combination