themes
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Where to find MySQL?few ways to backup wordpress an install it on new hosting, most easy for you will be ask you hosting provider to help you, bc as I see you dont know even about mysql
Forum: Themes and Templates
In reply to: How to increase my title & tagline size and colourin
div#header h1
now ith1 (line 210) { text-transform: lowercase; color: #ffffff; font-size: 2em; margin-top: 0px; margin-right: 0px; margin-bottom: 8px; margin-left: 0px; }
Forum: Themes and Templates
In reply to: How to increase my title & tagline size and colourJust go to appearance-editor and edit you title style in file style.css
Forum: Fixing WordPress
In reply to: How to change post number of ?p=1232So I should solve it using .htaccess redirection?
Yes.
There are many many pages, will that be ok with .htaccess to have so many lines?
it will be ok.
but there is a possibility to add in htaccess only few code lines and any old page will be redirected to a new page.
But to make this happen, all your new page links should have a template based on old page url.in your case if old page was like youdomain.com/?p=1032 but new youdomain.com/new-file/ we cant make any relation between old and new, so you need to write in .htaccess line by line rule for any post you want to be redirected and redirect SE trust from old url to new. redirect 301 tell SE that page moved to new address permanently.
Forum: Fixing WordPress
In reply to: How to change post number of ?p=1232reza19
meta refresh is not SE friendlyGoogle will show the URL of the original page in the search results if it has a higher PageRank than the location of the destination page.
and you can get penalty from google if you use meta refresh , because it old spam technique used for redirect to an other page on other domain.
meta refresh must be used only to refresh contentForum: Fixing WordPress
In reply to: How to change post number of ?p=1232ok, it should work
example-
RewriteEngine on RewriteCond %{QUERY_STRING} ^p=1032 RewriteRule ^ /try-this/? [R=301,L]
this will redirect your page youdomain.com/?p=1032
to new URL youdomain.com/try-this/so if you want to redirect another page youdomain.com/?p=26 to a new page on you site just add to .htaccess else 2 lines
RewriteEngine on RewriteCond %{QUERY_STRING} ^p=1032 RewriteRule ^ /try-first/? [R=301,L] RewriteCond %{QUERY_STRING} ^p=26 RewriteRule ^ /try-second/? [R=301,L]
i try it right now on my server with wp engine.
I hope I helped you
Forum: Fixing WordPress
In reply to: How to change post number of ?p=1232if you have content, do you have your old site mysql base backup? if so just restore backup to new base, this will resolve all you problem.
Forum: Fixing WordPress
In reply to: How to change post number of ?p=1232If you want to redirect one page to another page, add the following code to the .htaccess file in your old site root folder, on a single line.
redirect 301 /old-file-name.htm https://www.yournewdomain.com/new-file-name.htm
—————————————–
If you want to redirect all pages of an entire site to the main page of another domainRedirectMatch 301 (.*) https://www.yournewdomain.com/
yes it will be SE frendly. when a SE bot come to your old page address it will be redirected to new. and 301 redirect tell them that page moved to new adress
if you wont to know more search in google “redirect 301”Forum: Fixing WordPress
In reply to: WordPress Failure Notice | Updating Appearance – Menusi think in your case issue will be solved only if you delete all your old WP files and Install new WP version.
deleting wp save folder with plugins and themes.
after installing new wp version edit your wp settings files and set your mysql base login, pass and host, so that wp can connect to your base
you will get new wp engine and your old contentForum: Fixing WordPress
In reply to: How to change post number of ?p=1232it is impossible
because WP set p=”Number” number is your post number. so if you post number is 10 you cant set it to 1132.
you can change you post link or set it when write post, only if you change your WP permalinks settings from default to any otherIts because I have an old website that i need to recover, google have all these pages indexed with these urls, but I dont have it’s files, so I want to be able to edit ?p=number
if dont want to lose google old indexed page trust you can set in .htacces file on you old website 301 redirect to you new website with new pages
hope I help you
Forum: Fixing WordPress
In reply to: How to create post excerpt for a complete newbieHello AnnieInItaly,
for you first post – you do all right use the ‘More’ button from within the post editor that it should cut off my post where I want it to.
for your second issue – as i understand you want to set a new theme for your wp, you can use few ways for this. most simple for you will be – go
in your installed wp panel , select Appearance, next select tab “Install Themes” and there you can search , select newest… any theme.
near theme is a link “install”, (click on it) next “install now”, after this you will be asking you host ftp settins.
in your ftp setting i recomend to use on host name you host IP.
when you click proceed Wp engine will upload your selected theme.
next step- you will se process lines and when it will be done a link “activate” , activate this theme. done. you wp use new, installed now, theme.Also, if for any reason, you cant install new theme within WP engine you can upload a new theme using you hosting panel file manager.
in you File manager go to folder where you install wp engine>next wp-content(folder)>themes(folder)/// in this folder you need to upload a new theme, entire new theme folder.
after you upload new theme activate it your wp panel >appearanceOr, when you guys talk about editing things in the theme is this done from within the wordpress dashboard, or is it done through cPanel? I
you can edit and within wp dashbord/ but for this you need to set to all theme file 666 rules/// whitin you hosting file manager or ftp client you use. If is set to 666 you will see in theme editor button “update file”
I hope I help you
Forum: Fixing WordPress
In reply to: Comment Blacklist and Moderationif I understand you right … for what so many movings with akismet if you can block any unwanted word in wp settings, tab discussion.
Comment Blacklist
When a comment contains any of these words in its content, name, URL, e-mail, or IP, it will be marked as spam.
Forum: Fixing WordPress
In reply to: Comment Blacklist and Moderationif I understand you right … for what so many movings with akismet if you can block any unwanted word in wp settings, tab discussion.
Comment Blacklist
When a comment contains any of these words in its content, name, URL, e-mail, or IP, it will be marked as spam.