zante7007
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page Not Found Error with Categorieshi davidhart123:
thanks for the tip. will try that. all the best.
Forum: Themes and Templates
In reply to: How make pages look like Frontpagehi and thank for the reply…
sorry to hear that there it cannot be done. i researched in joomla and you can have pages look like the front page. You can have multiple posts (like on the front page) and then link them to individual post page. That’s why I was wondering if the same thing can be done in WordPress.
Will keep looking…
Best regards
Forum: Themes and Templates
In reply to: I installed wordpress but now I have it in my default URL?Log in to the admin, settings/general. fourth down “blog address” URL change from /wordpress to your site’s default name. i.e. https://mysite.com.
that’s all.
Forum: Themes and Templates
In reply to: How to eliminate post informationhi annedorko:
thank you very much for the info. i found it! in single.php line 23,25, 27. deleted it but now it give me error when edit/update article. see below:
Warning: Cannot modify header information – headers already sent by (output started at /home/content/a/d/a/adanb/html/wordpress/wp-content/themes/news-magazine-theme-640/functions.php:1877) in /home/content/a/d/a/adanb/html/wordpress/wp-includes/pluggable.php on line 868
will work on it and see how far i get. otherwise will re-install “news magazine theme” and start from scratch.
all the best.
Forum: Themes and Templates
In reply to: How to eliminate post informationhi esmi:
in template/theme/newsmagazine/functions.php the array below refers to the post info. is this what i am looking for? if so, is there a way to comment this out or do i need to delete it? thanks again.
array(“optionname” => “$o81”,
“optiondescription” => “<p>$o82</p>”,
“optionid” => $themeoptionsprefix.”_showhideauthordatebyline”,
“selectoptiondef” => “$sop:”,
“optiontype” => “select”,
“options” => $onoffops),
Forum: Themes and Templates
In reply to: How to eliminate post informationhi esmi:
i hope i am not confusing you. i am using dream weaver as my editor however i am not sure what files i should be looking for to make those changes (edits. would it be in (functions.php) file or (index.php)or??? this where i would appreciate your expertise.
thanks so very much.
Forum: Themes and Templates
In reply to: How to eliminate post informationhi esmi and thank you for the reply. i was wondering if you could direct me to the theme template files that contain reference to the_date()/the_time(), the_author() and the_category().
the only similar reference, i found in template/index.php indicating (on). i changed to (off) to no avail. below is the index.php reference:
line93 <?php if(get_option($themeoptionsprefix.’_showhideauthordatebyline’) == ‘off’){ ?>
<div class=”bylineexcerpt”>
line 185: <?php if(get_option($themeoptionsprefix.’_showhideauthordatebyline’) == ‘off’){ ?>
<div class=”bylinefulltext”>
further, it appears that the post info shows on the “Related Topics” i was wondering if you have any suggestions how to look into the “Related Topics” configuration.
i am novice at this so please any specifics would be appreciated.
thank you very much.
regards.