iTony78
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: create a page which can be accessed only via a linkI finally understand ; that’s what i did : i created a menu (Appearance -> Menus) at the left on theme menu there’s primary navigation & secondary navigation i hooked my menu that i just created on secondary navigation then only pages i select on this menu will be shown ??
Thank you all, and specially #Autumncomet thanks good night/nic day.
Cordialy.
TOPIC CLOSED
Forum: Fixing WordPress
In reply to: create a page which can be accessed only via a linkNope guys i tried but (lol) i forgot that i’m an admin and i’m the only who can see that then the page i created was private
Forum: Fixing WordPress
In reply to: create a page which can be accessed only via a linkYESSSSS ! that’s what i wanted to do ; thank you everyone the problem was solved !
Forum: Fixing WordPress
In reply to: create a page which can be accessed only via a linkThank you, but it’s not my problem i don’t want to creat a parent folder which in i’ll put my menus i want to creat a page like https://www.revsciencetn.org/something which i’ll creat in that an article and people can get acces to it only if i give them the link. that page can’t be seen on the top menu or on the articles
Forum: Themes and Templates
In reply to: Move menu bar from the left to the right.Perfect ! You’re a genius man thank you !
Topic closed //
Forum: Themes and Templates
In reply to: Add facebook link on my blogPROBLEM SOLVED – Just added the wordpress’s text widget with some html
Forum: Fixing WordPress
In reply to: Add facebook link on my blogPROBLEM SOLVED – Just added the wordpress’s text widget with some html
Forum: Fixing WordPress
In reply to: Add facebook link on my blogyes, and you can check the results : https://bestofh.net63.net/ but i want the links on the top
Forum: Themes and Templates
In reply to: Problems with ads on a custom wordpress themeUPDATE : problem solved ==
I founded something in footer.php like<!-- ADS start --> <div id="right_ads"> <? theme_ads_show(); ?> <!-- ADS end --> </div>
and turned it to
<!-- ADS start --> <!-- ADS end --> </div>
The ads disepears but there’s a resolution(px) problem, not big deal i’ll find another theme at least, i learned something.
Thank you.
Cordialy,
iTony78Forum: Fixing WordPress
In reply to: Problems with ads on a custom wordpress themeUPDATE : problem solved ==
I founded something in footer.php like<!-- ADS start --> <div id="right_ads"> <? theme_ads_show(); ?> <!-- ADS end --> </div>
and turned it to
<!-- ADS start --> <!-- ADS end --> </div>
The ads disepears but there’s a resolution(px) problem, not big deal i’ll find another theme at least, i learned something.
Thank you.
Cordialy,
iTony78Forum: Fixing WordPress
In reply to: Problems with ads on a custom wordpress themeUPDATE : problem solved ==
I founded something in footer.php like<!-- ADS start --> <div id="right_ads"> <? theme_ads_show(); ?> <!-- ADS end --> </div>
and turned it to
<!-- ADS start --> <!-- ADS end --> </div>
The ads disepears but there’s a resolution(px) problem, not big deal i’ll find another theme at least, i learned something.
Thank you.
Cordialy,
iTony78Forum: Fixing WordPress
In reply to: Problems with ads on a custom wordpress themeaccording to my little knowledge in code i think that the function is declared in the functions.php but another php file (the main file i think) has this function so if it execute the main file and then goes to seek for the function and it can’t find it because i delted it … so i think i have to find where this function is used and not declared
Forum: Themes and Templates
In reply to: Problems with ads on a custom wordpress themeaccording to my little knowledge in code i think that the function is declared in the functions.php but another php file (the main file i think) has this function so if it execute the main file and then goes to seek for the function and it can’t find it because i delted it … so i think i have to find where this function is used and not declared
Forum: Fixing WordPress
In reply to: Problems with ads on a custom wordpress themenope, not working.
Forum: Fixing WordPress
In reply to: Problems with ads on a custom wordpress themeFUNCTIONS.PHP
[ 674 lines of code moderated. For more than 10 lines of code please pastebin.com instead. ]
INDEX.PHP (Theme folder index)
[ Code moderated. For more than 10 lines of code please pastebin.com instead. ]