Also, is it ok to use past templates such as 2021 or 2022? Or is it always advised to use the most recent?
]]>Also, is it ok to use past templates such as 2021 or 2022? Or is it always advised to use the most recent?
]]>Also, is it ok to use past templates such as 2021 or 2022? Or is it always advised to use the most recent?
]]>Is there anything I can do to get it to look the way it looks when I’m in “edit page” mode?
]]>It is a variable type problem, because those pages are stored as “string” in database, but the source code expect it to be “int”.
Here is a example to fix it :
(in function mtnc_check_exclude(), add this line after the if/else statement, around line 2237 in includes/functions.php)
$curr_id = (int) $curr_id;
That’s all!
]]>The default layout is set to left sidebar. It works fine on the pages for individual posts. It works fine on regular static pages. But on the index page, it remains steadfastly on the right.
I even tried adding .right-sidebar {float:left!important;}
to my stylesheet (because I don’t need any pages with a sidebar on the right anyways) but it moved the entire page contents to the left.
I also tried editing index.php to put the get_sidebar() call before the main contents, but that didn’t do anything at all. (Full disclosure, I don’t really know php).
What am I missing? Thanks!
]]>In Settings-Reading I have display Full Post selected.
I checked and this now happens on both of my WP sites, so it is not theme specific. Also, I never had this problem prior to the latest upgrade.
Can anyone help me with this? I am fine with editing CSS or PHP if I have to.
]]>