majdi105
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] How to change pictures on every pageFor posts, go to Blog
Where is blog? i can’t find itForum: Themes and Templates
In reply to: [OceanWP] Text is not showin in formThis is my website https://ormbooster.com/contact-us/
no every thing as default but i think it should be white cause the theme is dark so it need to be whyte
Forum: Themes and Templates
In reply to: [OceanWP] Text is not showin in formAny one please
Forum: Fixing WordPress
In reply to: how to divide wordpress pages in two pagethanks for the help
It’s DO’A IBU so what i should do now
https://starone.heck.in/files/doaibu.zipForum: Fixing WordPress
In reply to: how to make wp link uppercaseThanks for the help i found this suggestion but i don’t what to put in the code can any one give me the code that i should put
The page URLs are defined by the slugs, and by default they are formatted and lower-cased by the function sanitize_title_with_dashes(). However, this function is called via a filter, and you can unhook the filter so it doesn’t get called:
remove_filter( ‘sanitize_title’, ‘sanitize_title_with_dashes’ );
Just doing this is probably not a good idea, as it will not remove the spaces and other weird stuff in the slug. I suggest you copy the existing function, remove the part that lowercases it, and hook it up again:
add_filter( ‘sanitize_title’, ‘wpse5029_sanitize_title_with_dashes’ );
function wpse5029_sanitize_title_with_dashes($title) {
$title = strip_tags($title);
// Preserve escaped octets.
$title = preg_replace(‘|%([a-fA-F0-9][a-fA-F0-9])|’, ‘—$1—‘, $title);
// Remove percent signs that are not part of an octet.
$title = str_replace(‘%’, ”, $title);
// Restore octets.
$title = preg_replace(‘|—([a-fA-F0-9][a-fA-F0-9])—|’, ‘%$1’, $title);$title = remove_accents($title);
if (seems_utf8($title)) {
//if (function_exists(‘mb_strtolower’)) {
// $title = mb_strtolower($title, ‘UTF-8’);
//}
$title = utf8_uri_encode($title, 200);
}//$title = strtolower($title);
$title = preg_replace(‘/&.+?;/’, ”, $title); // kill entities
$title = str_replace(‘.’, ‘-‘, $title);
// Keep upper-case chars too!
$title = preg_replace(‘/[^%a-zA-Z0-9 _-]/’, ”, $title);
$title = preg_replace(‘/\s+/’, ‘-‘, $title);
$title = preg_replace(‘|-+|’, ‘-‘, $title);
$title = trim($title, ‘-‘);return $title;
}Forum: Fixing WordPress
In reply to: how to make wp link uppercaseyes of course but wp will transform this IWC to this iwc automatically
Forum: Themes and Templates
In reply to: Image dosen't appear on my postIt’s because of the plugin seozen i can’t dis activate it
Forum: Themes and Templates
In reply to: Image dosen't appear on my postno
Forum: Themes and Templates
In reply to: Image dosen't appear on my posti dis-activate all the plugin and image now work fine so what is the solution
Forum: Themes and Templates
In reply to: Pleas how to fix this problemok thank you for your help and if any one here know the problem pleas contact me
Forum: Themes and Templates
In reply to: Pleas how to fix this problemcan i give you the theme-functions.php and you cheked for me pleas
Forum: Themes and Templates
In reply to: Pleas how to fix this problemthis theme https://demo.woothemes.com/bookclub/
Forum: Plugins
In reply to: How to get direct link from ftp uploadMedia libary contain only image not other files
Forum: Themes and Templates
In reply to: how to know the theme that specific website usethank you
Forum: Your WordPress
In reply to: hello this is my first wordpress site, feel free to review!Forbidden – Users from your country are not permitted to browse this site.
looooooooooooooool