gooder
Forum Replies Created
-
Forum: Themes and Templates
In reply to: ProReviewTheme helpHi both the plugin and the link above do not work for my situation; My page is; https://pennyauctioncaptain.com/review-cats/reviews/
How do I get the page ID for this as it seems to be a category and page combined.
Forum: Themes and Templates
In reply to: ProReviewTheme helpThe support at proreviewtheme.com is non existent unfortunately…. I have installed the app but I dont know how they got their blog page to work in the demmo as seen here; https://demo.proreviewtheme.com/clickbank/blog/
Do you have any suggestions on how I can set my page to work as the blog like they have?
Forum: Themes and Templates
In reply to: ProReviewTheme helpthanks but my template makes the pages a little different. The theme has a pre built section for the reviews; xxx/review-cats/reviews/
How would I find the id of this page?
Forum: Fixing WordPress
In reply to: My site title questionhere is the functions.php
https://wordpress.pastebin.com/BHppQwFWForum: Fixing WordPress
In reply to: My site title questionI posted the content here: https://wordpress.pastebin.com/meKN8jEr
ThanksForum: Fixing WordPress
In reply to: My site title questionThanks c3mdigital but I still have the same problem after removing those bits of code.
Any other suggestions?Forum: Fixing WordPress
In reply to: My site title questionLooked into that and found this code bellow, and I couldn’t see anything wrong:
<title><?php if (is_home()) {
echo bloginfo(‘name’);
} elseif (is_404()) {
echo ‘404 Not Found’;
} elseif (is_category()) {
echo wp_title(”);
} elseif (is_search()) {
echo ‘Search Results’;
} elseif ( is_day() || is_month() || is_year() ) {
echo bloginfo(‘name’);
echo ‘ |’;
echo ‘Archives:’;
echo ‘ |’;
echo wp_title(”);
} else {
echo wp_title(”);
echo ‘ |’;
echo bloginfo(‘name’);
}
?></title>Forum: Fixing WordPress
In reply to: How to change title optionshow do i modify the code so it shows the title of the post and not the blog title.
What do i need to change, i assume its something in tis part of the code?
<head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><title><?php if (is_home()) {
echo bloginfo(‘name’);
} elseif (is_404()) {
echo ‘404 Not Found’;
} elseif (is_category()) {
echo bloginfo(‘name’);
echo ‘ |’;
echo wp_title(”);Forum: Plugins
In reply to: looking for auto twiter pluginno twitter stuff?
Forum: Installing WordPress
In reply to: installation help plzfixed it was becasue my DB username didnt have the DB name infron of it.
Forum: Installing WordPress
In reply to: installation help plzi did the config put in my username and password for my sql and then uploaded everything all try a few things in the men time to fix it.
Forum: Installing WordPress
In reply to: installation help plzThanks that worked i guess i was missing a file.
New problem now. I am using a resleer hosting account on ehostpros and i am guessing localhost dosnt work for them.
What do i change the host to?Thanks
Forum: Installing WordPress
In reply to: installation help plzI doulble checked to make sure all the files are there. IT must be my directory structure.
Do you have any tips on to fix this?
Thanks