dsortax
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change permalinks only for single postsYou welcome. The thing that I have done when I wanted to only show a part of my website’s content I created a new page and in static page settings I putted that page for the posts page. And then I made everything else private. I did not need to play with the coding php but your code is interesting I will copy it on my computer thanks!
Forum: Fixing WordPress
In reply to: How to make my home page being a category pageI will read that thanks!
Forum: Fixing WordPress
In reply to: Change permalinks only for single postsvisibility > modify > public to private I think. And in reading options choose a static page for your front page and maybe a specific static page for your posts page. Maybe you will have to create new pages and built them and make the ones you want to be private private and the ones you want to be public public. Sorry for my english. Hope it helps.
Forum: Fixing WordPress
In reply to: Newbie question on Running 2 WPYou welcome. If you made it for your website you can make it for that its only repeat every steps.
Forum: Fixing WordPress
In reply to: Change permalinks only for single postsMake everything private besides single post?
Forum: Fixing WordPress
In reply to: Newbie question on Running 2 WPYes something like that. Create a new database sql and upload wordpress on using FTP or webdisk or whatever you use to upload things on it for a brand new instalation of wordpress and create a new user password. But open your new wp-config.php and rename the DB_NAME to your new subdomain name because it wont work if you dont. As example if you create a sub domain the adress will replace the www by your sub domain name /wp-admin to access the control of wordpress. If your domain name is “www.example.com” and your sub domain is “sub”, then your adress to install wp will be “sub.example.com/wp-install.php” or something like that and for login “sub.example.com/wp-admin”
Forum: Fixing WordPress
In reply to: Newbie question on Running 2 WPSorry for my english. The thing that I’ve done was similar to what you want to do. Inside your Cpanel create a sql database (yourdomainame_yourdomainame2) and then in sub domain create the sub domain (yourdomainame2.yourdomainame.com) Install wordpress on it and test many things that you can then apply on your first domainame.com
And you will have to re configure your wp-config.php for your sub domain ( the DB_NAME )
Forum: Fixing WordPress
In reply to: I made a mistake help me pleaseNevermind I’ve found out how to modify my database. Thanks
Forum: Fixing WordPress
In reply to: I made a mistake help me pleaseThe only thing I can do is go to mydomainname.com/wp-login.php and when I try to login it redirect to mydomainname.com/category/wp-login.php and it doesnt work… I cannot access my panel. Someone can help please?<
Forum: Fixing WordPress
In reply to: I made a mistake help me pleaseI cannot lo gin anymore since its redirected… Can you be more specific with examples please? Where is database? And where is wp-options?
Forum: Fixing WordPress
In reply to: Pages settingsOk I got something to work. This code makes my categories shows up in the pages nav:
<?php wp_list_categories('orderby=name&title_li=&depth=2'); ?>
But I want the category “B” being the same page as the page “B” for example.
Forum: Fixing WordPress
In reply to: How do i add video without using plugin?oK thanks! I will try em all hehe.
Forum: Fixing WordPress
In reply to: How do i add video without using plugin?Alright thanks for the reply! I have tried some plugins and they dont work properly. Do you know a good plugin? Some are only FLV files and i dont have a converter.
Forum: Fixing WordPress
In reply to: How to make the posts random at refresh page?Alright thanks alot I will try it ??
Edit: It works very well thanks alot for the help I really apreciate it ??
Im so happy ??
Forum: Fixing WordPress
In reply to: How to make the posts random at refresh page?<?php query_posts('orderby=rand'); ?>
I can’t make it to work… Someone knows where i have to put that code in?