Skip to content

Commit ec85454

Browse files
author
Cosmin
committed
initial commit
#62 - done #89 - in plugin #87 - removed from theme - ADDED TO COMPANION #86 - widgets are in the plugin #85 - sanitized the dropdown instead of escaping it #84 - found in the plugin #82 - widget files are found in the plugin, this is no longer an issue #81 - removed if condition in the social menu #80 - followed guide #79 - already fixed #78 - removed REM font size declaration, fixed #77 - figure had a margin left/right that was messing up the columns, changed it to padding . works #76 - added tags in single post #75 - seems to be fixed #74 - redone title section ( if yoast seo is not installed/breadcrumbs not used, title will have a 12 column size ) #72 - removed custom css #71 - remooved from extras.php #67 - no longer relevant - widgets are in the companion plugin now #65 - moved to style.css #61 - prefixed #60 - made them translation ready #59 - removed sanitization #58 - added custom logo functionality #57 - moved them in the after theme setup hook #55 - removed one of the enqueues #54 - changed handler names #53 - license changed to gpl v3 #52 - this should definitely be esc_html #51 - changed get_template_directory to get_stylesheet_directory (allowed to be overridden in child themes) - but i don`t think this is quite OK #50 - echo esc_html(). esc_attr is used inside html tags (value=<?php echo esc_attr() ?>, etc) #47 - design? or just throw it in there? #44 - no longer relevant #43 - no longer relevant ? #37 - fixed problems during activation #35 - no longer relevant, widgets moved to plugin #21 - added custom header image #25 - fixed
1 parent 16554b9 commit ec85454

39 files changed

+2159
-7109
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Theme documentation available [here](https://colorlib.com/wp/themes/shapely/).
1414

1515
## License
1616

17-
This theme is licensed under GPLv2. You can feel free to modify it as loon gas you keep the original copyright information.
17+
This theme is licensed under GPLv3. You can feel free to modify it as loon gas you keep the original copyright information.

footer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525

2626
<div class="row">
2727
<div class="site-info col-sm-6">
28-
<div class="copyright-text"><?php echo esc_attr(get_theme_mod( 'shapely_footer_copyright' )); ?></div>
28+
<div class="copyright-text"><?php echo esc_html(get_theme_mod( 'shapely_footer_copyright' )); ?></div>
2929
<div class="footer-credits"><?php shapely_footer_info(); ?></div>
3030
</div><!-- .site-info -->
3131
<div class="col-sm-6 text-right">
32-
<?php if( !get_theme_mod('footer_social') ) shapely_social_icons(); ?>
32+
<?php shapely_social_icons(); ?>
3333
</div>
3434
</div>
3535
</div>

0 commit comments

Comments
 (0)