sp00f
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] sort order by galleryno need to deactivate/delete the plugin for seeing the ‘sort gallery’.
all you need to do is go to Gallery > Options > Gallery Settings
and choose in the bottom you have Sort thumbnails: just mark Custom order then you’ll have the Sort gallery option in your manage gallery.Forum: Themes and Templates
In reply to: cannot remove ul li discstry use !important, maybe something else overrides it.
Forum: Themes and Templates
In reply to: Hiding text from headerwhy not
display: none;
or visibility: hidden;
?Forum: Themes and Templates
In reply to: if is_front_page not workingbut if i use home.php as my main page i have to make in options > reading first page view as “last posts” and then my first page will be a post and not a page so home.php is not really helping me, or there is a way to make home.php to be viewed by a normal page and not by pots only.
thanks agian.Forum: Themes and Templates
In reply to: if is_front_page not workingso basiclly how can i do this ?
1 page, index.php, and if its front page some html code and if its not front page then all pages will get some other html.
thats why im trying to do dunno what to use im abit confusedForum: Themes and Templates
In reply to: page.php and index.phphi thanks for answering.
my first page is a static page.
but all my pages based on the index.php.
and i want to make another php page with other html structure, like page.php, how i make it ?index.php for main and other data pages will be on page.php or something like that.
thank you.