rubiablanc
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] design headerI explained bad, I want to put something in the header of my blog, where I have a blank space with nothing, my blog is https://www.anacastrolopez.es.
the code you told me worked well for breadcrumbs
add_action(‘__before_main_container’,’my_yoast_breadcrumb’);
function my_yoast_breadcrumb() {
if (function_exists (‘yoast_breadcrumb’)) {
yoast_breadcrumb (‘<p id = “breadcrumbs”>’, ‘</ p>’);
}
}thanks
Forum: Themes and Templates
In reply to: [Customizr] design headeris to put this link in the header of my blog, it is a phrase to tweet on twitter, I want to put in the header of the blog where I have a blank.
Forum: Themes and Templates
In reply to: [Customizr] breadcrumbsThe code you gave me works but I put it in the header, I want you to put the bread crumbs over the title of each post and page as it automatically makes bread crumbs with a particular topic, my blog is www .anacastrolopez.es
Forum: Themes and Templates
In reply to: [Customizr] breadcrumbsHello, does not the code that you have provided me, bread crumbs SEO by Yoast plugin not appear. My blog is https://www.anacastrolopez.es. Do you could have a look and give me another code to see if it works?
<?php
add_action(‘wp_head’,’my_yoast_breadcrumb’,1,20);
function my_yoast_breadcrumb() {
if (function_exists (‘yoast_breadcrumb’)) {
yoast_breadcrumb (‘<p id = “breadcrumbs”>’, ‘</ p>’);
}
}Forum: Themes and Templates
In reply to: [Customizr] breadcrumbsForum: Themes and Templates
In reply to: [Customizr] breadcrumbssorry, was my mistake, this is exactly what the file copy of the subject child functions.ph
<?php
add_action(‘wp_head’,’my_yoast_breadcrumb’,1,20);
function my_yoast_breadcrumb() {
if (function_exists (‘yoast_breadcrumb’)) {
yoast_breadcrumb (‘<p id = “breadcrumbs”>’, ‘</ p>’);
}
}Forum: Themes and Templates
In reply to: [Customizr] breadcrumbsI turned off the breadcrumbs of the subject and I have put the code that you have told me in the child theme function.php file
<? php
add_action (‘wp_head’, ‘my_yoast_breadcrumb’, 1.20);
my_yoast_breadcrumb function () {
if (function_exists (‘yoast_breadcrumb’)) {
yoast_breadcrumb (‘<p id = “breadcrumbs”>’, ‘</ p>’);
}
}Now just wait for the moment do not appear to work, I’ll wait until tomorrow. Thanks for the help
Forum: Themes and Templates
In reply to: [Customizr] breadcrumbsIs it necessary to open this code with the <? php? and closing it with?>? Thanks in advance
Forum: Themes and Templates
In reply to: [Customizr] breadcrumbsThanks for answering. My blog is https://www.anacastrolopez.es. Right now I put bread crumbs with a particular topic, I copied the code breadcrumbs SEO by Yoast plugin in the header.php but I have no place in that topic, could you tell me which is customizr file in which I have to do the modification? thank you
Forum: Themes and Templates
In reply to: [Customizr] quiero cambiar el footerI already have installed on the child customizr wp-content/themes/customizr-clhild and has three files are:
functions.php
? screenshot.png
? style.css
what are the snipets footer and I have to add that file to change my footer for my name in the footer link to my google + profile??????Forum: Themes and Templates
In reply to: [Customizr] quiero cambiar el footerhi!! help!!!!
I purchased the customizr topic, I want to modify the footer
· ? 2014 Ana Castro López · Designed by Themes &Co ·
written by Ana López Castro and link my name to my google + profile
that code does not have to add or modify my file class-footer-footer_main.php (parts / class-footer-footer_main.php)