Blizzie
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Transfer Worpress to online server but the domain has no CPanelI just added these lines of code in wp-config.php
define(‘WP_HOME’,’http://example.com’); define(‘WP_SITEURL’,’http://example.com’);
Then My site is back again.. yey!
Afterwards, I updated the database carefully..Thank you so much for all your help and guidance!
Much appreciated!
🙂Forum: Installing WordPress
In reply to: Transfer Worpress to online server but the domain has no CPanelHello again..
Images won’t show up and I can’t even login..
I don’t know how to change the site url..
I’m scared to edit database.. Website might be lost again..
🙁Forum: Installing WordPress
In reply to: Transfer Worpress to online server but the domain has no CPanelYes, I immediately return previous data but still the site won’t show up
here’s the link dcs.insiteForum: Installing WordPress
In reply to: Transfer Worpress to online server but the domain has no CPanelHello, I already uploaded WordPress online
it was working at first but then images won’t show up..
Then I edited the database because I thought
the siteurl path and home was wrong but then
the entire page was lost.. it says pages cannot be found..
🙁Forum: Installing WordPress
In reply to: Transfer Worpress to online server but the domain has no CPanelThey gave me an account in MySQL..
They won’t help me because I have to do this on my own..
But I don’t know how.. 🙁Forum: Installing WordPress
In reply to: Transfer Worpress to online server but the domain has no CPanelYes, they gave me instructions on how to login to the server but
not upload/import WordPress database..Forum: Installing WordPress
In reply to: Transfer Worpress to online server but the domain has no CPanelSorry for the short notice..
Unfortunately, the domain has no FTP 🙁
Now I don’t know what to do.. 🙁Forum: Installing WordPress
In reply to: Transfer Worpress to online server but the domain has no CPanelGreat!
I am trying it now 🙂
Thank you so much!Forum: Installing WordPress
In reply to: Transfer Worpress to online server but the domain has no CPanelUnfortunately, the site don’t have phpmyadmin either..
But they already gave me FTP credentials
I don’t know how to import database online using command line stuff
neither in Windows or Linux..Any tutorial? 🙂
Thank you!
Forum: Installing WordPress
In reply to: Transfer Worpress to online server but the domain has no CPanelHello fonglh!
Does FTP include import of the website database?
Thanks! 🙂Forum: Fixing WordPress
In reply to: Custom Post Types 'single-type.php' not workingI have the same issue. I want custom post type to have different template when viewed individually. I am using magazine-basic as my theme and all codes for single.php and etc. are in the loop.php Can’t seem to figure how to tweak it. Please help. Thanks!
Forum: Fixing WordPress
In reply to: How to make recent posts widget links open in new window?put target=”_blank” to the link tag..
Forum: Fixing WordPress
In reply to: How to make recent posts links open in new window using the widget?Hello! What if I would like to open recent post link to a new window with different template/css format. How can I do it?
Forum: Themes and Templates
In reply to: Show custom post type with the same categoryMaybe it is conflicting with this:
add_filter( ‘pre_get_posts’, ‘my_get_posts’ );
function my_get_posts( $query ) {
if ( is_home() )
$query->set( ‘post_type’, array( ‘memorandum’ ) );return $query;
}I have that code in the function.php
Please reply asap 🙁