Domino_ukraine
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Specific shortcode for every postBy the way, if you want write code to the page (my example for post)
change ‘?p’ and +3 in first line to ‘?page_id’and +9Forum: Requests and Feedback
In reply to: Specific shortcode for every postStill relevant?
You must use default link in your wp-theme (/wp-admin/options-permalink.php)
Place this code into single.php$tmp = substr($_SERVER['REQUEST_URI'],strpos($_SERVER['REQUEST_URI'],'?p')+3);//get page number switch ($tmp) { case 11://Write your own code to each page echo "yourcode1"; break; case 9: echo "yourcode2"; break; case 4: echo "yourcode13"; break; default://other page echo ""; }
Somethink like this ??
Good luck!Forum: Fixing WordPress
In reply to: Disable FooterIf still relevant, just after the sign <?php place /*
and the front of the sign ?> put */
This piece of code will not be read by the server.should look something like this:
<?php /* bla-bla */ ?>
Forum: Themes and Templates
In reply to: Changing header image on Manhattanstill relevant? This is sought through FTP: how do you wordpress placed on the Internet? That’s the same way and look for the picture ??
Forum: Your WordPress
In reply to: New siteHonestly? I think too much advertising … Much too much ??
Forum: Themes and Templates
In reply to: Changing header image on ManhattanUsually, the picture header is somewhere here:
wp-content \ themes \ name of your theme \ images (may be even \ headers \).
Open each image in turn and see – which of them is in the title. Code no need to change for the sake of it – quickly find the picture ??If you give me the link – i tell you where find your image ??
Forum: Fixing WordPress
In reply to: Disable Footeras one of the options: I’ve found in footer.php just comment out all that is between <? php and?>.
Usually helps ??Forum: Themes and Templates
In reply to: Changing header image on ManhattanIf you just want to change the picture in the header, then create the necessary image the same size with the same name and replace its original. That’s all. ??
Forum: Themes and Templates
In reply to: Help, edit footer, whitegreen themevia the link is no second line ??
Let us first put the tag <body> before stitching <div id=”wrapperpub”>
And then we will see – whether we should still make a change ??Forum: Themes and Templates
In reply to: create custom links inside of a widgetThe matter is that there is no need crawl in php. Enough to prescribe sub-css properties. Naprmer: v?vod own widget to include in <div id=”widget1″>.
Look what tags on a link displayed another and record them in the css.
Example:<div id="widget1"> <ul> <li><span id="bla-bla1"><a href="somewhere1">Smth1</a></span></li> <li><span id="bla-bla2"><a href="somewhere2">Smth2</a></span></li> </ul> </div>
Tag ul already displayed widget.
In css write (if necessary adjust the appearance of links):
# widget1 ul li span a {
color: …
font-weight: …
}It must work. If not – give me link.
Good luck! ??Forum: Your WordPress
In reply to: my new amazon siteHonestly? I have it so did not load …….. It happens ??
Forum: Your WordPress
In reply to: Amazing page transitions for WordPressOGO! I want that. Plug-in will be? :-))
Forum: Themes and Templates
In reply to: Image position problemIn my opinion, everything in its place ??
Forum: Themes and Templates
In reply to: [P2] Sound on new post?Is to work even on older browsers – only the background sound in a format wav. When adding a new message via JS override this background sound and it just will lose (sorry for Broken English – via Google translator talk :-))