Wordpress theme editing widget error

daracoola

Newbie
Joined
Nov 28, 2020
Messages
18
Reaction score
6
Note: I dont know that im talking about. looking at code for me is like looking a monalisa and saying its real or fake.

Theme: Dooplay
Widget: Widgetgenres

I made a copy of the home.php and made a template.
Cant display winget on other page only on home page, theme is being a bitch. I did a edit to inc/parts/modules/ widgethome.php
Full Code :
Code:
<?php
if($widgets = dynamic_sidebar('widgets-home')) { $widgets; } else { _d('No content'); } ?>
I Removed the No content
Code:
<?php
if($widgets = dynamic_sidebar('doothemes_widget')) { $widgets; } else { _d(''); } ?>
And got it Displaying "Error: Only on homepage" So i guess i did something.
I got all the other modules working on the page but not this one.

in "/inc/widgets" there are these intressting files
content_widget_home.php
content_widget_meta_genres.php


Dont get what i mean? no worries sometimes i dont even understand myself :) I can pay you to fix this problem, cant give u a price, because idk if this is done by the hour of if its complicated ass hell. It will make alot more sense over screen sharing.

Pleas send me a PM
 
hahahaha......Why not use a Less Bitchy theme :p..

First of all, what is the end goal here? What exactly are you trying to achieve?
 
What PHP Version are you using there? I might be able to help you with some good old de-bugging.
 
Back
Top